Export to blend file for cloud rendering

This commit is contained in:
Stefan Cepko
2026-06-02 16:54:36 -04:00
parent 39a4725334
commit 61e8889354
3 changed files with 492 additions and 1 deletions
+9
View File
@@ -408,3 +408,12 @@ class KNOT_PT_Panel(bpy.types.Panel):
icon='INFO')
gen_box.operator("knot.generate_random", icon='PLAY')
# ── Export ────────────────────────────────────────────────────────────
ex_box = layout.box()
ex_box.label(text="Export", icon='EXPORT')
ex_box.label(text="Bake all frames to a standalone .blend file",
icon='INFO')
row = ex_box.row()
row.scale_y = 1.4
row.operator("knot.bake_export", icon='RENDER_ANIMATION')