Skip to main content

All Questions

Tagged with
0 votes
0 answers
215 views

Blender 3D to 2D Transformation giving wrong bounding box coordinates

Hello fellow stack overflowers, I was trying to use some 6D Pose Estimation algorithm with a custom dataset. Its going pretty good but I need to save the labels aka the 2d coordinates of the bounding ...
reddsoligarch's user avatar
0 votes
0 answers
100 views

How to generate hexagonal patterns on the largest faces of a cuboid?

I'm new to blender and I want to generate a cuboid with certain dimensions (250 x 120 x 34), and then create a 3D hexagonal grid with depth only on both of its largest faces. The hexagonal grid should ...
bluxixi's user avatar
2 votes
2 answers
87 views

How do I grab the header in an area?

I want to delete a context of an area except the header but there's no header method inside of bpy.context.window.screen.areas. ...
sniffingdoggo's user avatar
1 vote
1 answer
251 views

How to get 2D-viewport coords using numpy?

I started an add-on by copying operators and ended up using numpy. I have some raw 3D-vertex-coords and need there 2D-viewport-coords. I'd like to do the following, but with numpy: ...
Luis's user avatar
  • 109
0 votes
1 answer
313 views

How to highlight a polygon or a vertex under the pointer in Python?

I am trying to figure out how to highlight a polygon or a vertex that could be under the mouse pointer in Python for 2.80. The highlighting is just a visual indication. I realize that I will be ...
yarun can's user avatar
  • 428
1 vote
1 answer
659 views

Select vertices on one side of a cube

The aim is to select the vertices of one side of a cube. My intention was to change the view's orientation using bpy.ops.view3d.viewnumpad and then select the vertices that are visible, using bpy....
milesholt's user avatar
0 votes
1 answer
294 views

Is it possible to assign a hotkey on the checkbox

For example I want to assign on the checkbox "Wire" hot key F4 Can I do it?
R_M_S's user avatar
  • 91
1 vote
1 answer
1k views

How do I get the deformed coordinate of a vertex with Python?

How might someone find the deformed coordinate via Python or otherwise when using a subdivision modifier with the 'show on cage' option? For example, a subdivided cube with cage enabled and a vertex ...
Shiprex's user avatar
  • 160