Fix Unreported : add F-curves only filter to functions only appliable to F-curves channels.

The filter was missing in some places that are using channel data as if it was f-curve channel.
There seems to be no related issue or bug, but still it would be best to have them there.

Reviewed By: sybren

Differential Revision: http://developer.blender.org/D15505
This commit is contained in:
2022-08-02 12:24:30 +02:00
parent 02b1a209be
commit fdf34666f0
5 changed files with 14 additions and 10 deletions

View File

@@ -334,6 +334,7 @@ typedef enum eAnimFilter_Flags {
ANIMFILTER_TMP_IGNORE_ONLYSEL = (1u << 31),
} eAnimFilter_Flags;
ENUM_OPERATORS(eAnimFilter_Flags, ANIMFILTER_TMP_IGNORE_ONLYSEL);
/** \} */