feat: integrate render swarm companion app

This commit is contained in:
2026-06-22 00:18:25 +02:00
parent 64c2eb275e
commit e230da1002
3 changed files with 54 additions and 1 deletions

View File

@@ -120,4 +120,9 @@ class SCENERENDERER_PT_panel(bpy.types.Panel):
op1 = row.operator("scenerenderer.render_all", text="Current Scene", icon='RENDER_STILL')
op1.render_only_current = True
op2 = row.operator("scenerenderer.render_all", text="All Scenes", icon='RENDER_ANIMATION')
op2.render_only_current = False
op2.render_only_current = False
layout.separator()
row = layout.row(align=True)
row.scale_y = 2.0
row.operator("scenerenderer.launch_swarm", text="Start Render Swarm (Network)", icon='NODETREE')