"""
__author__ = "Antonio Ospite"
-__url__ = ["http://projects.blender.org/projects/vrm"]
+__url__ = ["http://vrm.ao2.it"]
__version__ = "0.3.beta"
__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
def loadFromRegistry():
registry = Blender.Registry.GetKey('VRM', True)
if not registry:
- return
+ return
for k,v in registry.iteritems():
k_tmp = k.split('_')
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)