Extensions:2.6/Py/Scripts/Mesh/Snap Bisect

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Mesh
移動先: 案内検索
Snap Bisect
Cut along a precisely defined plane
UI location 3D View Toolbox
Usage Select geometry to be cut, start the operator and then LMB-click three points.
Version 1.0 Author(s) Adam Dominec (Emu)
Blender 2.7 License WTFPL
Category Mesh Distribution External


Executable information
File name snap_bisect.py
Current version download https://raw.githubusercontent.com/addam/blender-bits/master/snap_bisect.py


Links https://blenderartists.org/forum/showthread.php?411568-Snap-Bisect&p=3127192


Snap Bisect

A minimalist tool for precise drawing: pick three vertices to cut all selected geometry.

More features:

  • Pick edge midpoints instead of vertices
  • Make an axis-aligned cut by pressing X, Y or Z (after picking one or two points)
  • Make a view-aligned cut by pressing Enter or Spacebar (after picking two points)

Hidden uses:

  • Face-aligned cut: pick three vertices of the face and then modify Offset
  • Precise Subdivide: select and edge, pick cutting plane
  • 2D Operations: pick two vertices and confirm (Enter or Spacebar)

Feature requests

  • Offset exactly through vertex
  • Local axis-aligned cut: shift+?
  • Pick geometry from other objects
  • Improve performance

(feel free to edit this list)