Merge branch 'develop' into 143-add-a-popup-dialog-when-a-timeout-disconnection-occures

This commit is contained in:
Swann
2020-11-26 13:25:46 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -774,7 +774,7 @@ def depsgraph_evaluation(scene):
if node and node.owner in [session.id, RP_COMMON] and node.state == UP:
# Avoid slow geometry update
if 'EDIT' in context.mode and \
not settings.sync_during_editmode:
not settings.sync_flags.sync_during_editmode:
break
session.stash(node.uuid)

View File

@ -212,7 +212,7 @@ class SessionPrefs(bpy.types.AddonPreferences):
depsgraph_update_rate: bpy.props.IntProperty(
name='depsgraph update rate',
description='Dependency graph uppdate rate (milliseconds)',
default=100
default=1000
)
clear_memory_filecache: bpy.props.BoolProperty(
name="Clear memory filecache",