Blender Git Commit Log
Git Commits -> Revision 54c9557
Revision 54c9557 by Campbell Barton (master) December 21, 2009, 01:02 (GMT) |
Solidify modifier for Durian (allow cloth sim on single layer and make solid after) Mostly the same as the recently added editmode tool with some extras. * Options to disable filling in the rim between inner and outer surface, since its faster not to detect this in cases where its not needed. * Option to disable high quality normal calculation, mostly noticable when operating on building walls, not needed for cloth or more organic shapes. * Option to disable 'even thickness', again, not needed in some cases. Also options for creasing inner/outer and rim edges, need this for makign Sintels cloths solid since zero crease looks far too soft. note: * UVs and VCols etc are copied to the new skin however rim faces dont get the UVs or vcols set from the faces they are created from yet. * Normals are assumed to be pointing outwards * used patch from Uncle Entity as a template since it added the DNA and RNA entries but the actual modifier from the patch wasnt used. |
Commit Details:
Full Hash: 54c9557b8595cfd830d1491875a70f85e3f6658d
SVN Revision: 25487
Parent Commit: 2a47383
Lines Changed: +541, -2
7 Modified Paths:
/release/scripts/ui/properties_data_modifier.py (+14, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+436, -0) (Diff)
/source/blender/editors/mesh/editmesh_lib.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+71, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+436, -0) (Diff)
/source/blender/editors/mesh/editmesh_lib.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+71, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)