Skip to content

Releases: MightyBOBcnc/Scripts

Edge to Curve 1.0.3

22 Jan 19:27
84acbd7

Choose a tag to compare

Usage: Select edge(s) then search for Edges To Curve in the spacebar menu, or the Edges menu in the top of the viewport, or the Context menu, or hotkey object.edge_to_curve
Left Mouse confirms, Right Mouse cancels, Mouse Wheel increases or decreases resolution.

Context Select 0.2.4

22 Jan 21:39
84acbd7

Choose a tag to compare

Latest dev build of Context Select.

Merge Tool 1.2.0

22 Jan 18:55
13f4e64

Choose a tag to compare

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

20 Apr 23:57
d812092

Choose a tag to compare

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