Block a user
Fix #124642: OSL generates UVs for objects that don't have any
Is
geom:is_light
the right attribute name to give this. We're not getting if the geometry is a light. We're checking if the object is a light.Would
object:is_light
or justis_light
…
Lukas Stockner
deleted branch white-balance-compositor from LukasStockner/blender
2024-07-14 23:23:19 +02:00
Compositor: Add White Point mode to the Color Balance node
Lukas Stockner
pushed to white-balance-compositor at LukasStockner/blender
2024-07-14 23:12:24 +02:00
a0d9a60b93
Merge remote-tracking branch 'origin/main' into white-balance-compositor
6120b2f605
Merge branch 'blender-v4.2-release'
b5145d6889
Fix #121469: "Enable Add-on" ignored when already installed
71e1305b06
Fix #124637: double spacing for inline sockets
0b0481cf54
Fix: Nodes: crash in case of dissolving node after save
Fix #124642: OSL generates UVs for objects that don't have any
This should succeed regardless of whether we're on a light, the OSL code should check the value instead.
ca39a60863
Fix: Reduce AnimData versioning overhead for node socket changes
399498fdc0
Fix: Slow versioning on files with many meshes due to unnecessary loop
Float Curve node generates NAN's if the handle type is Vector
Fix #124211: FCurve generates NaNs with Vector handles
Fix #124211: FCurve generates NaNs with Vector handles
e31cb42833
Fix #124211: FCurve generates NaNs with Vector handles
b33ad47ee0
Anim: fix unsafe use of
BLI_snprintf_rlen()
in the NLA drawing code
46743e8e3f
AUTHORS: add 2 new authors, 3 updated names
a53aad6f73
Extensions: refactor message logging into a class
08b75549e3
Extensions: add a new error type "FATAL_ERROR"
Compositor: Add White Point mode to the Color Balance node
@LukasStockner That's a bit tricky to do reviews when developers keep adding exciting new features to PR which has started a review. If you plan to keep working on a feature, mark PR as WIP. If…
Shader: Add Metallic BSDF Node
Not a big fan of naming this the same as the node. Maybe something like "Physical" would make more sense.