Archived
0
0

Fix AttributeError: 'Scene' object has no attribute 'update'

This commit is contained in:
2019-05-30 22:16:41 +00:00
parent 2d04b8ab1b
commit 62e9bc4abc

View File

@@ -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