Block a user
61555c9a6b
Remove const int parameter declaration.
4278711fc5
Move curves poarameter to the back.
f84067a11c
Move return params to the end of apply_stroke_transform.
2d59ac8962
Removed unused includes.
662dac35b7
Use dedicated function modify_drawing_by_layer when using layer index.
eb224d9369
const reference for IndexMask parameters.
3abce80b5f
Rename range to points.
3750dd703f
Moved type aliases into function bodies.
bccd38bec2
Merge branch 'main' into gp3-offset-modifier
d5766dfdce
Fix: Obj crash exporting curve without modifier property
c60321f6dc
Fix #115983: Skip writing output if no Composite node exists
1e4f133950
Sculpt: Add brush settings for view & normal automasking values
3c62917213
Fix #112423: Recover Autosave breaks library paths.
WIP: GPv3: Support for vertex group operators in GreasePencil data blocks
ddf0ea4c03
Merge branch 'main' into gp3-vertex-group-conversion
d5766dfdce
Fix: Obj crash exporting curve without modifier property
c60321f6dc
Fix #115983: Skip writing output if no Composite node exists
1e4f133950
Sculpt: Add brush settings for view & normal automasking values
3c62917213
Fix #112423: Recover Autosave breaks library paths.
ba1084e3ff
Added support for remove operator.
7d52f4ff53
Finished "gather" function to combine vertex groups from drawings.
9fc9c72765
Implementing special operators for managing vertex groups in GP objects.
b185ddc5e7
Support for a vertex_group_names list in GreasePencil data blocks.
d5766dfdce
Fix: Obj crash exporting curve without modifier property
Lukas Tönne
created branch gp3-vertex-group-operators in LukasTonne/blender
2024-01-24 13:05:08 +01:00
2ef4b6c01d
Added support for remove operator.
342ab7a449
Finished "gather" function to combine vertex groups from drawings.
GPv3: Vertex groups in GreasePencil data block and conversion
Vertex groups definitions (bDeformGroup
) have a lock_weight
flag, which is used to maintain relative weights during editing. With the "drawings own vertex groups" approach this begs the…
Node versioning doesn't run
Fix #117422: Move undefined type removal behind after-linking-versioning
2a4c5968eb
Merge branch 'main' into gp3-vertex-group-conversion
6cc8ac7cb3
Cleanup: rename ImBuf anim & anim_index structs
30a152216e
EEVEE: Change UI Naming
c16b0216fe
Fix #68436: External Particle Disk Cache Playback Is Broken
062a9f9540
Fix: Compiling EEVEE test cases
Fix #117422: Move undefined type removal behind after-linking-versioning
True, although I to my knowledge there's never been a case where a node type was deliberately removed (other than replaced by a newer version as in #117422 ). In that case there should already be…