This check is redundant, it already early outs above.
This check is redundant, it already early outs above.
This comment should be above ui_handle_region_semi_modal_buttons
, since that's also events for our own menu.
I think this should be an error. Often it's better not to render than silently have some issue that might be difficult to debug.
The -1 special value made sense to me to eliminate, since it doesn't affect the files written to disk as far as I can see.
This check is for the info file, which is no longer 0.
Yes, that was my idea, to always write animated and driven passes and layers.
I was able to reproduce this with the 555.52 beta driver on Linux.
It appears to be crashing in osl_allocate_weighted_closure_component
with a null weight
. But after checking for that it…
Ok. Maybe we should write layers and passes that are all zero. With any compression the resulting EXR file size should not be affected much.
The way the render API works it's not trivial to…
I think this is was an intentional change.
Particularly: https://docs.blender.org/manual/en/4.2/advanced/extensions/addons.html#extensions-and-namespace
The legacy add-ons would use their…
ocio_profile_version: 2
One potential solution would be to change the render animation code to put placeholders for layers and passes in the EXR files, so that they exist in all frames. Maybe using zero size channels (if…
I think this is a duplicate of #69898 that @OmarEmaraDev and @Sergey were looking into.
Yes, I don't think it should assume __name__
has any relation to folder names. __file__
seems more suitable for that purpose.