X-Git-Url: https://git.ao2.it/vrm.git/blobdiff_plain/78435652e6242e4c95a92e75fe89e851e2b3f535..de221ecd94607f731bb5d39c4d71447e3b545098:/vrm.py diff --git a/vrm.py b/vrm.py index 42eaf3b..15fba09 100755 --- a/vrm.py +++ b/vrm.py @@ -7,7 +7,7 @@ Tooltip: 'Vector Rendering Method script' """ __author__ = "Antonio Ospite" -__url__ = ["http://projects.blender.org/projects/vrm"] +__url__ = ["http://vrm.ao2.it"] __version__ = "0.3.beta" __bpydoc__ = """\ @@ -15,7 +15,7 @@ __bpydoc__ = """\ """ # --------------------------------------------------------------------- -# Copyright (c) 2006, 2007, 2008 Antonio Ospite +# Copyright (c) 2006, 2007, 2008, 2009 Antonio Ospite # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -134,7 +134,7 @@ class config: def loadFromRegistry(): registry = Blender.Registry.GetKey('VRM', True) if not registry: - return + return for k,v in registry.iteritems(): k_tmp = k.split('_') @@ -2991,7 +2991,7 @@ class GUI: Draw.Button("Exit", GUI.evtExitButton, 95, 210-25, 75, 25+18, "Exit!") Draw.Button("Save settings as default", GUI.evtSaveDefaultButton, 10, 210-50, 160, 18, - "Save settings as default") + "Save settings as default") # Rendering Styles glRasterPos2i(200, 310)