Block a user
GPv3: Weight proximity modifier
I'm assuming the GPv2 modifier also worked with the object being null? Otherwise might want to disable the modifier when the object is null.
WIP: GPv3: Time offset modifier
Geometry Nodes: align input and output sockets in simulation and repeat zone nodes
Code-wise the change for aligned sockets looks fine, nice to see the feature still works.
Geometry Nodes: align input and output sockets in simulation and repeat zone nodes
Not sure i agree with removing this. It tests for socket/panel ordering which is not enforced through syntax alone. As a simple test move the Principled BSDF output down one line - it will trip the validity check here.
a8a05ebba1
Compositor: Switch CPU compositor to Full-Frame
7cc4339ce2
EEVEE-Next: Improve tests appearance
1f8fac5082
Fix: EEVEE-Next: Broken light baking from script
2cec7e3aa5
Fix levels node regression in tiled compositor
dda277e48c
Merge branch 'blender-v4.1-release'
Lukas Tönne
created branch gp3-time-offset-modifier in LukasTonne/blender
2024-02-14 14:26:19 +01:00
WIP: GPv3: Envelope modifier implementation
85c8d71053
Added back "keep_original" option, this is used for both fill and segments modes.
d52fca04c2
Fixed index range for envelope strokes.
21caf4ca08
Removed "keep_original" feature, none of the modes needs this in fact.
0d2e898b23
Info struct for common constants passed during modifier eval.