Blender Git Commit Log
Git Commits -> Revision fb95467
Revision fb95467 by Campbell Barton (master) March 22, 2010, 00:22 (GMT) |
Screw Modifier (old patch was called Lathe) didnt commit this patch because curves are generally better to create a shape to lathe however now that curves can have modifiers applied to them I think its good to have this. Added options to offset the lathe so it can work like the screw tool as well. - optional object for axis which also controls the center point. - screw offset so rather then just lathing this can work more like the screw tool. - screw optionally using the object distance along the axis. - iterations so the screw can be applied multiple times. tested to work well with curves. |
Commit Details:
Full Hash: fb9546746efe63a2e6c2806ad12978a4401002d1
SVN Revision: 27653
Parent Commit: 74b3336
Lines Changed: +940, -1
7 Modified Paths:
/release/scripts/ui/properties_data_modifier.py (+22, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+813, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+19, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+82, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+813, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+19, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+82, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)