feat(rcf): append init scene mechanism
feat(rcf): append callback for data loading on snapshot init
This commit is contained in:
@ -27,6 +27,11 @@ class SessionSettingsPanel(bpy.types.Panel):
|
||||
row = layout.row()
|
||||
|
||||
if scene.session_settings.session_mode == 'HOST':
|
||||
box = row.box()
|
||||
row = box.row()
|
||||
row.label(text="init scene:")
|
||||
row.prop(net_settings, "init_scene", text="")
|
||||
row = layout.row()
|
||||
row.operator("session.create", text="HOST")
|
||||
else:
|
||||
box = row.box()
|
||||
|
Reference in New Issue
Block a user