Lukas Tönne LukasTonne
Lukas Tönne deleted branch gp3-color-modifier from LukasTonne/blender 2024-01-19 16:59:52 +01:00
Lukas Tönne pushed to main at blender/blender 2024-01-19 16:59:51 +01:00
baeb4d7753 GPv3: Tint and Color modifiers
Lukas Tönne merged pull request blender/blender#117297 2024-01-19 16:59:50 +01:00
GPv3: Tint and Color modifiers
Lukas Tönne commented on issue blender/blender#117337 2024-01-19 16:26:11 +01:00
GPv3: Vertex groups in GreasePencil data block and conversion

Adding a conventional DNA ListBase of vertex group names to GreasePencil is not ideal. It raises questions of where data is actually defined. Vertex groups could be added both through the…

Lukas Tönne pushed to main at LukasTonne/.profile 2024-01-19 15:39:36 +01:00
619edbe736 update
Lukas Tönne pushed to gp3-vertex-group-conversion at LukasTonne/blender 2024-01-19 15:37:24 +01:00
4fc4b6c574 Copy MDeformVert data from old strokes.
Lukas Tönne created branch gp3-vertex-group-conversion in LukasTonne/blender 2024-01-19 15:37:24 +01:00
Lukas Tönne opened issue blender/blender#117337 2024-01-19 15:33:59 +01:00
GPv3: Vertex groups in GreasePencil data block and conversion
Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 14:26:03 +01:00
18bd8fc414 grease_pencil.runtime->eval_frame
916c9faad6 References instead of pointers.
59b15aab6c Dereference * operator instead of .varray.
Compare 3 commits »
Lukas Tönne approved blender/blender#117331 2024-01-19 14:11:35 +01:00
Fix: Assert in geometry nodes in specific files

Seems correct, the array is indexed by node socket index, not the lazy function socket index.

Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 12:42:36 +01:00
302c2b633f Fix inverted gradient space matrix.
Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 12:37:41 +01:00
67da424413 Fix invertex modifier disable function.
Lukas Tönne commented on pull request blender/blender#117297 2024-01-19 12:30:29 +01:00
GPv3: Tint and Color modifiers

Maybe some function is returning early, befrore .finish() is called?

Fixed.

Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 12:30:09 +01:00
a18bc63e29 Early object check to avoid unfinished attribute writers.
Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 12:04:01 +01:00
387715fa2e Merge branch 'main' into gp3-color-modifier
d537e63fa6 Fix: Plane Deform mask retains original alpha
f384622343 BLI: add utility to create random number generator with seed based on time
4197270ca1 Cleanup: GPv3: Unused variable
ab9c0af1ce Fix #68436: External Particle Disk Cache Playback Is Broken
Compare 6 commits »
Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 12:02:28 +01:00
f43e630334 Cleanup: reference geometry component instead of pointer.
79e8033336 Cleanup: use const local variables where possible.
9bbd1c69c5 Use read-only attributes accessor where possible.
cfa9b76e61 Cleanup: point_colors -> vertex_colors
ba9804f45e Cleanup: remove unused type aliases.
Compare 6 commits »
Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 11:42:25 +01:00
fcb56cf4ff Merge branch 'main' into gp3-color-modifier
81a8e0b0c1 Cleanup: Removed unused grease pencil code lines.
b157b80462 Grease Pencil: Use a "Color" modifier category for GP2 compatibility
01d4e8a345 Grease Pencil: Replace opacity modifier DNA flag for influence panel.
Compare 4 commits »
Lukas Tönne pushed to main at blender/blender 2024-01-19 11:40:43 +01:00
81a8e0b0c1 Cleanup: Removed unused grease pencil code lines.
b157b80462 Grease Pencil: Use a "Color" modifier category for GP2 compatibility
01d4e8a345 Grease Pencil: Replace opacity modifier DNA flag for influence panel.
Compare 3 commits »
Lukas Tönne pushed to gp3-color-modifier at LukasTonne/blender 2024-01-19 11:24:00 +01:00
818167bc19 Merge branch 'main' into gp3-color-modifier
2eb6bc5ca3 Grease Pencil: Fix layout for influence curve widget.
ef741bc6ff Fix: crash when adding bake item to already baked node
796aa0be59 Fix #117077: layout panels don't work in panels with no header
1dfb41bc75 Fix #117280: Cycles: Lights from instancer not working randomly
Compare 25 commits »
Lukas Tönne pushed to main at blender/blender 2024-01-19 11:23:36 +01:00
2eb6bc5ca3 Grease Pencil: Fix layout for influence curve widget.