Blender Git Commit Log
Git Commits -> Revision f6b0b76
Revision f6b0b76 by Campbell Barton (master) February 18, 2009, 03:13 (GMT) |
[#18159] Path -> toggle cyclic -> toggle cyclic again == path corrupted was not recalculating the knots when the cyclic flag was disabled so the endpoint flag was being ignored until recalculating (extrude for eg). Also removed unneeded re-allocation of curve knots which are always reallocated by makeknots. Fixed another bug with which recalculating knots with the Python surface api. (mixed up u/v args to makeknots(..) ) |
Commit Details:
Full Hash: f6b0b76fea40394059e575b844e5bf71f255e35f
SVN Revision: 19022
Parent Commit: 28245a7
Lines Changed: +11, -50