[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3344] contrib/py/scripts/addons/ space_view3d_paint_bprojection.py: BProjection: sorry for last coommit, i' ve accidently press enter before changing the text, so I ' ve fix a lot of bug with vertex group, i've thougth that ob.vertex_roup. name = 'somename' make it active bug it was a little stupid ; -)

geo kgeo kgeogeo at hotmail.com
Thu May 3 14:40:04 CEST 2012


Revision: 3344
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3344
Author:   kgeogeo
Date:     2012-05-03 12:40:04 +0000 (Thu, 03 May 2012)
Log Message:
-----------
BProjection: sorry for last coommit, i've accidently press enter before changing the text, so I 've fix a lot of bug with vertex group, i've thougth that ob.vertex_roup.name = 'somename' make it active bug it was a little stupid ;-)

Modified Paths:
--------------
    contrib/py/scripts/addons/space_view3d_paint_bprojection.py

Modified: contrib/py/scripts/addons/space_view3d_paint_bprojection.py
===================================================================
--- contrib/py/scripts/addons/space_view3d_paint_bprojection.py	2012-05-03 12:36:17 UTC (rev 3343)
+++ contrib/py/scripts/addons/space_view3d_paint_bprojection.py	2012-05-03 12:40:04 UTC (rev 3344)
@@ -1308,4 +1308,4 @@
     bpy.utils.unregister_module(__name__)
 
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()



More information about the Bf-extensions-cvs mailing list