Merge pull request #62122 from reduz/implement-movie-writer
Implement a Movie Maker mode
This commit is contained in:
commit
40c360b870
38 changed files with 2427 additions and 30 deletions
|
|
@ -85,6 +85,7 @@ enum PropertyHint {
|
|||
PROPERTY_HINT_OBJECT_TOO_BIG, ///< object is too big to send
|
||||
PROPERTY_HINT_NODE_PATH_VALID_TYPES,
|
||||
PROPERTY_HINT_SAVE_FILE, ///< a file path must be passed, hint_text (optionally) is a filter "*.png,*.wav,*.doc,". This opens a save dialog
|
||||
PROPERTY_HINT_GLOBAL_SAVE_FILE, ///< a file path must be passed, hint_text (optionally) is a filter "*.png,*.wav,*.doc,". This opens a save dialog
|
||||
PROPERTY_HINT_INT_IS_OBJECTID,
|
||||
PROPERTY_HINT_ARRAY_TYPE,
|
||||
PROPERTY_HINT_INT_IS_POINTER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue