Home
last modified time | relevance | path

Searched refs:PROP_UNIT_NONE (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_types.h83 PROP_UNIT_NONE = (0 << 16), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_props.c2731 int unit = PROP_UNIT_NONE; in BPy_FloatProperty()
2864 int unit = PROP_UNIT_NONE; in BPy_FloatVectorProperty()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_rna.c110 {PROP_UNIT_NONE, "NONE", 0, "None", ""},
H A Dmakesrna.c3211 case PROP_UNIT_NONE: in rna_property_subtype_unit()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface.c2335 if (unit_type == PROP_UNIT_NONE) { in ui_but_is_unit()