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

@ -281,6 +281,7 @@ class SESSION_PT_advanced_settings(bpy.types.Panel):
warning = replication_section_row.box()
warning.label(text="Don't use this with heavy meshes !", icon='ERROR')
replication_section_row = replication_section.row()
replication_section_row.prop(settings, "depsgraph_update_rate")
cache_section = layout.row().box()