Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_scene.h134 struct TransformOrientationSlot *BKE_scene_orientation_slot_get_from_flag(struct Scene *scene,
136 struct TransformOrientationSlot *BKE_scene_orientation_slot_get(struct Scene *scene,
138 void BKE_scene_orientation_slot_set_index(struct TransformOrientationSlot *orient_slot,
140 int BKE_scene_orientation_slot_get_index(const struct TransformOrientationSlot *orient_slot);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_gizmo_3d.c1172 TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get_from_flag(scene, in gizmo_xform_message_subscribe()
1660 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get_from_flag( in WIDGETGROUP_gizmo_refresh()
1807 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get_from_flag( in WIDGETGROUP_gizmo_draw_prepare()
1834 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get_from_flag( in WIDGETGROUP_gizmo_invoke_prepare()
2087 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get(scene, in WIDGETGROUP_xform_cage_refresh()
2171 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get(scene, in WIDGETGROUP_xform_cage_draw_prepare()
2303 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get(scene, in WIDGETGROUP_xform_shear_refresh()
2376 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get( in WIDGETGROUP_xform_shear_draw_prepare()
H A Dtransform_gizmo_extrude_3d.c482 mbus, TransformOrientationSlot, type, &msg_sub_value_gz_tag_refresh); in gizmo_mesh_extrude_message_subscribe()
H A Dtransform_orientations.c68 TransformOrientationSlot *orient_slot = &scene->orientation_slots[i]; in BIF_clearTransformOrientation()
H A Dtransform_ops.c176 WM_msg_publish_rna_prop(mbus, &scene->id, scene, TransformOrientationSlot, type); in select_orientation_exec()
H A Dtransform_generics.c515 TransformOrientationSlot *orient_slot = &t->scene->orientation_slots[SCE_ORIENT_DEFAULT]; in initTransInfo()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_scene_types.h1663 typedef struct TransformOrientationSlot { struct
1668 } TransformOrientationSlot; argument
1727 TransformOrientationSlot orientation_slots[4];
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dscene.c1367 TransformOrientationSlot *BKE_scene_orientation_slot_get(Scene *scene, int slot_index) in BKE_scene_orientation_slot_get()
1375 TransformOrientationSlot *BKE_scene_orientation_slot_get_from_flag(Scene *scene, int flag) in BKE_scene_orientation_slot_get_from_flag()
1398 void BKE_scene_orientation_slot_set_index(TransformOrientationSlot *orient_slot, int orientation) in BKE_scene_orientation_slot_set_index()
1405 int BKE_scene_orientation_slot_get_index(const TransformOrientationSlot *orient_slot) in BKE_scene_orientation_slot_get_index()
2450 TransformOrientationSlot *orient_slot = &scene->orientation_slots[i]; in BKE_scene_transform_orientation_remove()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_extrude_spin_gizmo.c243 const TransformOrientationSlot *orient_slot = BKE_scene_orientation_slot_get( in gizmo_mesh_spin_init_draw_prepare()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_scene.c1942 TransformOrientationSlot *orient_slot = &scene->orientation_slots[0]; in rna_Scene_transform_orientation_slots_begin()
2049 TransformOrientationSlot *orientation_slot = ptr->data; in rna_TransformOrientationSlot_path()
2405 TransformOrientationSlot *orient_slot = ptr->data; in rna_TransformOrientationSlot_type_get()
2417 TransformOrientationSlot *orient_slot = ptr->data; in rna_TransformOrientationSlot_type_set()
2435 TransformOrientationSlot *orient_slot = ptr->data; in rna_TransformOrientationSlot_get()
2507 TransformOrientationSlot *orient_slot = ptr->data; in rna_TransformOrientation_with_scene_itemf()