Files
test2/source/blender/blenlib
Campbell Barton 8b6b31b41f Made Nurb->type only store the type rather then mixing the type with flags.
moved CU_2D to Nurb->flag in do_versions
This made simple type checks confusing to read.

many... if( (nu->type & 7)==CU_BEZIER)
replaced with ... if(nu->type == CU_BEZIER)

made setting rna curve_2d clamp the Z values. still more RNA/UI changes to do.
2009-09-08 00:23:33 +00:00
..
2009-09-07 11:05:16 +00:00
2009-04-28 17:25:50 +00:00
2009-07-18 23:12:42 +00:00
2.5
2009-01-17 14:56:12 +00:00
2008-12-29 13:38:08 +00:00
2.5
2009-07-13 00:40:20 +00:00
2008-05-27 13:22:17 +00:00
2007-11-06 22:29:20 +00:00
2009-07-25 22:20:26 +00:00
2009-06-23 00:09:26 +00:00
2009-06-23 00:09:26 +00:00
2009-06-23 00:09:26 +00:00
2008-12-20 10:02:00 +00:00
2009-07-26 18:52:27 +00:00
2009-06-22 18:19:18 +00:00
2009-06-23 00:09:26 +00:00
2.5
2009-06-08 10:00:14 +00:00
2009-09-05 01:58:02 +00:00