()
| 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) |
nothing calls this directly
no test coverage detected