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

From Reallusion Wiki!
Jump to: navigation, search
m (System)
m (Scene)
Line 17: Line 17:
 
== Scene ==
 
== Scene ==
  
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
+
<div style="column-count:6;-moz-column-count:6;-webkit-column-count:3">
* RlBase - Base class for scene components.
+
* RlBase
* RlObject - Base class for scene objects.
+
* RlObject
* RlNode - Base class for scene nodes.
+
* RlNode
* RlMaterialComponent - Base class for scene materials.
+
* RlMaterialComponent
* RlProp - Base class for scene props.
+
* RlProp
* RlAvatar - Interface for scene avatars.
+
* RlAvatar
* RlCamera - Interface for scene cameras.
+
* RlCamera
* RlParticle - Interface for scene particles.
+
* RlParticle
* RlLight - Interface for scene lights.
+
* RlLight
* RlSpotLight - Interface for scene spot lights.
+
* RlSpotLight
* RlPointLight - Interface for scene point lights.
+
* RlPointLight
* RlDirectionalLight - Interface for scene lights.
+
* RlDirectionalLight
* RScene - methods for the current scene.
+
* RScene
 
</div>
 
</div>
  

Revision as of 00:35, 18 January 2019

Main article: iClone Python API.

Inherits from RLPy

System

Scene

  • RlBase
  • RlObject
  • RlNode
  • RlMaterialComponent
  • RlProp
  • RlAvatar
  • RlCamera
  • RlParticle
  • RlLight
  • RlSpotLight
  • RlPointLight
  • RlDirectionalLight
  • RScene

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 -

MotionCapture

Events

UI

Media

Networking

Mathematics