Classes | |
struct | SaveProjectStruct |
#define MSG_DOCUMENTINFO_TYPE_SETACTIVE |
Document was set as active.
#define MSG_DOCUMENTINFO_TYPE_LOAD |
Document was loaded.
#define MSG_DOCUMENTINFO_TYPE_MERGE |
Document was merged.
#define MSG_DOCUMENTINFO_TYPE_BEFOREMERGE |
Document before merge. data points to a MSG_DOCUMENTINFO_TYPE_BEFOREMERGE_RESULT value.
#define MSG_DOCUMENTINFO_TYPE_SAVE_BEFORE |
Document is about to be written.
#define MSG_DOCUMENTINFO_TYPE_SAVE_AFTER |
Document was saved.
#define MSG_DOCUMENTINFO_TYPE_SAVEPROJECT_BEFORE |
Save Project with Assets is about to be executed. dfi->data contains SaveProjectStruct.
#define MSG_DOCUMENTINFO_TYPE_SAVEPROJECT_AFTER |
Save Project with Assets was executed. dfi->data contains SaveProjectStruct.
#define MSG_DOCUMENTINFO_TYPE_REMOVE |
The document is removed from the document list. All structures are still accessible.
#define MSG_DOCUMENTINFO_TYPE_TOOL_CHANGED |
Tool changed.
#define MSG_DOCUMENTINFO_TYPE_OBJECT_INSERT |
Objects got inserted into the document.
#define MSG_DOCUMENTINFO_TYPE_TAG_INSERT |
Tags got inserted into the document.
#define MSG_DOCUMENTINFO_TYPE_MATERIAL_INSERT |
Materials got inserted into the document.
#define MSG_DOCUMENTINFO_TYPE_UNDO |
Undo was called.
#define MSG_DOCUMENTINFO_TYPE_REDO |
Redo was called.
#define MSG_DOCUMENTINFO_TYPE_PASTE |
Paste was called.
#define MSG_DOCUMENTINFO_TYPE_COPY |
Copy was called. Private.
#define MSG_DOCUMENTINFO_TYPE_LOAD_XREFS |
Private.
#define MSG_DOCUMENTINFO_TYPE_MERGE_XREFS |
Private.
#define MSG_DOCUMENTINFO_TYPE_XREFS_IMPORTED |
Private.
#define MSG_DOCUMENTINFO_TYPE_MAKEPROJECT |
Sent around during "Save as Project" for each texture / asset it copies. data points to a DocumentInfoMakeProj. This message is only sent to scene hooks.
#define MSG_DOCUMENTINFO_TYPE_SWAP_XREF |
Private.
#define MSG_DOCUMENTINFO_TYPE_NODE_ASSETS_CHANGED |
@markprivate
#define MSG_DOCUMENTINFO_TYPE_MODE_CHANGED |
Mode changed.
#define MSG_DOCUMENTINFO_TYPE_FLUSHCACHES |
Document caches are flushed. This message is only sent to scene hooks.