__author__ = "Antonio Ospite"
__url__ = ["http://vrm.ao2.it"]
-__version__ = "0.3.beta"
+__version__ = "0.3"
__bpydoc__ = """\
Render the scene and save the result in vector format.
"""
# ---------------------------------------------------------------------
-# Copyright (c) 2006, 2007, 2008, 2009 Antonio Ospite
+# Copyright (c) 2006, 2007, 2008, 2009, 2012 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
Draw.Text("VRM: Vector Rendering Method script. Version %s." %
__version__)
glRasterPos2i(10, 365)
- Draw.Text("%s (c) 2006, 2007" % __author__)
+ Draw.Text("%s (c) 2012" % __author__)
glRasterPos2i(10, 335)
Draw.Text("Press Q or ESC to quit.")