Blender Git Loki
Git Commits -> Revision 4edfc3a
Revision 4edfc3a by Ton Roosendaal (master) August 29, 2004, 09:21 (GMT) |
Feature for Curve objects in Blender; 'tapering'. Next to the "BevOb" button you now have a "TaperOb" button to give a name of a curve object which defines the width of extrusion of the 'BevObj' along the curve. The TaperOb curve typically is horizontal, where the height denotes the width. Important rules; - Only the firste curve in TaperObj is evaluated - the first width is left, last width is right - it scales the width of normal extrusions based on evaluating the taper curve; which means sharp corners in taper curve won't be easily visible (That latter feature could be improved by extrusing based on the points in the taper curve; this is a *lot* more work) |
Commit Details:
Full Hash: 4edfc3a919482bd9738ae6503e96bdd8edf9a995
SVN Revision: 3020
Parent Commit: 19ba129
Lines Changed: +86, -21
6 Modified Paths:
/source/blender/blenkernel/intern/displist.c (+61, -9) (Diff)
/source/blender/blenkernel/intern/object.c (+8, -7) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+1, -1) (Diff)
/source/blender/src/buttons_editing.c (+2, -1) (Diff)
/source/blender/src/editobject.c (+12, -3) (Diff)
/source/blender/blenkernel/intern/object.c (+8, -7) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+1, -1) (Diff)
/source/blender/src/buttons_editing.c (+2, -1) (Diff)
/source/blender/src/editobject.c (+12, -3) (Diff)