Merge pull request #62122 from reduz/implement-movie-writer

Implement a Movie Maker mode
This commit is contained in:
Rémi Verschelde 2022-06-21 14:24:14 +02:00 committed by GitHub
commit 40c360b870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 2427 additions and 30 deletions

View file

@ -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,