Blender Git Loki
Git Commits -> Revision db0ab59
Revision db0ab59 by Alexander Pinzon (soc-2012-sushi) June 12, 2012, 22:14 (GMT) |
I added a new modifier for laplacian smooth, with base on http://wiki.blender.org/index.php/Dev:Source/Modifiers/Adding At this moment the laplacian smooth is then same that smooth modifier. |
Commit Details:
Full Hash: db0ab592bcd48dd7791497af1b58a02298366627
SVN Revision: 47809
Parent Commit: 6dc4f68
Lines Changed: +354, -0
1 Added Path:
/source/blender/modifiers/intern/MOD_laplaciansmooth.c (+266, -0) (View)
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+14, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+56, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+56, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)