Changeset View
Changeset View
Standalone View
Standalone View
manual/sculpt_paint/sculpting/editing/sculpt.rst
| Show All 23 Lines | |||||
| Hide Bounding Box :kbd:`H` | Hide Bounding Box :kbd:`H` | ||||
| To hide a part of a mesh inside the selection. | To hide a part of a mesh inside the selection. | ||||
| This works similar to the :ref:`Box Select <tool-select-box>` tool. | This works similar to the :ref:`Box Select <tool-select-box>` tool. | ||||
| Hide Masked | Hide Masked | ||||
| Hides all masked vertices. | Hides all masked vertices. | ||||
| .. _bpy.ops.sculpt.set_pivot_position: | .. _bpy.ops.sculpt.set_pivot_position: | ||||
| .. _Set Pivot: | |||||
Blendify: You can just use `bpy.ops.sculpt.set_pivot_position` as the reference. | |||||
| Set Pivot | Set Pivot | ||||
| ========= | ========= | ||||
| .. reference:: | .. reference:: | ||||
| :Mode: Sculpt Mode | :Mode: Sculpt Mode | ||||
| :Menu: :menuselection:`Sculpt --> Set Pivot` | :Menu: :menuselection:`Sculpt --> Set Pivot` | ||||
| Show All 12 Lines | |||||
| Surface | Surface | ||||
| Sets the pivot position to the surface under the cursor. | Sets the pivot position to the surface under the cursor. | ||||
| .. seealso:: | .. seealso:: | ||||
| :doc:`Object and Edit Mode Pivot </editors/3dview/controls/pivot_point/index>` | :doc:`Object and Edit Mode Pivot </editors/3dview/controls/pivot_point/index>` | ||||
| .. _bpy.ops.sculpt.optimize: | .. _bpy.ops.sculpt.optimize: | ||||
Done Inline ActionsThis needs to get moved with the "Rebuild BVH" heading Blendify: This needs to get moved with the "Rebuild BVH" heading | |||||
| Rebuild BVH | Rebuild BVH | ||||
| =========== | =========== | ||||
| .. reference:: | .. reference:: | ||||
| :Mode: Sculpt Mode | :Mode: Sculpt Mode | ||||
| :Menu: :menuselection:`Sculpt --> Rebuild BVH` | :Menu: :menuselection:`Sculpt --> Rebuild BVH` | ||||
| Show All 16 Lines | |||||
You can just use bpy.ops.sculpt.set_pivot_position as the reference.