📋 Metadata

💬 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