The Ziva Scene Panel (ZSP) is a new object-viewing panel that can be used to inspect the current Ziva setup.
The Ziva Scene Panel allows you to quickly browse a subset of the Ziva objects in your scene. The selected Ziva objects and their immediate connections are shown in a tree, allowing you to focus on specific parts of your scene. To display the full scene in the panel select the solver and launch the scene panel or hit refresh.
By selecting muscle or bone geometry and launching it will check all attachments to see what else is connected and add those to the tree view. By selecting an attachment it checks the source and destination and adds those. It does this so you have control over what is viewed to minimize amount of items you have to sort through.
Selecting an item in the panel selects the corresponding item in the Maya scene.
Note
If you update the Maya scene, the panel is not automatically updated. You can update it by closing the Scene Panel and re-opening it via Ziva → Launch Scene Panel. Another approach is to press the refresh button on the Scene Panel toolbar.
The Scene Panel can also be launched from python by the following:
from zBuilder.ui import zUI
zUI.run()