Difference between revisions of "IC Python API:RL Python Modules"

From Reallusion Wiki!
Jump to: navigation, search
m (System)
m (System)
Line 5: Line 5:
  
 
== System ==
 
== System ==
{| class = "wikitable" style="float:left;"
 
!Classes
 
!Purpose
 
|-
 
|RStatus
 
|Level error handling.
 
|-
 
|Rtime
 
|
 
|-
 
|RVariant
 
|
 
|}
 
  
{| class = "wikitable" sytle="float:left;"
+
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
!Classes
+
* RStatus - API level error handling.
!Purpose
+
* RTime - Hold and manipulate timing information.
|-
+
* RVariant - Union for most common data types.
|RFileIO
+
* RFileIO - Input/output operations for scene files.
|
+
* RGlobal - Common API global functions.
|-
+
* RPyTimer - Repetitive and single-shot timers.
|RGlobal
+
</div>
|
+
|-
+
|RPyTimer
+
|
+
|}
+
 
+
{{Clear}}
+
  
 
== Scene ==
 
== Scene ==

Revision as of 00:19, 9 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

Animation

MotionCapture

Events

UI

Media

Networking

Mathematics