Skip to main content

All Questions

Tagged with
0 votes
1 answer
63 views

Minimal object add-on UI with sub-meshes and Redo

I finally have this working UI, after exploring many rabbit-holes, so wanted to share it in the hope of improving its performance. Follow-up to this question. The key goal is to preserve the 'redo' ...
koober's user avatar
  • 51
1 vote
2 answers
637 views

is there any way to turn on the auto smooth in blender startup files

Hi, I need help is there any way I can turn on the auto smooth by default turn on the time blender startup files. if add anything to the screen that time also wants the object must have an auto smooth ...
Soumya Ranjan Panda's user avatar
1 vote
1 answer
1k views

How can I get the Total Face Area of multiple meshes?

In edit mode, there's an overlay option to measure the face area of selected meshes. The problem is when selecting multiple meshes you get the individual face areas for each mesh. What I'm looking ...
Grogg's user avatar
  • 11
1 vote
1 answer
965 views

AddObjectHelper, PointerProperty and Draw Method

I am writing an Add Mesh Operator by sub-classing the bpy.types.Operator and bpy_extras.object_utils.AddObjectHelper. As my ...
Carel's user avatar
  • 247