[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37006] trunk/blender/release/scripts/ startup/bl_ui/space_view3d.py: [#25886] Skeleton Sketching - Unclear UI for converting sketches into bones

Martin Poirier theeth at yahoo.com
Sun May 29 18:04:10 CEST 2011


Revision: 37006
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37006
Author:   theeth
Date:     2011-05-29 16:04:09 +0000 (Sun, 29 May 2011)
Log Message:
-----------
[#25886] Skeleton Sketching - Unclear UI for converting sketches into bones

Thanks Ronan Ducluzeau for the fix and Jason van Gumster for the report.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_view3d.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2011-05-29 15:53:38 UTC (rev 37005)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2011-05-29 16:04:09 UTC (rev 37006)
@@ -2318,9 +2318,10 @@
             col.prop(toolsettings, "use_etch_autoname")
             col.prop(toolsettings, "etch_number")
             col.prop(toolsettings, "etch_side")
-            col.operator("sketch.convert", text="Convert")
 
+        col.operator("sketch.convert", text="Convert")
 
+
 class VIEW3D_PT_context_properties(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'UI'




More information about the Bf-blender-cvs mailing list