Block a user
Render: default roughness distribution to Multiscatter GGX
03b65bc50d
Render: default roughness distribution to Multiscatter GGX
24082ceecc
Cleanup: GPv3: Constructors and destructors
f954329376
Cleanup: Move FCurve's internal data hanlding from 'lib_lkink' to 'read_data' code.
77eb7898e9
Cleanup: Comment in liboverride hierarchy handling code.
dfb002bac6
Cleanup: Move Workspace's internal data handling from 'lib_link' to 'read_data' code.
Fix hair orientation test failing on Linux/Windows
Fix hair orientation test failing on Linux/Windows
6353ca6107
Fix hair orientation test failing on Linux/Windows
77eb7898e9
Cleanup: Comment in liboverride hierarchy handling code.
dfb002bac6
Cleanup: Move Workspace's internal data handling from 'lib_link' to 'read_data' code.
baeeff9a84
Fix: crash in liboverride hierarchy ensure
c40e3dd142
Workaround failing hair test on Linux/Windows
Cycles: new Microfacet-based Hair BSDF with elliptical cross-section support
130a10a8a1
Fix function not available due to recent change in main
37b7e90306
Cleanup: comments and empty line
9c9c18c659
Merge remote-tracking branch 'origin' into microfacet_hair
591c778b33
Fix (unreported) memleak in Particle lib_link code.
726ba534fc
Realtime Compositor: Support realization of transformations
Microfacet-based PrincipledHairBSDF
Cycles: Rework Principled BSDF Emission
Since the aforementioned bug is not introduced by this patch, the current state looks good to me.
Cycles: Rework Principled BSDF Emission
Not sure how layering works.
I figured that when emission does not render, closure_stack[0]
is OSL_CLOSURE_GenericEmissive_ID
, then closure_stack[1]
is assigned by layer->base
which is…
Cycles: Rework Principled BSDF Emission
The discrepancy in the principled emission alpha test is because there is a IF_KERNEL_NODES_FEATURE(BSDF)
check in svm_node_closure_bsdf()
, therefore the Principled BSDF is skipped for…
1dc7f3639c
Merge remote-tracking branch 'origin' into spectral_cycles
007b7d0353
Shaders: Change IOR soft minimum to 1.0 in Principled BSDF
71587663ac
Fix #111156: Principled BSDF transmission not rendering in OSL
acbd952abf
Cleanup: fewer iostreams related includes from BLI/BKE headers
f50da4040f
Fix #111142: bl_static_type is empty for node groups and custom nodes