Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c2449 RC_PROP_REQUIRE_FLOAT = 2, enumerator
2469 if ((flags & RC_PROP_REQUIRE_BOOL) && (flags & RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_path()
2503 if (flags & (RC_PROP_REQUIRE_BOOL | RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_path()
2507 ((flags & RC_PROP_REQUIRE_FLOAT) && (prop_type != PROP_FLOAT))) { in radial_control_get_path()
2571 &ctx_ptr, op, "rotation_path", &rc->rot_ptr, &rc->rot_prop, 0, RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_properties()
2576 &ctx_ptr, op, "color_path", &rc->col_ptr, &rc->col_prop, 4, RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_properties()
2586 RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_properties()
2596 RC_PROP_REQUIRE_FLOAT)) { in radial_control_get_properties()
2618 RC_PROP_REQUIRE_FLOAT | RC_PROP_ALLOW_MISSING)) { in radial_control_get_properties()