3ds Max C++ API Reference
Schematic View Filter bits

Variables

static const DWORD SV_FILTER_SELOBJECTS = (1<<0)
 Show only Selected objects. More...
 
static const DWORD SV_FILTER_OBJECTMODS = (1<<1)
 Show Modified Objects. More...
 
static const DWORD SV_FILTER_BASEPARAMS = (1<<2)
 Show Base Objects. More...
 
static const DWORD SV_FILTER_MATPARAMS = (1<<3)
 Show Materials. More...
 
static const DWORD SV_FILTER_GEOM = (1<<4)
 Show geometry nodes. More...
 
static const DWORD SV_FILTER_SHAPES = (1<<5)
 Show shape nodes. More...
 
static const DWORD SV_FILTER_LIGHTS = (1<<6)
 Show light nodes. More...
 
static const DWORD SV_FILTER_CAMERAS = (1<<7)
 Show camera nodes. More...
 
static const DWORD SV_FILTER_HELPERS = (1<<8)
 Show helper nodes. More...
 
static const DWORD SV_FILTER_WARPS = (1<<9)
 Show space warps. More...
 
static const DWORD SV_FILTER_VISIBLE_OBJS = (1<<10)
 Show only Visible objects. More...
 
static const DWORD SV_FILTER_CONTROLLERS = (1<<11)
 Show controllers. More...
 
static const DWORD SV_FILTER_ANIMATEDONLY = (1<<12)
 Show only animated nodes. More...
 
static const DWORD SV_FILTER_BONES = (1<<14)
 Show bones. More...
 
static const DWORD SV_FILTER_BONEOBJECTS = (1<<15)
 Show bone base objects. More...
 
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 MAX_DEPRECATED const DWORD SV_FILTER_MASTER_POINT = (1<<20)
 
static const DWORD SV_FILTER_POINTCTRLCONTAINERS = (1<<20)
 
static const DWORD SV_FILTER_SKIN_DETAILS = (1<<21)
 

Detailed Description

Variable Documentation

◆ SV_FILTER_SELOBJECTS

const DWORD SV_FILTER_SELOBJECTS = (1<<0)
static

Show only Selected objects.

◆ SV_FILTER_OBJECTMODS

const DWORD SV_FILTER_OBJECTMODS = (1<<1)
static

Show Modified Objects.

◆ SV_FILTER_BASEPARAMS

const DWORD SV_FILTER_BASEPARAMS = (1<<2)
static

Show Base Objects.

◆ SV_FILTER_MATPARAMS

const DWORD SV_FILTER_MATPARAMS = (1<<3)
static

Show Materials.

◆ SV_FILTER_GEOM

const DWORD SV_FILTER_GEOM = (1<<4)
static

Show geometry nodes.

◆ SV_FILTER_SHAPES

const DWORD SV_FILTER_SHAPES = (1<<5)
static

Show shape nodes.

◆ SV_FILTER_LIGHTS

const DWORD SV_FILTER_LIGHTS = (1<<6)
static

Show light nodes.

◆ SV_FILTER_CAMERAS

const DWORD SV_FILTER_CAMERAS = (1<<7)
static

Show camera nodes.

◆ SV_FILTER_HELPERS

const DWORD SV_FILTER_HELPERS = (1<<8)
static

Show helper nodes.

◆ SV_FILTER_WARPS

const DWORD SV_FILTER_WARPS = (1<<9)
static

Show space warps.

◆ SV_FILTER_VISIBLE_OBJS

const DWORD SV_FILTER_VISIBLE_OBJS = (1<<10)
static

Show only Visible objects.

◆ SV_FILTER_CONTROLLERS

const DWORD SV_FILTER_CONTROLLERS = (1<<11)
static

Show controllers.

◆ SV_FILTER_ANIMATEDONLY

const DWORD SV_FILTER_ANIMATEDONLY = (1<<12)
static

Show only animated nodes.

◆ SV_FILTER_BONES

const DWORD SV_FILTER_BONES = (1<<14)
static

Show bones.

◆ SV_FILTER_BONEOBJECTS

const DWORD SV_FILTER_BONEOBJECTS = (1<<15)
static

Show bone base objects.

◆ SV_FILTER_PB_PARAMS

const DWORD SV_FILTER_PB_PARAMS = (1<<16)
static

◆ SV_FILTER_PRS_POS

const DWORD SV_FILTER_PRS_POS = (1<<17)
static

◆ SV_FILTER_PRS_ROT

const DWORD SV_FILTER_PRS_ROT = (1<<18)
static

◆ SV_FILTER_PRS_SCALE

const DWORD SV_FILTER_PRS_SCALE = (1<<19)
static

◆ SV_FILTER_MASTER_POINT

MAX_DEPRECATED const DWORD SV_FILTER_MASTER_POINT = (1<<20)
static
Deprecated:
This has been deprecated as of 3ds Max 2022, please use SV_FILTER_POINTCTRLCONTAINERS instead [insensitive language]

◆ SV_FILTER_POINTCTRLCONTAINERS

const DWORD SV_FILTER_POINTCTRLCONTAINERS = (1<<20)
static

◆ SV_FILTER_SKIN_DETAILS

const DWORD SV_FILTER_SKIN_DETAILS = (1<<21)
static