fix: start empty on local host
This commit is contained in:
@ -116,6 +116,9 @@ class SessionStartOperator(bpy.types.Operator):
|
|||||||
|
|
||||||
# Host a session
|
# Host a session
|
||||||
if self.host:
|
if self.host:
|
||||||
|
if settings.init_method == 'EMPTY':
|
||||||
|
utils.clean_scene()
|
||||||
|
|
||||||
runtime_settings.is_host = True
|
runtime_settings.is_host = True
|
||||||
runtime_settings.internet_ip = environment.get_ip()
|
runtime_settings.internet_ip = environment.get_ip()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user