Difference between revisions of "IC Python API:PopcornFX Sequencer"
From Reallusion Wiki!
Chuck (RL) (Talk | contribs) (Created page with "{{TOC}} {{Parent|IC_Python_API:RL_Python_Samples|RL Python Samples}} == Demo Video == == Description == == Course Prerequisites == == Learn How to == == Required File...") |
Chuck (RL) (Talk | contribs) m (→Extensions.py) |
||
Line 58: | Line 58: | ||
* [[ IC_Python_API:RLPy_RTime#IndexedFrameTime | RLPy.RTime.IndexedFrameTime() ]] | * [[ IC_Python_API:RLPy_RTime#IndexedFrameTime | RLPy.RTime.IndexedFrameTime() ]] | ||
* [[ IC_Python_API:RLPy_RVector3 | RLPy.RVector3() ]] | * [[ IC_Python_API:RLPy_RVector3 | RLPy.RVector3() ]] | ||
− | |||
* [[ IC_Python_API:RLPy_RScene#FindObjects | RLPy.RScene.FindObjects() ]] | * [[ IC_Python_API:RLPy_RScene#FindObjects | RLPy.RScene.FindObjects() ]] | ||
</div> | </div> |
Revision as of 19:45, 22 December 2019
- Main article: RL Python Samples.
Demo Video
Description
Course Prerequisites
Learn How to
Required Files
Steps to Take
Code Flow
APIs Used
You can research the following references for the APIs deployed in this code.
main.py
- RLPy.REventCallback.__init__()
- RLPy.RDialogCallback.__init__()
- RLPy.REventHandler.UnregisterCallback()
- RLPy.RScene.FindObjects()
- RLPy.RUi.GetMainWindow()
- RLPy.RUi.AddMenu()
- RLPy.RUi.ShowMessageBox()
- RLPy.REventHandler.RegisterCallback()
- RLPy.RGlobal.SetTime()
- RLPy.RTime()
- RLPy.RGlobal.Play()
- RLPy.RScene.SelectObject()
- RLPy.RGlobal.Stop()