forked from bartvdbraak/blender
e43ea677ab
:]
16 lines
257 B
Python
16 lines
257 B
Python
# Global variables for the Blender build process
|
|
|
|
arguments = []
|
|
enable_clean = 0
|
|
config_file = ''
|
|
root_build_dir = ''
|
|
user_options_dict = []
|
|
init_env = []
|
|
version = ''
|
|
shortversion = ''
|
|
appname = ''
|
|
playername = ''
|
|
config_guess = ''
|
|
|
|
docopy = 0
|
|
copyto = '' |