Remove Deform Delay armature option

This option can not be supported by a new granular dependency graph,
and, especially, copy-on-write.

It was always doing full update ever since initial commit of new dependency
graph which we are using here in the studio for the past years and lack of
this option was never brought up.

Fixes T65557: Delay refresh option in armatures is broken
This commit is contained in:
2019-06-07 10:44:18 +02:00
parent b290695149
commit f765e0cd21
7 changed files with 10 additions and 51 deletions

View File

@@ -96,8 +96,6 @@ class DATA_PT_display(ArmatureButtonsPanel, Panel):
if ob:
col = flow.column()
col.prop(ob, "show_in_front", text="In Front")
col = flow.column()
col.prop(arm, "use_deform_delay", text="Delay Refresh")
class DATA_MT_bone_group_context_menu(Menu):