Skip to main content

All Questions

0 votes
1 answer
419 views

Blender Python query/list uv edges from selected uv face to do operations on

This is probably a pretty noob question but I'm trying to iterate through the uv edges of selected uv faces on an object to do operations like: bpy.ops.uv.align(axis="ALIGN_AUTO") I can't ...
FynnGB's user avatar
  • 1
5 votes
1 answer
5k views

How to select faces/edges/vertices on one side of an object?

I would like to select one side of an object, like shown in the image below (this is a very simple object that I created for the purpose of demonstration). I did it in this image by going around the ...
Wesley Bowman's user avatar
8 votes
1 answer
4k views

How to get adjacent vertices of a vertex? (with Python)

How can I get a list of vertices that share edge with a given vertex over script? I need this to work in edit mode.
Radivarig's user avatar
  • 565