MCPcopy Create free account
hub / github.com/carbonengine/trinity / ExposeToBlue

Method ExposeToBlue

trinity/Curves/Tr2GrannyTransformTrack_Blue.cpp:8–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6BLUE_DEFINE( Tr2GrannyTransformTrack );
7
8const 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}

Callers

nothing calls this directly

Calls 1

MAP_INTERFACEFunction · 0.70

Tested by

no test coverage detected