Files
test2/source/blender/makesrna
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-06-08 20:08:19 +00:00
2008-10-31 23:50:02 +00:00
2009-08-29 23:05:46 +00:00