#include <c4d_basedocument.h>
Holds information data about a layer in a document.
Public Member Functions | |
LayerData () | |
Public Attributes | |
Bool | solo |
Bool | view |
Bool | render |
Bool | manager |
Bool | locked |
Bool | generators |
Bool | deformers |
Bool | expressions |
Bool | animation |
Vector | color |
Bool | xref |
LayerData | ( | ) |
Default constructor.
Bool solo |
Solo Mode.
Bool view |
Visible in editor view.
Bool render |
Visible in render view.
Bool manager |
Visible in Object Manager and Timeline.
Bool locked |
Not selectable and no modification possible, grayed out in Object Manager.
Bool generators |
Generators on/off.
Bool deformers |
Deformers on/off.
Bool expressions |
Expressions on/off.
Bool animation |
Animation on/off.
Vector color |
Layer color.
Bool xref |
Import with XRef.