Post #224: ![](https://blenderartists.org/user_avatar/blenderartists.org/leafar/48/661663_2

📋 Metadata

  • Author: roaoao
  • Date: 2016-07-24 10:48:58
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_00223

🏷️ Tags

macro hotkeys intermediate solved

  • Macro Editor
  • Python Scripting
  • Command tab

💬 Content

Leafar:

How can I add an incremental save option???

Do you mean Numpad+ feature in File Browser?

Use this code in Command tab:

bpy.ops.file.filenum(increment=1)

🔗 View on Blender Artists