Skip to main content

All Questions

0 votes
0 answers
25 views

Delete vertices one by one, when using the 'Add Mesh: Extra Objects' addon to plot points

I am using the 'Add Mesh: Extra Objects' addon in Blender to plot points at specified coordinates. Each point is added to a mesh of points instead of being a separate object. My goal is to implement a ...
crisplettuce's user avatar
0 votes
1 answer
33 views

Align vertices behind each other

Have seven objects behind each other in a straight row and aligned with x,y axis. Zooming in, the vertex's from each object does not align to each other. Here and there they do, most are scattered. Is ...
Tekkies's user avatar
0 votes
0 answers
37 views

Blender 3.6.2 > Move a selection of vertex's from selected vertex

Have a object (10 disks with 5 round holes in them). After selecting a cluster of vertex (total 4) the script need to: Move selected cluster down by 1mm Select next cluster (to the left) and move ...
Tekkies's user avatar
0 votes
1 answer
188 views

How to connect two vertices of two objects in python

I have two objects where I want to randomly link different vertices. Is there a way to select two vertices and connect them if I know their coordinates?
87danielbradley's user avatar
1 vote
1 answer
499 views

Approaching vertex groups with Python

I want to approach two vertex groups belonging to two different objects, making sure that these objects are close together. How can I do that scripting? Thank you so much!
Christian Marcias's user avatar
5 votes
1 answer
13k views

How to iterate through all vertices of an object that contains multiple meshes?

I've learned that an object may contain multiple meshes. I want to export all vertices from all meshes. How do I iterate through them? Also, is there a simple way to know in advance the total count? ...
P i's user avatar
  • 3,961