IC Python API:Tree View

From Reallusion Wiki!
Revision as of 00:49, 16 December 2019 by Chuck (RL) (Talk | contribs) (Created page with "{{TOC}} {{Parent|IC_Python_API:RL_Python_Samples|RL Python Samples}} left == Necessary Modules == <syntaxhighlight lang="pyth...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Main article: RL Python Samples.
Ic python api bone hierarchies 01.png

Necessary Modules

import RLPy
from PySide2 import QtWidgets
from PySide2.QtCore import *
from PySide2.shiboken2 import wrapInstance

Skeleton Tree View

Tree Widget Item

Walking the Hierarchy

Refreshing the Tree List

Creating the Window

Everything Put Together