3ds Max C++ API Reference
|
The following represent flags describing possible actions to be taken when merging nodes with names identical to the name of nodes already present in the scene. More...
Macros | |
#define | MERGE_DUPS_PROMPT 0 |
Prompt user when duplicate node names are encountered. More... | |
#define | MERGE_DUPS_MERGE 1 |
Merge nodes and keep old ones in the scene. More... | |
#define | MERGE_DUPS_SKIP 2 |
Do not merge nodes with duplicated names. More... | |
#define | MERGE_DUPS_DELOLD 3 |
Merge nodes and delete old ones from the scene. More... | |
#define | MERGE_LIST_NAMES 4 |
Causes a list of objects to be placed into mrgList parameter of Interface::MergeFromFile. More... | |
#define | MERGE_DUPS_RENAME 1000 |
Merge nodes and automatically rename them. More... | |
The following represent flags describing possible actions to be taken when merging nodes with names identical to the name of nodes already present in the scene.
These values can be passed to the Interface::MergeFromFile method's dupAction parameter and other methods as documented.
#define MERGE_DUPS_PROMPT 0 |
Prompt user when duplicate node names are encountered.
#define MERGE_DUPS_MERGE 1 |
Merge nodes and keep old ones in the scene.
#define MERGE_DUPS_SKIP 2 |
Do not merge nodes with duplicated names.
#define MERGE_DUPS_DELOLD 3 |
Merge nodes and delete old ones from the scene.
#define MERGE_LIST_NAMES 4 |
Causes a list of objects to be placed into mrgList parameter of Interface::MergeFromFile.
No actual merging will take place. The mergeAll parameter of Interface::MergeFromFile must be TRUE.
#define MERGE_DUPS_RENAME 1000 |
Merge nodes and automatically rename them.