[Bf-extensions-cvs] [ba248494] filebrowser_redesign: fixed typo in BHV UI layout

William Reynish noreply at git.blender.org
Wed Aug 21 23:45:10 CEST 2019


Commit: ba24849492c4adccdb704319eaa2fd8e73a75f9e
Author: William Reynish
Date:   Wed Aug 21 23:45:08 2019 +0200
Branches: filebrowser_redesign
https://developer.blender.org/rBAba24849492c4adccdb704319eaa2fd8e73a75f9e

fixed typo in BHV UI layout

===================================================================

M	io_anim_bvh/__init__.py

===================================================================

diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 4c27a480..b3c2619a 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -199,7 +199,7 @@ class BVH_PT_import_transform(bpy.types.Panel):
         operator = sfile.active_operator
 
         layout.prop(operator, "global_scale")
-        layout.prop(operator, "rotation_mode")
+        layout.prop(operator, "rotate_mode")
         layout.prop(operator, "axis_forward")
         layout.prop(operator, "axis_up")



More information about the Bf-extensions-cvs mailing list