Skip to main content

All Questions

Tagged with
3 votes
1 answer
2k views

Apply all modifiers, .poll() a bpy operator with keyword argument?

I would like to apply all modifiers to an object with python. for mod in ob.modifiers: bpy.ops.object.modifier_apply(modifier = mod.name) This works fine, ...
patmo141's user avatar
  • 777
3 votes
2 answers
3k views

Can modifiers be computed and applied from the command line?

For heavy modifiers, the time it takes to compute can range between a few seconds to half an hour or longer. Can modifiers be added, computed, and applied from the command line with some sort of ...
gandalf3's user avatar
  • 158k
3 votes
1 answer
866 views

Getting vertex weights with the vertex proximity modifier

I am trying to use the Vertex Proximity Modifier to update vertex weights and hoping to be able to read the same with Python. I have a plane and a vertex group called "all" (which includes all the ...
user1020's user avatar
16 votes
1 answer
3k views

Access skin modifier radius data

With Skin Modifier, we can "weight" a vertex (in Edit Mode) so that the resulting Skin mesh is bigger or smaller - similar to Curve objects which has "Scale Feather" adjustable. Manually, we can hit ...
Jimmy Gunawan's user avatar

15 30 50 per page
1
8 9 10 11
12