Difference between revisions of "IC Python API:RL Python Modules"
From Reallusion Wiki!
Chuck (RL) (Talk | contribs) m |
Chuck (RL) (Talk | contribs) m |
||
Line 6: | Line 6: | ||
You can still access the original API reference material by visiting [http://manual.reallusion.com/iClone/script/python/modules.html http://manual.reallusion.com/iClone/script/python/modules.html] | You can still access the original API reference material by visiting [http://manual.reallusion.com/iClone/script/python/modules.html http://manual.reallusion.com/iClone/script/python/modules.html] | ||
− | |||
− | + | ==RLPy== | |
− | == | + | === Mathematics === |
− | == | + | {| class="wikitable" style="width:100%; text-align:center;" |
− | + | |style="width: 150px;"|[[IC_Python_API:RLPy_RMath | RMath ]] | |
− | = | + | |style="width: 150px;"|[[IC_Python_API:RLPy_RVector2 | RVector2 ]] |
− | + | |style="width: 150px;"|[[IC_Python_API:RLPy_RVector3 | RVector3 ]] | |
− | = | + | |style="width: 150px;"|[[IC_Python_API:RLPy_RVector4 | RVector4 ]] |
− | + | |style="width: 150px;"|[[IC_Python_API:RLPy_RMatrix3 | RMatrix3 ]] | |
− | + | |- | |
− | + | |[[IC_Python_API:RLPy_RQuaternion | RQuaternion ]] | |
− | + | |[[IC_Python_API:RLPy_RMatrix4 | RMatrix4 ]] | |
− | + | |[[IC_Python_API:RLPy_RTransform | RTransform ]] | |
− | + | |} | |
=== System === | === System === | ||
Line 134: | Line 133: | ||
|style="width: 150px;"|[[IC_Python_API:RLPy_RUdpClient | RUdpClient ]] | |style="width: 150px;"|[[IC_Python_API:RLPy_RUdpClient | RUdpClient ]] | ||
|style="width: 150px;"| | |style="width: 150px;"| | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Revision as of 22:28, 25 March 2019
- Main article: iClone Python API.
- ! This page is incomplete because it is still under construction.
You can still access the original API reference material by visiting http://manual.reallusion.com/iClone/script/python/modules.html
RLPy
Mathematics
RMath | RVector2 | RVector3 | RVector4 | RMatrix3 |
RQuaternion | RMatrix4 | RTransform |
System
RStatus | RTime | RStatus | RVariant | RFileIO |
RGlobal | RPyTimer |
Scene
RlBase | RlObject | RlNode | RlMaterialComponent | RlProp |
RlAvatar | RlCamera | RlParticle | RlLight | RlSpotLight |
RlPointLight | RlDirectionalLight | RScene |
Animation
RDatatBlock | RKey | RControl | RFloatkey | RFloatControl |
RTransformkey | RTransformControl | RlClip | RlSkeletonComponent | RlVisemeSmoothOption |
RlVisemeComponent | RlMorphComponent |
MotionCapture
RPositionSetting | RRotationSetting | RDeviceSetting | RlDeviceBase | RBodySetting |
RlBodyDevice | RHandSetting | RlHandDevice | RFacialSetting | RlFacialDevice |
RlMocapManager |
Events
RCallback | RWinMessageCallback | RDialogCallback | REventCallback | REventHandler |
RPyTimerCallback |
UI
RlDialog | RlDockWidget | RUi |
Media
RRgb | RColor | RlAudioObject | RAudioRecorder | RAudio |
Networking
RTcpCallback | RTcpClient | RUdpCallback | RUdpClient |