Difference between revisions of "IC Python API:RL Python Modules"
From Reallusion Wiki!
Chuck (RL) (Talk | contribs) m (→System) |
Chuck (RL) (Talk | contribs) m (→System) |
||
Line 6: | Line 6: | ||
== System == | == System == | ||
− | <div style="column-count: | + | <div style="column-count:4;-moz-column-count:4;-webkit-column-count:3"> |
− | * [[IC_Python_API:RLPy_RStatus| RStatus]] | + | * [[IC_Python_API:RLPy_RStatus| RStatus]] |
− | * [[IC_Python_API:RLPy_RTime| RTime ]] | + | * [[IC_Python_API:RLPy_RTime| RTime ]] |
− | * RVariant | + | * RVariant |
− | * RFileIO | + | * RFileIO |
− | * [[IC_Python_API:RLPy_RGlobal| RGlobal]] | + | * [[IC_Python_API:RLPy_RGlobal| RGlobal]] |
− | * [[IC_Python_API:RLPy_Timer| RPyTimer]] | + | * [[IC_Python_API:RLPy_Timer| RPyTimer]] |
</div> | </div> | ||
Revision as of 23:33, 17 January 2019
- Main article: iClone Python API.
Inherits from RLPy
System
Scene
- RlBase - Base class for scene components.
- RlObject - Base class for scene objects.
- RlNode - Base class for scene nodes.
- RlMaterialComponent - Base class for scene materials.
- RlProp - Base class for scene props.
- RlAvatar - Interface for scene avatars.
- RlCamera - Interface for scene cameras.
- RlParticle - Interface for scene particles.
- RlLight - Interface for scene lights.
- RlSpotLight - Interface for scene spot lights.
- RlPointLight - Interface for scene point lights.
- RlDirectionalLight - Interface for scene lights.
- RScene - methods for the current scene.
Animation
- RDatatBlock -Mechanism for storing values associated with a plugin.
- RKey - Base class for keys.
- RControl - Base class for all controllers.
- RFloatkey - Class for storing a floating key.
- RFloatControl - Controls simple floating point values.
- RTransformkey - Class for storing a transform key.
- RTransformControl - Controls transform values.
- RlParticle -
- RlLight -
- RlSpotLight -
- RlPointLight -
- RlDirectionalLight -
- RScene -