Export to blend file for cloud rendering
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user