| 6 | BLUE_DEFINE( Tr2GrannyTransformTrack ); |
| 7 | |
| 8 | const Be::ClassInfo* Tr2GrannyTransformTrack::ExposeToBlue() |
| 9 | { |
| 10 | EXPOSURE_BEGIN( Tr2GrannyTransformTrack, ":jessica-deprecated: True\n:jessica-icon: tree/trisplttransform.png" ) |
| 11 | MAP_INTERFACE( Tr2GrannyTransformTrack ) |
| 12 | MAP_ATTRIBUTE( "translation", m_translation, "The position of the track", Be::READ ) |
| 13 | MAP_ATTRIBUTE( "rotation", m_rotation, "The orientation of the track", Be::READ ) |
| 14 | MAP_ATTRIBUTE( "scale", m_scale, "The scale of the track", Be::READ ) |
| 15 | MAP_ATTRIBUTE( |
| 16 | "compressCurves", |
| 17 | m_compressCurves, |
| 18 | "If set, the curves are compressed (fitted to splines). This is more\n" |
| 19 | "efficient to work with but can introduce artifacts.", |
| 20 | Be::READWRITE ) |
| 21 | EXPOSURE_CHAINTO( Tr2GrannyTrack ) |
| 22 | } |
nothing calls this directly
no test coverage detected