Post #3254: ac

📋 Metadata

🏷️ Tags

macro scripting intermediate solved

  • Macro Editor
  • Python Scripting

💬 Content

actimelvanille:

would it be possible to add a new modifier at the bottom without creasing?

Try this instead:

bpy.ops.object.modifier_add('EXEC_DEFAULT', True, type='SUBSURF'); bpy.context.object.modifiers[-1].use_creases = False

❤️ 4 likes


🔗 View on Blender Artists