Classes | |
class | HandleInfo |
class | ObjectData |
Namespaces | |
cinema | |
Enumerations | |
enum class | HANDLECONSTRAINTTYPE { INVALID , LINEAR , PLANAR , FREE , RADIAL , SPHERICAL } |
Functions | |
enum cinema::HANDLECONSTRAINTTYPE | MAXON_ENUM_LIST (HANDLECONSTRAINTTYPE) |
Bool | RegisterObjectPlugin (Int32 id, const maxon::String &str, Int32 info, DataAllocator *g, const maxon::String &description, BaseBitmap *icon, Int32 disklevel) |
Bool | RegisterObjectPlugin (Int32 id, const maxon::String &str, Int32 info, DataAllocator *g, const maxon::String &description, BaseBitmap *icon, Int32 disklevel, OBJECTCATEGORY category) |
Variables | |
INVALID | |
LINEAR | |
PLANAR | |
FREE | |
RADIAL | |
SPHERICAL | |
INVALID |
Invalid handle constraint type, used to temporarily ignore handles (e.g. in the Camera Object with the Front/Back DOF handles).
LINEAR |
Linear handle constraint.
PLANAR |
Planar handle constraint.
FREE |
No constraint.
RADIAL |
Radial handle constraint.
SPHERICAL |
Spherical handle constraint.