Block a user
Jacques Lucke
deleted branch node-tree-self-update from JacquesLucke/blender
2024-08-02 11:43:57 +02:00
Fix: missing update tag when remapping IDs on embedded node trees
GPv3: High level python API
Guess this can be removed now that one can just do len(drawing.strokes)
? Would be great if there was something similar for points
.
GPv3: High level python API
By passing in self
, you are passing in a GreasePencilStrokeSlice
, but you probably intended to pass in the drawing.
GPv3: High level python API
validate
is an ambiguous term, because it can imply that it corrects the key to be valid. Better use something like _is_valid_index
.
GPv3: High level python API
You also might not need to implement __iter__
. Python can iterate over the sequence even when you just provide __len__
and __getitem__
.
Fix: missing update tag when remapping IDs on embedded node trees
589e38ac99
fix
c90f13f2b3
Fix #124702: crash when pasting material
1a266f6894
Cleanup: unused variable
e60422c5a7
GPv3: Delete active keyframe operator
a88327411d
Fix: Debug assert for boundary brush
Jacques Lucke
created branch node-tree-self-update in JacquesLucke/blender
2024-08-02 11:09:08 +02:00
Blender 4.2 RC - Pasting a material onto itself consistently crashes the program.