Merge branch 'develop' into remove-services

This commit is contained in:
Swann
2021-04-23 11:21:16 +02:00
19 changed files with 427 additions and 113 deletions

View File

@ -181,7 +181,7 @@ class SessionPrefs(bpy.types.AddonPreferences):
connection_timeout: bpy.props.IntProperty(
name='connection timeout',
description='connection timeout before disconnection',
default=1000
default=5000
)
# Replication update settings
depsgraph_update_rate: bpy.props.FloatProperty(