Skip to content
Snippets Groups Projects
Unverified Commit fa13ed18 authored by Michael Glen Montague's avatar Michael Glen Montague Committed by GitHub
Browse files

fixed typo from 1.1.1 patch

parent 08888fcf
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
bl_info = {
"name" : "Shape Keys+",
"author" : "Michael Glen Montague",
"version" : (1, 1, 1),
"version" : (1, 1, 2),
"blender" : (2, 79, 0),
"location" : "Properties > Data",
"description" : \
......@@ -3122,7 +3122,7 @@ class OBJECT_PT_shape_keys_plus(bpy.types.Panel):
row.active = enable_edit_value
row.prop(
data=active_key,
data=shape_keys,
property='eval_time')
driver = skputils.get_key_driver(shape_keys, active_key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment