IC Python API:Table View
From Reallusion Wiki!
Revision as of 18:16, 15 December 2019 by Chuck (RL) (Talk | contribs)
- Main article: RL Python Samples.
Necessary Modules
Besides the fundamental Reallusion Python module, we'll also need Pyside2 to build the user interface. But we don't need the entire Pyside2 module for this simple example, so I'll just import QtWidgets for building the user interface and wrapInstance to bind the iClone dialog window to the Pyside2 interface.
import RLPy
from PySide2 import QtWidgets
from PySide2.shiboken2 import wrapInstance