From 62e9bc4abc582a38004bb28e340fa4e656c1cbb2 Mon Sep 17 00:00:00 2001 From: Sav Martin Date: Thu, 30 May 2019 22:16:41 +0000 Subject: [PATCH] Fix AttributeError: 'Scene' object has no attribute 'update' --- ops_alignment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops_alignment.py b/ops_alignment.py index ff80c39..40ac060 100644 --- a/ops_alignment.py +++ b/ops_alignment.py @@ -770,7 +770,7 @@ class Operator_BlenRig_Reset_Dynamic(bpy.types.Operator): def reset_dynamic_values(self, context): - scene = bpy.context.scene + scene = bpy.context.view_layer pbones = bpy.context.active_object.pose.bones pbones["properties_head"]["flex_head_scale"] = 1.0