Skip to main content

All Questions

Tagged with
0 votes
2 answers
97 views

How to build a quarter cylinder using python script?

I am a new Blender user and couldn't find the API for adding a quarter-cylinder object. And I also want to build the object like the picture shows. Thanks if you can help!
k zhu's user avatar
  • 1
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
0 votes
0 answers
22 views

Switching visibility (eye) between selected meshes via Python [duplicate]

is it possible to switching visibility between multiple selected meshes? I have a mesh and the same slightly modified and I need to switch between them to see what is best for my needs.
APEC's user avatar
  • 590
0 votes
0 answers
404 views

sculpting in python using stroke - understanding stroke parameters

I would like to sculpt in python using the following operator: ...
kfirst's user avatar
  • 1
0 votes
2 answers
3k views

How can I view and edit modifier properties in the viewport in Blender 2.8?

I've just recently started playing around with Blender 2.8 after years of modelling in different software packages. I've memorized the most used keyboard shortcuts and customized most of the stuff, so ...
Chingiz Jumagulov's user avatar
2 votes
3 answers
776 views

Blender 2.77 - how to have my default workspace always with top, left, right, perspective like 3D studio max?

I am new in Blender 2.77, when i open it, i always get one view point "User Persp" how can i see at once left, top, right and perspective views? (like in 3d Studio max there is 4 view point in one GUI)...
YumYumYum's user avatar
  • 123
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