|
HDK
|
#include <BRAY_Interface.h>
Public Member Functions | |
| CoordSysPtr (const UT_SharedPtr< BRAY_Camera > &sp=UT_SharedPtr< BRAY_Camera >()) | |
| ~CoordSysPtr () | |
| bool | isValid () const |
| Test validity. More... | |
| const UT_StringHolder & | name () const |
| void | setTransform (ScenePtr &scn, const SpacePtr &xforms) |
| Set transform. More... | |
| OptionSet | objectProperties () |
| void | resizeCameraProperties (int nseg) |
| UT_Array< OptionSet > | cameraProperties () |
| Get the current camera properties for modification. More... | |
| void | commit (ScenePtr &scene) |
| After changing options, make sure to commit. More... | |
| SYS_SAFE_BOOL | operator bool () const |
| const BRAY_Camera * | spacePtr () const |
| BRAY_Camera * | spacePtr () |
Definition at line 1104 of file BRAY_Interface.h.
|
inline |
Definition at line 1107 of file BRAY_Interface.h.
| BRAY::CoordSysPtr::~CoordSysPtr | ( | ) |
Get the current camera properties for modification.
|
inline |
Test validity.
Definition at line 1114 of file BRAY_Interface.h.
| const UT_StringHolder& BRAY::CoordSysPtr::name | ( | ) | const |
| OptionSet BRAY::CoordSysPtr::objectProperties | ( | ) |
The current object properties for modification (primarily for motion blur settings)
|
inline |
Access to underlying object
Definition at line 1119 of file BRAY_Interface.h.
When a transform space has camera properties (for projection spaces), it's possible the projection can be motion blurred. This allows you to specify the motion segments for properties.
|
inline |
Access to underlying object
Definition at line 1120 of file BRAY_Interface.h.
|
inline |
Access to underlying object
Definition at line 1121 of file BRAY_Interface.h.