Defines

XRef Flag Bits

These flags are used by INode::SetXRefFlags and INode::GetXRefFlags. More...

Defines

#define  XREF_UPDATE_AUTO   (1<<0)
  Automatic XRef file updating is ON.
#define  XREF_BOX_DISP   (1<<1)
  The Box display option is set.
#define  XREF_HIDDEN   (1<<2)
  The XRef is hidden.
#define  XREF_DISABLED   (1<<3)
  The XRef is disabled.
#define  XREF_IGNORE_LIGHTS   (1<<4)
  The XRef ignores lights in the file.
#define  XREF_IGNORE_CAMERAS   (1<<5)
  The XRef ignores cameras in the file.
#define  XREF_IGNORE_SHAPES   (1<<6)
  The XRef ignores shapes in the file.
#define  XREF_IGNORE_HELPERS   (1<<7)
  The XRef ignores helpers in the file.
#define  XREF_IGNORE_ANIM   (1<<8)
  The XRef ignores the animation in the file.
#define  XREF_FILE_CHANGE   (1<<10)
  It is not certain that the file has actually changed but the XRef should be reloaded.
#define  XREF_LOAD_ERROR   (1<<11)
  Is set when an XRef can not be resolved.
#define  XREF_SCENE_OVERLAY   (1<<12)
  An overlay XRef will be loaded only if it is a direct descendant of the master file.
#define  XREF_SCENE_HIDEINMANAGERUI   (1<<13)
  Is set when a scene XRef is not displayed in scene XREF manager UI.

Detailed Description

These flags are used by INode::SetXRefFlags and INode::GetXRefFlags.

See also:
Class INode

Define Documentation

#define XREF_UPDATE_AUTO   (1<<0)

Automatic XRef file updating is ON.

#define XREF_BOX_DISP   (1<<1)

The Box display option is set.

#define XREF_HIDDEN   (1<<2)

The XRef is hidden.

#define XREF_DISABLED   (1<<3)

The XRef is disabled.

#define XREF_IGNORE_LIGHTS   (1<<4)

The XRef ignores lights in the file.

#define XREF_IGNORE_CAMERAS   (1<<5)

The XRef ignores cameras in the file.

#define XREF_IGNORE_SHAPES   (1<<6)

The XRef ignores shapes in the file.

#define XREF_IGNORE_HELPERS   (1<<7)

The XRef ignores helpers in the file.

#define XREF_IGNORE_ANIM   (1<<8)

The XRef ignores the animation in the file.

#define XREF_FILE_CHANGE   (1<<10)

It is not certain that the file has actually changed but the XRef should be reloaded.

Is set when a change notification is sent indicating that the file may have changed.

#define XREF_LOAD_ERROR   (1<<11)

Is set when an XRef can not be resolved.

#define XREF_SCENE_OVERLAY   (1<<12)

An overlay XRef will be loaded only if it is a direct descendant of the master file.

This lets the user bring in files to compare against but other users do not see it if they XRef this file. Is set when a scene XRef is set to overlay.

#define XREF_SCENE_HIDEINMANAGERUI   (1<<13)

Is set when a scene XRef is not displayed in scene XREF manager UI.

Is set at creation.