Blender Git Commit Log
Git Commits -> Revision c3238bd
Revision c3238bd by Hans Goudey (master) October 1, 2020, 17:56 (GMT) |
Cleanup: Use DNA defaults for cloth modifier Followup for rB8398050695 This requires moving a few enum definitions to DNA instead of BKE, and adding default definitions for the two structs the cloth modifier where the cloth modifier stores its settings. The defaults are also reordered to be consistent with the order of each item in the struct. |
Commit Details:
Full Hash: c3238bd50010e43ad97edb07ca1b2fe04ddf7f45
Parent Commit: 4c0ef4f
Lines Changed: +158, -144
7 Modified Paths:
/source/blender/blenkernel/BKE_cloth.h (+0, -42) (Diff)
/source/blender/blenkernel/intern/cloth.c (+0, -94) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+41, -0) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+96, -1) (Diff)
/source/blender/makesdna/intern/dna_defaults.c (+7, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+0, -2) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+14, -3) (Diff)
/source/blender/blenkernel/intern/cloth.c (+0, -94) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+41, -0) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+96, -1) (Diff)
/source/blender/makesdna/intern/dna_defaults.c (+7, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+0, -2) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+14, -3) (Diff)