[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3095] contrib/py/scripts/addons/ BProjection.py: BProjection: change the name of the addon in the blinfo, it was still Z Projection.

geo kgeo kgeogeo at hotmail.com
Tue Mar 13 11:41:54 CET 2012


Revision: 3095
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3095
Author:   kgeogeo
Date:     2012-03-13 10:41:44 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
BProjection: change the name of the addon in the blinfo, it was still Z Projection.

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

Modified: contrib/py/scripts/addons/BProjection.py
===================================================================
--- contrib/py/scripts/addons/BProjection.py	2012-03-13 07:35:58 UTC (rev 3094)
+++ contrib/py/scripts/addons/BProjection.py	2012-03-13 10:41:44 UTC (rev 3095)
@@ -1,5 +1,5 @@
 bl_info = {
-    "name": "Z Projection",
+    "name": "BProjection",
     "description": "Help Clone tool",
     "author": "kgeogeo",
     "version": (1, 0),
@@ -627,4 +627,4 @@
 if __name__ == "__main__":
     register()
    
-       
\ No newline at end of file
+       



More information about the Bf-extensions-cvs mailing list