Description

Title:PARAM_SIMPLE, PARAM_NORMALIZED as an enum
Category:Workflow
Status:Implemented
Priority:
Posted By:EPHERE ( Marsel Khadiyev )
Date Created:30 May 2009
Description:#define PARAM_SIMPLE 0 #define PARAM_NORMALIZED 1 is taken by ShapeObject::InterpCurve3D ( TimeValue t, int curve, float param, int ptype = PARAM_SIMPLE ) and ShapeObject::TangentCurve3D ( TimeValue t, int curve, float param, int ptype = PARAM_SIMPLE ) Would be nice to have them as an anim and not an int.