Inserts Edgerings along selected Edgeloops #32424

Closed
opened 2012-08-28 03:23:03 +02:00 by Florian Meyer · 10 comments
Member

Project: Blender Extensions
Tracker: Py Scripts Contrib
Python: 3.2
Blender: 2.63
Dependencies: bmesh, collections, math
Author(s): Florian Meyer (tstscr)
Script name: Insert Edge Ring
Wiki page: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Mesh/Insert_Edge_Ring
Category: Mesh
SVN Download: https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/mesh_insert_edge_ring.py
Status: Open

%%%This Operator inserts Edgerings along selected Edgeloops.

Some of the time this can be achieved either through extruding parts of a mesh or beveling.
However those two methods both have their individual downsides depending on the selection.

This is mainly intended for cases when the selected edgeloops are making turns (bevel produces triangles at the corners)
or route along edges belonging to ngons or route around large irregular parts of the mesh where extruding+scaling is not a viable option.

What is still missing is an even option similar to the even option for inset faces or bevel.
Also this should become modal reacting to mouse movement.

Bug reports are welcome

tstscr@web.de%%%

**Project**: Blender Extensions **Tracker**: Py Scripts Contrib **Python**: 3.2 **Blender**: 2.63 **Dependencies**: bmesh, collections, math **Author(s)**: Florian Meyer (tstscr) **Script name**: Insert Edge Ring **Wiki page**: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Mesh/Insert_Edge_Ring **Category**: Mesh **SVN Download**: https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/mesh_insert_edge_ring.py **Status**: Open %%%This Operator inserts Edgerings along selected Edgeloops. Some of the time this can be achieved either through extruding parts of a mesh or beveling. However those two methods both have their individual downsides depending on the selection. This is mainly intended for cases when the selected edgeloops are making turns (bevel produces triangles at the corners) or route along edges belonging to ngons or route around large irregular parts of the mesh where extruding+scaling is not a viable option. What is still missing is an even option similar to the even option for inset faces or bevel. Also this should become modal reacting to mouse movement. Bug reports are welcome tstscr@web.de%%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'

This task was automatically closed as archived as part of migration, because it was determined to be no longer active.

The authoritative list of addons is on the wiki, we no longer have a report for each addon to track bugs and updates. Bugs can be reported individually and assigned to the addon developers. See the #Addons project page for more information on the workflow.

This task was automatically closed as archived as part of migration, because it was determined to be no longer active. The authoritative list of addons is on the wiki, we no longer have a report for each addon to track bugs and updates. Bugs can be reported individually and assigned to the addon developers. See the #Addons project page for more information on the workflow.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Author
Member

%%%added even option
it turns out the magic number correlating to the angle of the edge_tangents is:
0.263910%%%

%%%added even option it turns out the magic number correlating to the angle of the edge_tangents is: 0.263910%%%
Author
Member

%%%Moved from Py Scripts Upload to Py Scripts Contrib%%%

%%%Moved from Py Scripts Upload to Py Scripts Contrib%%%

%%%For me it doesn't work on svn56398

I don't get any error but the script looks like do nothing.

Thank you.%%%

%%%For me it doesn't work on svn56398 I don't get any error but the script looks like do nothing. Thank you.%%%

Added subscriber: @MarkMcGee

Added subscriber: @MarkMcGee

Insert Edge Ring is not working in 2.72 and has not been working for a while for me.

Insert Edge Ring is not working in 2.72 and has not been working for a while for me.

Added subscriber: @JeffreyEngelstad

Added subscriber: @JeffreyEngelstad

This sounds like the same as just hitting R to add a loop cut.

This sounds like the same as just hitting R to add a loop cut.
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#32424
No description provided.