Page MenuHome

Compositor Output Path Broken
Closed, ArchivedPublic

Description

Edit by @Alaska (Alaska)

T77065#938570
The file output node is working as expected making this report invalid. However, as a design question, what's the possibility of the file output node auto correcting something like //6/a to //6/a/ to avoid the issue described in the original post.


OS: Ubuntu 20.04 LTS
Blender: 2.90 0270941b70d5

  • Output images of the compositor always begin with Image, e.g. //6/Image0001.png
  • Even if the path does not end with a slash, e.g. //6/hello, the compositor still outputs in //6/hello/Image0001.png


Expected behavior: copying the behavior of the Output properties panel
//6/ -> //6/0001.png not //6/Image0001.png
//6/a -> //6/a0001.png not //6/a/Image0001.png

Broken both with GUI and with terminal rendering

Event Timeline

Alaska (Alaska) added a subscriber: Alaska (Alaska).

The file output node is working as expected. This is more of a design question. I have updated the task to reflect this:

Explanations of things:
To change the name of your file when exporting from the file output node, open the side bar N and with the file output node selected change the name of your file here:


To the developers. What's the possibility of seeing the file output node auto complete something like //6/a to //6/a/ to avoid this confusion.

Alaska (Alaska) updated the task description. (Show Details)

I think a less hidden way of showing the information would be to rename "Base Path" to "Base Folder"

Philipp Oeser (lichtwerk) claimed this task.

Thanks for the report, but the issue reported here is a request for modified/improved behavior and not a bug in current behavior. Closing as this bug tracker is only for bugs and errors.
For user requests and feedback, please use other channels: https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests
For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug