Update and improve snapping documentation #104750
@ -33,17 +33,16 @@ or more temporarily by holding :kbd:`Ctrl`.
|
|||||||
|
|
||||||
.. _bpy.types.ToolSettings.snap_target:
|
.. _bpy.types.ToolSettings.snap_target:
|
||||||
|
|
||||||
Snap With
|
Snap Base
|
||||||
=========
|
=========
|
||||||
|
|
||||||
.. reference::
|
.. reference::
|
||||||
|
|
||||||
:Mode: Object, Edit, and Pose Mode
|
:Mode: Object, Edit, and Pose Mode
|
||||||
:Header: :menuselection:`Snapping --> Snap with`
|
:Header: :menuselection:`Snapping --> Snap Base`
|
||||||
:Shortcut: :kbd:`Shift-Ctrl-Tab`
|
:Shortcut: :kbd:`Shift-Ctrl-Tab`
|
||||||
|
|
||||||
Determines what part of the selection will coincide with the target.
|
Determines which point in the geometry is the snap base that will snap to the target.
|
||||||
(The rest of the selection will follow along.)
|
|
||||||
|
|
||||||
Active
|
Active
|
||||||
Snaps using the origin (in Object Mode) or center (in Edit Mode) of the active element.
|
Snaps using the origin (in Object Mode) or center (in Edit Mode) of the active element.
|
||||||
@ -225,3 +224,10 @@ Affect
|
|||||||
Specifies which transformations are affected by snapping.
|
Specifies which transformations are affected by snapping.
|
||||||
By default, snapping only happens while moving something,
|
By default, snapping only happens while moving something,
|
||||||
but you can also enable it for rotating and scaling.
|
but you can also enable it for rotating and scaling.
|
||||||
|
|
||||||
Matthew-Hinson marked this conversation as resolved
Outdated
|
|||||||
|
Rotation Increment
|
||||||
|
======
|
||||||
|
|
||||||
|
Angle used in incremental snapping for the rotation operator.
|
||||||
|
The second value is the `Rotation Precision Increment`, used for finer transformations
|
||||||
|
and activated by default with the `Shift` key.
|
||||||
|
BIN
manual/images/editors_3dview_controls_snapping_element-menu.png
(Stored with Git LFS)
BIN
manual/images/editors_3dview_controls_snapping_element-menu.png
(Stored with Git LFS)
Binary file not shown.
@ -41,7 +41,7 @@ The default hotkey in this case is :kbd:`Ctrl`.
|
|||||||
Set Snap Base
|
Set Snap Base
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Snap Base is taken automatically depending on the :ref:`Snap With <bpy.types.ToolSettings.snap_target>` options.
|
Snap Base is taken automatically depending on the :ref:`Snap Base <bpy.types.ToolSettings.snap_target>` options.
|
||||||
However, this automatic snap detection point of origin is not always what the user desires.
|
However, this automatic snap detection point of origin is not always what the user desires.
|
||||||
Therefore, transform operations have a utility to set a new snap origin point during the transformation.
|
Therefore, transform operations have a utility to set a new snap origin point during the transformation.
|
||||||
By default the hotkey is :kbd:`B`.
|
By default the hotkey is :kbd:`B`.
|
||||||
|
Loading…
Reference in New Issue
Block a user
Keyboard shortcuts should be formatted like :kbd:`Shift`.
(Same for the UV editor)