Block a user
bb856bccaa
WIP: change specular tint input from float to color
f6400c7f7f
Replace Dielectric Tint by Generalized Schlick
fa09ffc585
Document 110239: How callbacks work on Operator properties
668b31c5d8
Outliner: Port layer collection elements to new tree-element code design
110eb666ca
Fix #111439: liboverride object cannot be made local from 3DView, if it has a local parent.
Cycles: use low-distortion mapping when sampling cone and hemisphere
Cycles Light Tree: Add case for when an emitter is not selected
Hi, turns out that the selected emitter can be -1 because all the importance[1]
(min_importance
) are zero, which is allowed at the line you changed, so the tests failed.
The problem is that…
Fix illegal address error in Cycles Light Tree when no emitter is selected
f37946bcfb
Apply function name changes in recent
bsdf_sheen.h
5265d3d166
Merge branch 'main' into concentric_sampling
45f3426559
Fix: UserDef_Experimental padding
85b02b893a
Workbench-Next: Enabled by default
d732478574
Cleanup: Geometry Nodes: Unnecessary components to check
5eedff0adf
Also cover cases when NaN is not caused by invalid normals
a05a67b6a1
Fix illegal address error in Cycles Light Tree when no emitter is selected
45f3426559
Fix: UserDef_Experimental padding
85b02b893a
Workbench-Next: Enabled by default
d732478574
Cleanup: Geometry Nodes: Unnecessary components to check
Fix illegal address error in Cycles Light Tree when no emitter is selected
9423c65b49
Fix illegal address error in Cycles Light Tree when no emitter is selected
3cd14df7d8
Revert "Fix illegal address error in Cycles Light Tree when no emitter is selected"
beaf4854b1
Fix #110328: Clay Strip symmetry does not mirror rotation
7bb693581f
UI: Move asset shelf out of experimental
206ab6437b
Fix illegal address error in Cycles Light Tree when no emitter is selected
Cycles Light Tree: Add case for when an emitter is not selected
Cycles Light Tree: Add case for when an emitter is not selected
You are right, if the normal is wrong it's still visible as an artefact, this patch is just to cover illegal address error, so I think it's fine. Thanks!