Block a user
GPv3: Tint and Color modifiers
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
created branch gp3-vertex-group-conversion in LukasTonne/blender
2024-01-19 15:37:24 +01:00
GPv3: Vertex groups in GreasePencil data block and conversion
18bd8fc414
grease_pencil.runtime->eval_frame
916c9faad6
References instead of pointers.
59b15aab6c
Dereference * operator instead of .varray.
Fix: Assert in geometry nodes in specific files
Seems correct, the array is indexed by node socket index, not the lazy function socket index.
GPv3: Tint and Color modifiers
Maybe some function is returning early, befrore .finish() is called?
Fixed.
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
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.
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.
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.
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