Home
last modified time | relevance | path

Searched refs:ADS_FILTER_NOLINESTYLE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_action_types.h755 ADS_FILTER_NOLINESTYLE = (1 << 22), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_action.c502 RNA_def_property_boolean_negative_sdna(prop, NULL, "filterflag", ADS_FILTER_NOLINESTYLE); in rna_def_dopesheet()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Danim_filter.c2987 if ((ads->filterflag & ADS_FILTER_NOLINESTYLE) == 0) { in animdata_filter_dopesheet_scene()