clean: push timer

feat: purge stagging on pre--redo/undo
This commit is contained in:
Swann
2021-01-12 11:33:48 +01:00
parent e3bd7ea445
commit abd846fc8d
4 changed files with 19 additions and 8 deletions

View File

@ -200,10 +200,10 @@ class SessionPrefs(bpy.types.AddonPreferences):
default=1000
)
# Replication update settings
depsgraph_update_rate: bpy.props.IntProperty(
name='depsgraph update rate',
description='Dependency graph uppdate rate (milliseconds)',
default=1000
depsgraph_update_rate: bpy.props.FloatProperty(
name='depsgraph update rate (s)',
description='Dependency graph uppdate rate (s)',
default=1
)
clear_memory_filecache: bpy.props.BoolProperty(
name="Clear memory filecache",