Blender Git Commit Log
Git Commits -> Revision 3b72584
Revision 3b72584 by Campbell Barton (master) November 29, 2009, 16:42 (GMT) |
- access to a nurbs points was broken - sizeof(BPoint) vs sizeof(BPoint *) - renamed CurvePoint --> SplinePoint - renamed point.point --> point.co (less stupid, matches vertex.co) - access point.co was a 3D vector rather then a 4D vector with the Nurbs weight included. - rename point.weight --> point.weight_softbody, move point.point[3] --> point.weight - sorted RNA structs (for pedaticness only) |
Commit Details:
Full Hash: 3b72584b7dd71737099184bc5a981874a7b4fa21
SVN Revision: 25002
Parent Commit: e08b6b8
Lines Changed: +41, -48