Lukas Tönne LukasTonne
Lukas Tönne approved blender/blender#118363 2024-02-16 18:41:21 +01:00
GPv3: Weight proximity modifier

Looks good!

Lukas Tönne commented on pull request blender/blender#118363 2024-02-16 18:41:20 +01:00
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.

Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-16 15:06:58 +01:00
efa962cadb Fixes.
Lukas Tönne created pull request blender/blender#118371 2024-02-16 12:30:12 +01:00
WIP: GPv3: Time offset modifier
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-15 18:32:03 +01:00
8101207341 Support for forward and reverse modes.
Lukas Tönne suggested changes for blender/blender#118335 2024-02-15 17:10:52 +01:00
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.

Lukas Tönne commented on pull request blender/blender#118335 2024-02-15 17:10:51 +01:00
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.

Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-15 16:26:41 +01:00
d6a7685a79 Added linear time transformation mode.
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-14 18:03:06 +01:00
da830c282d Added missing UI bits and operators.
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-14 16:21:00 +01:00
101ac305f7 Boilerplate for the time offset modifier.
Lukas Tönne pushed to main at LukasTonne/.profile 2024-02-14 14:28:38 +01:00
aabd1fa392 update
Lukas Tönne pushed to gp3-time-offset-modifier at LukasTonne/blender 2024-02-14 14:26:20 +01:00
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'
Compare 10 commits »
Lukas Tönne created branch gp3-time-offset-modifier in LukasTonne/blender 2024-02-14 14:26:19 +01:00
Lukas Tönne created pull request blender/blender#118272 2024-02-14 14:18:42 +01:00
WIP: GPv3: Envelope modifier implementation
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-14 14:14:19 +01:00
bc7e627b90 Attempt at implementing segments mode like GP2.
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-14 12:14:20 +01:00
0bcc5b5b87 Support material index setting of the envelope modifier.
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-14 11:39:46 +01:00
85c8d71053 Added back "keep_original" option, this is used for both fill and segments modes.
d52fca04c2 Fixed index range for envelope strokes.
Compare 2 commits »
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-13 17:51:36 +01:00
12e1aeb5e8 Fix generated curves, only one per point needed.
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-13 13:07:51 +01:00
21caf4ca08 Removed "keep_original" feature, none of the modes needs this in fact.
0d2e898b23 Info struct for common constants passed during modifier eval.
Compare 2 commits »