MCPcopy Create free account
hub / github.com/blender/blender / action_move

Function action_move

tests/python/ui_simulate/test_render.py:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30 # A few editing actions.
31 def action_move():
32 e.cursor_position_set(*ui.get_area_center(view3d_area), move=True)
33 yield e.g().x().text("0.5").ret()
34
35 def action_add_cube():
36 e.cursor_position_set(*ui.get_area_center(view3d_area), move=True)

Callers

nothing calls this directly

Calls 3

cursor_position_setMethod · 0.80
textMethod · 0.80
xMethod · 0.45

Tested by

no test coverage detected