Blender Git Commit Log
Git Commits -> Revision 125c77b
April 29, 2007, 18:13 (GMT) |
Patch #6113 - Cast & Smooth modifiers This patch adds two modifiers: Cast and Smooth. The Cast modifier deforms vertices into a sphere, cylinder or cuboid shape. The location and orientation of the projection shape can be controlled by a specified control object. The Smooth modifier smooths the mesh in a similar way to the Edit mode "Smooth" button. Thanks to Willian Padovani Germano (ianwill) for the patch! |
Commit Details:
Full Hash: 125c77bca330830c5fe6dd32cc3b5d3f4c716bbb
SVN Revision: 10615
Parent Commit: d0ac7ef
Lines Changed: +1101, -7
5 Modified Paths:
/source/blender/blenkernel/intern/modifier.c (+825, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+38, -0) (Diff)
/source/blender/python/api2_2x/doc/Modifier.py (+23, -4) (Diff)
/source/blender/python/api2_2x/Modifier.c (+179, -3) (Diff)
/source/blender/src/buttons_editing.c (+36, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+38, -0) (Diff)
/source/blender/python/api2_2x/doc/Modifier.py (+23, -4) (Diff)
/source/blender/python/api2_2x/Modifier.c (+179, -3) (Diff)
/source/blender/src/buttons_editing.c (+36, -0) (Diff)