Difference between revisions of "IC Python API:RL Python Modules"
From Reallusion Wiki!
Chuck (RL) (Talk | contribs) m (→System) |
Chuck (RL) (Talk | contribs) m (→Scene) |
||
| Line 30: | Line 30: | ||
== Scene == | == Scene == | ||
| − | = | + | {| class = "wikitable" |
| − | + | !Classes | |
| − | + | !Purpose | |
| − | + | |- | |
| − | + | |RlBase | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlObject | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlNode | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlMaterialComponent | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlProp | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlAvatar | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlCamera | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlParticle | |
| − | + | | | |
| − | + | |- | |
| − | + | |RlLight | |
| + | | | ||
| + | |- | ||
| + | |RlSpotLight | ||
| + | | | ||
| + | |- | ||
| + | |RlPointLight | ||
| + | | | ||
| + | |- | ||
| + | |RlDirectionalLight | ||
| + | | | ||
| + | |- | ||
| + | |RScene | ||
| + | | | ||
| + | |} | ||
== Animation == | == Animation == | ||
Revision as of 22:02, 8 January 2019
- Main article: iClone Python API.
Inherits from RLPy
System
| Classes | Purpose |
|---|---|
| RStatus | Level error handling. |
| Rtime | |
| RVariant | |
| RFileIO | |
| RGlobal | |
| RPyTimer |
Scene
| Classes | Purpose |
|---|---|
| RlBase | |
| RlObject | |
| RlNode | |
| RlMaterialComponent | |
| RlProp | |
| RlAvatar | |
| RlCamera | |
| RlParticle | |
| RlLight | |
| RlSpotLight | |
| RlPointLight | |
| RlDirectionalLight | |
| RScene |