OOF2: The Manual

Name

OOF.Settings.Graphics_Defaults.Skeletons.Skeleton_Info — Set default parameters for the skeleton info toolbox display.

Synopsis

OOF.Settings.Graphics_Defaults.Skeletons.Skeleton_Info(query_color,peek_color,node_size,element_width,segment_width)

Details

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

    query_color
    Color for the queried objects. Type: An object of the Color class.
    peek_color
    Color for the peeked objects. Type: An object of the Color class.
    node_size
    Node size. Type: An integer in the range [0, 10].
    element_width
    Line width for elements. Type: An integer in the range [0, 10].
    segment_width
    Line width for segments. Type: An integer in the range [0, 10].

Description

Set default parameters for the SkeletonInfoDisplay used by the Skeleton Info toolbox. See SkeletonInfoDisplay for the details. This command can be placed in the .oof2rc file to set values for all OOF2 sessions.