Blender Git Commit Log
Git Commits -> Revision 3b743ac
Revision 3b743ac by Campbell Barton (master) September 5, 2009, 09:54 (GMT) |
Option to correct for 3D curve twist error. example before and after. http://www.graphicall.org/ftp/ideasman42/curve_auto_twist.png Access next to the "3D" edit button. details... - open curves use the first points orientation and minimize twist for each new segment. - cyclic curves calculate the least twist in both directions and blend between them - AxisAngleToQuat replaced inline code. - Notice the model on the right now has more even corners. added Vec3ToTangent to arithb.c. |
Commit Details:
Full Hash: 3b743ac5565663d2fd0be4bbbc92e404afafbce4
SVN Revision: 23019
Parent Commit: 959757c
Lines Changed: +156, -35