Skip to main content

All Questions

1 vote
1 answer
35 views

Blender changes location of loop cut after selecting vertices

I have a script that creates a frustum with an upper lip and I add a loopcut to the mesh to create that lip. When I run the script until the first return in my code, it works fine. But when I run it ...
J.Doe's user avatar
  • 163
2 votes
3 answers
396 views

Python - How to scale vertices with pivot being set to cursor?

I made a script that creates a circle, deselects all vertices in edit mode, selects first 5 vertices and then scales those vertices. I expected those vertices to be scaled with 3D cursor which sits in ...
Dalibor-P's user avatar
  • 1,064
3 votes
1 answer
552 views

How to select vertices on the left side of a plane using python?

I would like to select only the vertices on the left side of my plane using Python (like on the screeenshot), does anybody have an idea how to do it ? I try the following to get all vertices but i'm ...
Nicolas Southside's user avatar
0 votes
0 answers
147 views

Why is deselecting vertices with bmesh not working?

I want to make use of the bmesh module to update mesh selection. To select vertices works as expected, but to unselect vertices does not work for me... Am I ...
f.bra's user avatar
  • 142