OOF2: The Manual

Name

OOF.Graphics_n.Layer.Reorder_All — Put the graphics layers in their default order.

Synopsis

OOF.Graphics_n.Layer.Reorder_All()

Details

  • Parent Menu: OOF.Graphics_n.Layer
  • Callback: function GhostGfxWindow.reorderLayers in module ooflib.common.IO.ghostgfxwindow
  • Options: disabled=1

Description

Graphics Layers are conceptually organized in a stack, with Layers on the top obscuring layers below them. When a new Layer is created, it is inserted into the stack in a default position. Default positions are assigned to DisplayMethodss, and are chosen to reduce the amount of overlap, placing point-like displays (e.g, SkeletonNodeSelectionDisplay) above line-like displays (e.g, SkeletonSegmentSelectionDisplay), and line-like displays above two dimensional displays (e.g, BitmapDisplayMethod). The commands in the Raise and Lower menus interfere with this automatic ordering. The Reorder_All command restores it.