Releases: MightyBOBcnc/Scripts
Edge to Curve 1.0.3
Context Select 0.2.4
Latest dev build of Context Select.
Merge Tool 1.2.0
Merge Tool 1.2.0 is a major upgrade to the Merge Tool. It turns the tool into a Toolbar tool, adds support for Edge merging, and has user-configurable preferences for viewport appearance.
Context Select Hybrid v0.0.4
v0.0.4
Hybrid of Stromberg90's Context Select addon for Blender with some edge selection functions from nemyax's Loopanar addon, as well as own code for border edge selection.
- Replace the partial/bounded edge loop and edge ring selection code (Blender's shortest_path_pick) with Bounded Loop and Bounded Ring code from Loopanar.
- Add new function to select the "loop" of edges connected to a boundary edge (hole in mesh) when double clicked, just like Maya.
- Move the maya_vert_select, maya_face_select, and maya_edge_select defs outside of the main operator class to stand on their own.
Limitations:
-
Face loop selection can be a bit wonky because of Blender's built in 'directionality' test in . You must Shift+Double Click near a "ring" edge for the desired loop when selecting the second face.
-
Partial/bounded face loop selection is still using shortest_path_pick for now, which can jump out of a loop to select incorrect faces for some topology.
-
No partial/bounded vertex loop selection yet; only complete vertex loops.
-
No deselection yet
