This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
jon denning c484599687 Expose snap options in transform operators
This commit exposes snap options in transform operators. These options
are needed for Python tools to control snapping without requiring the
tool settings to be adjusted.

The newly exposed options are:

- `snap_elements` for choosing which element(s) of target the source
  geometry should snap to (ex: Face Raycast).
- `use_snap_self`, `use_snap_edit`, `use_snap_nonedit`,
  `use_snap_selectable_only` for controlling target selection.
- `use_snap_project` for controlling Face Raycast snapping.
- `use_snap_to_same_target` and `snap_face_nearest_steps` for
  controlling Face Nearest snapping.

Reviewed by: Campbell Barton (campbellbarton)

Differential Revision: https://developer.blender.org/D15398
2022-07-13 07:10:09 -04:00
..
2022-07-08 09:48:49 +10:00
2022-07-12 18:47:51 +02:00
2022-07-11 10:38:04 +10:00
2022-07-04 15:26:57 +10:00
2022-03-16 11:58:22 +11:00
2022-07-12 16:58:04 +02:00
2022-07-11 10:38:04 +10:00
2022-07-11 12:46:22 +02:00
2022-06-30 12:14:22 +10:00
2022-05-17 15:34:02 +10:00