OOF2: The Manual

Name

OOF.Settings.Graphics_Defaults.Skeletons.Selected_Elements — Set default parameters for displaying selected skeleton elements.

Synopsis

OOF.Settings.Graphics_Defaults.Skeletons.Selected_Elements(color,opacity)

Details

  • Parent Menu: OOF.Settings.Graphics_Defaults.Skeletons
  • Callback: function _setSelectedElementParams in module ooflib.engine.IO.elementselectdisplay
  • Parameters:

    color
    Color for the selected elements. Type: An object of the Color class.
    opacity
    Opacity of the selected elements. Type: A real number in the range [0, 1].

Description

Set default parameters for the SkeletonElementSelectionDisplay, which displays the currently selected Skeleton Elements in the graphics window. See SkeletonElementSelectionDisplay for a discussion of the parameters. This command may be put in the .oof2rc file to set defaults for all OOF2 sessions.