Skip to main content

All Questions

Tagged with
1 vote
1 answer
62 views

Uv coordinates values seem to be placed on the wrong vertices

Let's say I have a simple plane in which I have created a UV with the "Smart UV Project": I've then created this simple script to put the UV coordinates (x and y position) on each vertex: <...
Goncalo's user avatar
  • 11
0 votes
0 answers
328 views

Get vertex coordinates of model mesh in every frame of animation

I am trying to get the coordinates of all vertices of a model for each frame of an animation in Blender using python. I have seen a lot of answers from 50 years ago like Iterating vertex of every ...
nickp3065's user avatar
0 votes
1 answer
397 views

Selecting vertices of a mesh using vertex coordinates

I have two meshes: (A and B) that are partly overlapping and have some vertices with different indices but the exact same global location. I would like to look at the vertex locations of mesh A and ...
Alex22's user avatar
  • 1
2 votes
3 answers
676 views

Align cylinder center with edge

I've been trying to solve this problem for days now and i'm stuck. I want to align this cylinders center line with the selected line. I tried to use the location information/coordinates of the line ...
enn's user avatar
  • 21
0 votes
0 answers
128 views

Get vertices positions in an animation

I have an animated character with bones. In its frame, there is an Eyes object that interests me. I want to know its position in my render during the whole animation. I can have its position (the one ...
idIA Tech's user avatar
0 votes
0 answers
208 views

Vertex coordinates of selected vertices not updating, but indices update

I am writing some code that selects the end vertices of an open tube, and then saves the indices and coordinates in a list so I can use these points to bridge edge loops. ...
user100365's user avatar
0 votes
0 answers
165 views

how to iterate over the connected vertices sequentially of polygon?

I have a map where each country is a polygon of many vertices. I want to get an array of coordinates of the vertices of a polygon. Now I get and save the list of selected vertices in the table in edit ...
spawn1411's user avatar
2 votes
2 answers
1k views

Getting vertex coordinates with applied shape keys

I'm trying to write a function that returns vertex coordinates including their transformation that was a applied by (one or multiple) shape keys. Currently this is how I tried, but I only get vertex ...
dermit's user avatar
  • 23
1 vote
1 answer
807 views

select certain vertices and export the xyz coordinate

How may I select certain vertices I want from this 3d mesh in Blender and export these vertices coordinates values as a table in a *.xls or *.csv file format? I'm looking at 100 over vertices to be ...
Ranvier Lee's user avatar
1 vote
0 answers
80 views

Error Setting new vertice coordinate values in python - 'BMVertSeq' object does not support item assignment

I have a model containing two meshes which need to be resized with python. Let's call them an artwork and a frame. I want to resize the artwork depending on parameters passed in, but for simplicity ...
mjuk's user avatar
  • 111
4 votes
2 answers
1k views

random place on a face with python

I'm trying to place an object at a random place on a plane. So far, I found out how to get the vertices locations in real world. ...
Andi 's user avatar
  • 751
0 votes
1 answer
2k views

How to Copy and Paste Vertex Coordinates?

I have two meshes that are almost identical to each other. Mesh 1 is a human head, and Mesh 2 is the same head but cut in half. (think no mirror modifier) Both have the same topology where it would be....
MS D's user avatar
  • 21
0 votes
3 answers
408 views

Can I get vertex's coordinates result of cloth simulation?

blender version==2.9. I want to get vertex coordinates result of cloth simulation(with python script, if I could). Now, although I could get the vertex coordinates, they are before cloth simulation. <...
ktro2828's user avatar
1 vote
0 answers
115 views

Adding a plane given 4 vertices in a transformed mesh

Given a mesh (i.e. plane), I have assigned 4 vertices (selected in the picture) to a vertex group. Using the Python API, this mesh is moved and partly rotated by the bones. Now I want add a new (...
Julian's user avatar
  • 31
4 votes
1 answer
570 views

Coordinate XYZ limitation of 10,000 - Workaround questions

Blender has a limit of 10,000 for the coordinates of the X, Y, Z component of the location’s value of the vertices in edit mode. This causes a problem for editing large objects like mountains or ...
SebDev9's user avatar
  • 109

15 30 50 per page