Panda3D
Classes | Functions | Variables
direct.tkwidgets.SceneGraphExplorer Namespace Reference

Classes

class  SceneGraphExplorer
 
class  SceneGraphExplorerItem
 

Functions

def explore (nodePath=None)
 

Variables

list DEFAULT_MENU_ITEMS
 

Detailed Description

This module defines a widget used to display a graphical overview of the
scene graph using the tkinter GUI system.

Requires Pmw.

Function Documentation

◆ explore()

def direct.tkwidgets.SceneGraphExplorer.explore (   nodePath = None)

Variable Documentation

◆ DEFAULT_MENU_ITEMS

list DEFAULT_MENU_ITEMS
Initial value:
1= [
2 'Update Explorer',
3 'Expand All',
4 'Collapse All',
5 'Separator',
6 'Select', 'Deselect',
7 'Separator',
8 'Delete',
9 'Separator',
10 'Fit', 'Flash', 'Isolate', 'Toggle Vis', 'Show All',
11 'Separator',
12 'Set Reparent Target', 'Reparent', 'WRT Reparent',
13 'Separator',
14 'Place', 'Set Name', 'Set Color', 'Explore',
15 'Separator']