# -*- indent-tabs-mode: t -*- # $Id: bcconf.py 426 2006-10-03 15:04:31Z cubicool $ # Rather than ask the user to change these variables directly, the user # of this script can either change them in sys.argv or use the GUI # to do so. # # HOWEVER, you are more that welcome to put defaults here, as they will # become permanent and reflect in future uses of the exporter. That way, # you don't have to check them everytime. :) FILENAME = "" AUTHOR = "" PREPEND = "" XMLINDENT = 4 FLOATPRE = 5 ANIMFPS = 25.0 EXPORTGL = False LOD = False EXTRADATA = False SUBMESHMODE = "group" # "group" (one submesh per group) or "object" (one submesh per object) SCALE = 1.0