You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Theverat this should be consider (somewhat) a BlendLuxCore bug: LuxCore does a lexical sort of imagepipelines names because they are not required do be numbers. So the following order of image pipelines will be defined in the attached test scene:
And the definition of image pipeline "10" after "1" will trigger the error (i.e. "1" name should be "01" instead).
I modified the LuxCore code so it try to sort using numerical order if the image pipeline names can be converted to a number. So it now works fine even with the above order. It should be more intuitive.
when I try to render with a group of lights plus all the AOVs activated I get this
deactivating these AOVs works
LuxCoreRender 2.4 Blender 2.82a
untitled1.zip
The text was updated successfully, but these errors were encountered: