Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/precision_drawing_tools/
H A Dpdt_pivot_point.py270 old_cursor_loc = scene.cursor.location.copy()
272 scene.cursor.location = old_cursor_loc
353 old_cursor_loc = scene.cursor.location.copy()
356 scene.cursor.location = old_cursor_loc
405 old_cursor_loc = scene.cursor.location.copy()
408 scene.cursor.location = old_cursor_loc
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table.c842 ETableCursorLoc old_cursor_loc; in group_cursor_change() local
844 old_cursor_loc = et->cursor_loc; in group_cursor_change()
849 if (old_cursor_loc == E_TABLE_CURSOR_LOC_ETCTA && et->click_to_add) in group_cursor_change()