Std SceneInspector: Difference between revisions

From FreeCAD Documentation
(Updated Std_DependencyGraph links.)
(More commands have icons now.)
Line 8: Line 8:
|[[Std_Tools_Menu|Std Tools Menu]]
|[[Std_Tools_Menu|Std Tools Menu]]
|IconL=Std_ViewScreenShot.svg
|IconL=Std_ViewScreenShot.svg
|IconR=
|IconR=Std_DependencyGraph.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
Line 16: Line 16:
{{GuiCommand
{{GuiCommand
|Name=Std SceneInspector
|Name=Std SceneInspector
|Empty=1
|MenuLocation=Tools → Scene inspector...
|MenuLocation=Tools → Scene inspector...
|Workbenches=All
|Workbenches=All
Line 41: Line 40:
|[[Std_Tools_Menu|Std Tools Menu]]
|[[Std_Tools_Menu|Std Tools Menu]]
|IconL=Std_ViewScreenShot.svg
|IconL=Std_ViewScreenShot.svg
|IconR=
|IconR=Std_DependencyGraph.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}

Revision as of 16:49, 23 November 2020

Std SceneInspector

Menu location
Tools → Scene inspector...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
None

Description

The Std SceneInspector command opens a dialog box displaying an overview of all nodes in the scenegraph of the active 3D view. It is more a utility for programmers than for average users. It can be used to find out why the rendering is slow or why something isn't rendered properly.

Usage

  1. Select the Tools → Scene inspector... option from the menu.
  2. The Scene inspector dialog box opens.
  3. The dialog box is modeless, meaning it can stay open while you continue working in FreeCAD.
  4. Optionally press the Refresh to update the overview.
  5. Press the Close button to close the dialog box.