Variables

Schematic View Filter bits

Variables

static const DWORD  SV_FILTER_SELOBJECTS = (1<<0)
  Show only Selected objects.
static const DWORD  SV_FILTER_OBJECTMODS = (1<<1)
  Show Modified Objects.
static const DWORD  SV_FILTER_BASEPARAMS = (1<<2)
  Show Base Objects.
static const DWORD  SV_FILTER_MATPARAMS = (1<<3)
  Show Materials.
static const DWORD  SV_FILTER_GEOM = (1<<4)
  Show geometry nodes.
static const DWORD  SV_FILTER_SHAPES = (1<<5)
  Show shape nodes.
static const DWORD  SV_FILTER_LIGHTS = (1<<6)
  Show light nodes.
static const DWORD  SV_FILTER_CAMERAS = (1<<7)
  Show camera nodes.
static const DWORD  SV_FILTER_HELPERS = (1<<8)
  Show helper nodes.
static const DWORD  SV_FILTER_WARPS = (1<<9)
  Show space warps.
static const DWORD  SV_FILTER_VISIBLE_OBJS = (1<<10)
  Show only Visible objects.
static const DWORD  SV_FILTER_CONTROLLERS = (1<<11)
  Show controllers.
static const DWORD  SV_FILTER_ANIMATEDONLY = (1<<12)
  Show only animated nodes.
static const DWORD  SV_FILTER_MAPS = (1<<13)
static const DWORD  SV_FILTER_BONES = (1<<14)
static const DWORD  SV_FILTER_BONEOBJECTS = (1<<15)
  Show bone base objects.
static const DWORD  SV_FILTER_PB_PARAMS = (1<<16)
static const DWORD  SV_FILTER_PRS_POS = (1<<17)
static const DWORD  SV_FILTER_PRS_ROT = (1<<18)
static const DWORD  SV_FILTER_PRS_SCALE = (1<<19)
static const DWORD  SV_FILTER_MASTER_POINT = (1<<20)
static const DWORD  SV_FILTER_SKIN_DETAILS = (1<<21)

Variable Documentation

const DWORD SV_FILTER_SELOBJECTS = (1<<0) [static]

Show only Selected objects.

const DWORD SV_FILTER_OBJECTMODS = (1<<1) [static]

Show Modified Objects.

const DWORD SV_FILTER_BASEPARAMS = (1<<2) [static]

Show Base Objects.

const DWORD SV_FILTER_MATPARAMS = (1<<3) [static]

Show Materials.

const DWORD SV_FILTER_GEOM = (1<<4) [static]

Show geometry nodes.

const DWORD SV_FILTER_SHAPES = (1<<5) [static]

Show shape nodes.

const DWORD SV_FILTER_LIGHTS = (1<<6) [static]

Show light nodes.

const DWORD SV_FILTER_CAMERAS = (1<<7) [static]

Show camera nodes.

const DWORD SV_FILTER_HELPERS = (1<<8) [static]

Show helper nodes.

const DWORD SV_FILTER_WARPS = (1<<9) [static]

Show space warps.

const DWORD SV_FILTER_VISIBLE_OBJS = (1<<10) [static]

Show only Visible objects.

const DWORD SV_FILTER_CONTROLLERS = (1<<11) [static]

Show controllers.

const DWORD SV_FILTER_ANIMATEDONLY = (1<<12) [static]

Show only animated nodes.

const DWORD SV_FILTER_MAPS = (1<<13) [static]
const DWORD SV_FILTER_BONES = (1<<14) [static]
Deprecated:
Show bone base objects.
const DWORD SV_FILTER_BONEOBJECTS = (1<<15) [static]

Show bone base objects.

const DWORD SV_FILTER_PB_PARAMS = (1<<16) [static]
const DWORD SV_FILTER_PRS_POS = (1<<17) [static]
const DWORD SV_FILTER_PRS_ROT = (1<<18) [static]
const DWORD SV_FILTER_PRS_SCALE = (1<<19) [static]
const DWORD SV_FILTER_MASTER_POINT = (1<<20) [static]
const DWORD SV_FILTER_SKIN_DETAILS = (1<<21) [static]