Difference between revisions of "IC Python API:Group Manager"
Chuck (RL) (Talk | contribs) |
Chuck (RL) (Talk | contribs) m (→You Will Learn How to) |
||
Line 14: | Line 14: | ||
Group Manager is a utility that creates layer controls for iClone. When using Group Manager, every object that is created within iClone is placed under a group - usually the World group. Each group has it's own properties - and each object assumes the properties of the group it exists under. Group can operate on its child elements in a single operation such as toggling visibility. Once the Group Manager is initiated a dialog window will appear containing operational instructions and a default group containing everything in the scene (Group_0). You can create a new empty group by right-clicking on an empty area and assign it items from the default group. You can also double-click on the group label to rename the group and toggle the checkmark beside it to show/hide items belonging to that group. | Group Manager is a utility that creates layer controls for iClone. When using Group Manager, every object that is created within iClone is placed under a group - usually the World group. Each group has it's own properties - and each object assumes the properties of the group it exists under. Group can operate on its child elements in a single operation such as toggling visibility. Once the Group Manager is initiated a dialog window will appear containing operational instructions and a default group containing everything in the scene (Group_0). You can create a new empty group by right-clicking on an empty area and assign it items from the default group. You can also double-click on the group label to rename the group and toggle the checkmark beside it to show/hide items belonging to that group. | ||
− | === | + | ===Learn How to=== |
*Create UI using Pyside2. | *Create UI using Pyside2. |
Revision as of 00:36, 18 January 2019
- Main article: RL Python Samples.
Group Manager
Group Manager is a utility that creates layer controls for iClone. When using Group Manager, every object that is created within iClone is placed under a group - usually the World group. Each group has it's own properties - and each object assumes the properties of the group it exists under. Group can operate on its child elements in a single operation such as toggling visibility. Once the Group Manager is initiated a dialog window will appear containing operational instructions and a default group containing everything in the scene (Group_0). You can create a new empty group by right-clicking on an empty area and assign it items from the default group. You can also double-click on the group label to rename the group and toggle the checkmark beside it to show/hide items belonging to that group.
Learn How to
- Create UI using Pyside2.
- Change and control object states.
Required Files
- Group Manager script (group_manager.py)
Steps to Take
- Open a scene in iClone, preferably a scene with many items.
- Load the Group Manager python script (Group Manager.py) into the project (Script > Load Python > ...).
- In the subsequent Group Manger window, experiment with organizing the scene elements by following the instructions within the panel.