Post #1954: bl

📋 Metadata

🏷️ Tags

macro scripting advanced solved

  • Macro Editor
  • Python Scripting

💬 Content

blndrusr:

I used a wrong naming though. What I meant was to APPLY all the modifiers

Almost the same:

[bpy.ops.object.modifier_apply(dict(object=o), apply_as='DATA', modifier=m.name) for o in C.selected_objects if o.type == 'MESH' for m in o.modifiers]; tag_redraw(area='PROPERTIES')

🔗 View on Blender Artists