[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [887] trunk/py/scripts/addons/ mesh_surface_sketch.py: missed this last commit

Campbell Barton ideasman42 at gmail.com
Mon Aug 2 16:40:50 CEST 2010


Revision: 887
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=887
Author:   campbellbarton
Date:     2010-08-02 16:40:50 +0200 (Mon, 02 Aug 2010)

Log Message:
-----------
missed this last commit

Modified Paths:
--------------
    trunk/py/scripts/addons/mesh_surface_sketch.py

Modified: trunk/py/scripts/addons/mesh_surface_sketch.py
===================================================================
--- trunk/py/scripts/addons/mesh_surface_sketch.py	2010-08-02 14:35:58 UTC (rev 886)
+++ trunk/py/scripts/addons/mesh_surface_sketch.py	2010-08-02 14:40:50 UTC (rev 887)
@@ -35,7 +35,7 @@
 from math import *
    
 
-class VIEW3D_PT_tools_SURF_SKETCH(View3DPanel):
+class VIEW3D_PT_tools_SURF_SKETCH(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
 




More information about the Bf-extensions-cvs mailing list