Blender Git Loki
Git Commits -> Revision b9861d2
Revision b9861d2 by Brecht Van Lommel (master) March 1, 2006, 15:30 (GMT) |
Array modifier patch by Ben Batt! (#3788) This modifier allows to make arrays of meshes, with multiple offset types: - constant offset - offset relative to object width - offset with scale and rotation based on another object The number of duplicates can be computed based on a fixed count, fixed length or length of a curve. Duplicate vertices can be automatically merged. Nice docs and example files available in the wiki: http://mediawiki.blender.org/index.php/BlenderDev/ArrayModifier |
Commit Details:
Full Hash: b9861d2a800d22730e1319c0cd29996d281c89ed
SVN Revision: 6950
Parent Commit: b4505d3
Lines Changed: +794, -62
6 Modified Paths:
/source/blender/blenkernel/intern/modifier.c (+593, -62) (Diff)
/source/blender/blenlib/BLI_arithb.h (+6, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+11, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+55, -0) (Diff)
/source/blender/src/buttons_editing.c (+123, -0) (Diff)
/source/blender/blenlib/BLI_arithb.h (+6, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+11, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+55, -0) (Diff)
/source/blender/src/buttons_editing.c (+123, -0) (Diff)