Blender Git Commit Log
Git Commits -> Revision b7d3a87
Revision b7d3a87 by Campbell Barton (master) November 10, 2007, 20:00 (GMT) |
Rewrote the part that converted blenders curves into branches, Was converting into a mesh and then doing location checks, to figure out what the radius should be and then interpolating. this was the slowest part of the script and it made a mesh every time. Now use blenders bezier interpolation function and calculate points like blender does. fixed a driver syntax error for the Z axis (typo) |
Commit Details:
Full Hash: b7d3a8786a3e7d16da892612ea75ae3db56d67dc
SVN Revision: 12550
Parent Commit: 2abb50d
Lines Changed: +97, -111
1 Modified Path:
/release/scripts/wizard_curve2tree.py (+97, -111) (Diff)