Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-08-02 13:55:29 +0300
committerBastien Montagne <bastien@blender.org>2022-08-02 13:55:29 +0300
commit33e4ecc7509ced4b9499c4005114ca5865717b7b (patch)
tree6235cd1aaf4da8b31b1b968f0c235887056d74db /source/blender/editors/include
parentbb7747e7caee59a8c98cd7d9abc9cd1e9b0e0762 (diff)
parent33d0b7c5bdd8bdbde0a3fd6e7982440c151e321b (diff)
Merge branch 'blender-v3.3-release'
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_anim_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index cc3c68abc55..ee87de5774a 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -334,6 +334,7 @@ typedef enum eAnimFilter_Flags {
ANIMFILTER_TMP_IGNORE_ONLYSEL = (1u << 31),
} eAnimFilter_Flags;
+ENUM_OPERATORS(eAnimFilter_Flags, ANIMFILTER_TMP_IGNORE_ONLYSEL);
/** \} */