New Scene Options

Module description

Flag values in callParam for NOTIFY_SYSTEM_PRE_NEW and NOTIFY_SYSTEM_POST_NEW indicating the type of new scene operation that was carried out.

Macros

#define PRE_NEW_NEW_ALL   0x1
 All objects are deleted, including their animation data. More...
 
#define PRE_NEW_KEEP_OBJECTS   0x2
 Objects are not deleted, hierarchical links between them and animation data are deleted. More...
 
#define PRE_NEW_KEEP_OBJECTS_AND_HIERARCHY   0x3
 Objects and hierarchical links between them are not deleted, animation data is deleted. More...
 

Macro Definition Documentation

#define PRE_NEW_NEW_ALL   0x1

All objects are deleted, including their animation data.

#define PRE_NEW_KEEP_OBJECTS   0x2

Objects are not deleted, hierarchical links between them and animation data are deleted.

#define PRE_NEW_KEEP_OBJECTS_AND_HIERARCHY   0x3

Objects and hierarchical links between them are not deleted, animation data is deleted.