/usr/share/pyshared/soya/blendercal/bcconf.py is in python-soya 0.15~rc1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # -*- 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
|