Blender Git Loki
Git Commits -> Revision 6cd132b
Revision 6cd132b by Simon Repp (master) January 18, 2014, 18:22 (GMT) |
Increase maximum allowed amount of points for Splines in both U and V directions Increase the maximum allowed amount of points in a spline from currently 32,767 (short) to 2,147,483,647 (int). Change variables that get assigned the value from pntsu/pntsv to int type all over the codebase. Change function parameters that previously passed the count as short to int type as well. (because https://developer.blender.org/T38191) Reviewed By: sergey Differential Revision: https://developer.blender.org/D212 |
Commit Details:
Full Hash: 6cd132b29c30f4f55e1a216bf9fc583becd41dd5
Parent Commit: f6624b8
Committed By: Sergey Sharybin
Lines Changed: +15, -12