List of XRef Flag Bits

3DS Max Plug-In SDK

List of XRef Flag Bits

See Also: Class INode.

The following flags are used by the methods INode::SetXRefFlags and GetXRefFlags.

XREF_UPDATE_AUTO

Indicates automatic XRef file updating is on.

XREF_BOX_DISP

Indicates the Box display option is set.

XREF_HIDDEN

Indicates the XRef is hidden.

XREF_DISABLED

Indicates the XRef is diabled.

XREF_IGNORE_LIGHTS

Indicates the XRef will ignore the lights in the file.

XREF_IGNORE_CAMERAS

Indicates the XRef will ignore the cameras in the file.

XREF_IGNORE_SHAPES

Indicates the XRef will ignore the shapes in the file.

XREF_IGNORE_HELPERS

Indicates the XRef will ignore the helpers in the file.

XREF_IGNORE_ANIM

Indicates the XRef will ignore the animation in the file.

XREF_FILE_CHANGE

This bit is set when a change notification is sent indicating that the file may have changed. We don't know for sure if the file actually changed but the ref should be reloaded.

XREF_LOAD_ERROR

This bit will be set when a ref can't be resolved.