[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1794] contrib/py/scripts/addons/ gpencil_retopo/retopo.py: fixing a typo so the script can run

Tom Musgrove LetterRip at gmail.com
Thu Apr 7 06:06:06 CEST 2011


Revision: 1794
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1794
Author:   letterrip
Date:     2011-04-07 04:06:04 +0000 (Thu, 07 Apr 2011)
Log Message:
-----------
fixing a typo so the script can run

Modified Paths:
--------------
    contrib/py/scripts/addons/gpencil_retopo/retopo.py

Modified: contrib/py/scripts/addons/gpencil_retopo/retopo.py
===================================================================
--- contrib/py/scripts/addons/gpencil_retopo/retopo.py	2011-04-06 15:18:15 UTC (rev 1793)
+++ contrib/py/scripts/addons/gpencil_retopo/retopo.py	2011-04-07 04:06:04 UTC (rev 1794)
@@ -264,7 +264,7 @@
 
 
 def get_splines(gp):
-    l = gp.layers.activez
+    l = gp.layers.active
     if l:
         frame = l.active_frame
         return [Spline(get_points(stroke)) for stroke in frame.strokes]



More information about the Bf-extensions-cvs mailing list