forked from bartvdbraak/blender
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 = ''
|