Defines

Default Action System: Events

The following represent events that can occur within the system (3ds Max) during its operation. More...

Defines

#define  TYPE_MISSING_EXTERNAL_FILES   1
  External assets cannot be found.
#define  TYPE_MISSING_DLL_FILES   2
  Plugin dlls cannot be found.
#define  TYPE_MISSING_XREF_FILES   3
  Xref assets (.max files) cannot be found.
#define  TYPE_MISSING_UVWS   4
  UVW coordinates cannot be found.
#define  TYPE_UNSUPPORTED_RENDEREFFECT   5
  Unsupported render effects have been found.
#define  TYPE_INVALID_XREF_FILES   6
  Files not suitable for xrefing were detected.
#define  DEFAULTACTIONS_MAX_DEFINED_ACTION   (TYPE_INVALID_XREF_FILES)
  DEFAULTACTIONS_MAX_DEFINED_ACTION must contain the largest internally used value.

Detailed Description

The following represent events that can occur within the system (3ds Max) during its operation.

Each of these events can be assoctiated with one or more actions listed in Default Action System: Actions. Events with ids from 0 through 65535 are reserved for internal use. 3rd party plugins may define their own events with ids greater than 65535.


Define Documentation

#define TYPE_MISSING_EXTERNAL_FILES   1

External assets cannot be found.

#define TYPE_MISSING_DLL_FILES   2

Plugin dlls cannot be found.

#define TYPE_MISSING_XREF_FILES   3

Xref assets (.max files) cannot be found.

#define TYPE_MISSING_UVWS   4

UVW coordinates cannot be found.

#define TYPE_UNSUPPORTED_RENDEREFFECT   5

Unsupported render effects have been found.

#define TYPE_INVALID_XREF_FILES   6

Files not suitable for xrefing were detected.

#define DEFAULTACTIONS_MAX_DEFINED_ACTION   (TYPE_INVALID_XREF_FILES)

DEFAULTACTIONS_MAX_DEFINED_ACTION must contain the largest internally used value.