ClassesΒΆ

AnimCurve An animation curve.
Array An array of values.
BVH3 A bounding volume hierarchy to quickly select 3d shapes.
BVHTriangle A bounding volume hierarchy to quickly intersect 3d triangles.
BufferConstFloat A readonly buffer for basic types like floats, integers, Imath::V3f, Imath::M44f..
BufferFloat A writable buffer for basic types like floats, integers, Imath::V3f, Imath::M44f..
CameraContext This class provides viewport space conversion services.
ChannelBool A boolean value with a default value.
ChannelFloat A float value with a default value.
ChannelInt An integer value with a default value.
Dict A dictionnary to associate strings to values.
EvalContext This class holds the evaluation context passed to the evaluation handler during a plug evaluation.
FlattenMode Specify a way to flatten a layer into another.
IndexedBufferConstFloat A read only buffer of indexed values.
IndexedBufferFloat A writable IndexedBuffer.
InteractionContext This interface is passed to the events and is implemented by the application.
KeySet A set of keyframes.
KeySetKeyStatus Status of a Key, being part of a selected, hovered object or selected by itself.
Lattice A lattice cage.
Mesh A mesh value.
Node Base class of all Rumba nodes.
NodeChildren A Node children accessor.
NodePlugs A Plug accessor.
NurbsCurve A nurbs curve value.
NurbsSurface A nurbs surface value.
PasteMode Specify a way to paste the clipboard.
Plug A node plug.
PlugDescriptor A plug descriptor to pass to the Registry::register_node() function.
PlugList A value containing a list of plugs.
PlugListPlugs A Plug accessor.
PlugOutputs A Plug accessor to the outputs.
Points A set of 3d points.
Registry Registry class used to declare and register a plug-in node.
SelectionMode Specify a way to alter the active selection.
SpanSpanUIntUInt A vector of vector.
SparseBufferConstFloat A read only buffer of sparse values.
SparseBufferFloat A writable SparseBuffer.
Value Base class of all Rumba values.
Workspace Workspace is the type of the root node of the rumba Node tree.
Inheritance diagram of rumba