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 5: | Line 5: | ||
== System == | == System == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |
− | + | * RStatus - API level error handling. | |
− | + | * RTime - Hold and manipulate timing information. | |
− | + | * RVariant - Union for most common data types. | |
− | + | * RFileIO - Input/output operations for scene files. | |
− | + | * RGlobal - Common API global functions. | |
− | + | * RPyTimer - Repetitive and single-shot timers. | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Scene == | == Scene == |
Revision as of 23:19, 8 January 2019
- Main article: iClone Python API.
Inherits from RLPy
System
- RStatus - API level error handling.
- RTime - Hold and manipulate timing information.
- RVariant - Union for most common data types.
- RFileIO - Input/output operations for scene files.
- RGlobal - Common API global functions.
- RPyTimer - Repetitive and single-shot timers.
Scene
Classes | Purpose |
---|---|
RlBase | |
RlObject | |
RlNode | |
RlMaterialComponent | |
RlProp | |
RlAvatar | |
RlCamera | |
RlParticle | |
RlLight | |
RlSpotLight | |
RlPointLight | |
RlDirectionalLight | |
RScene |