Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bs_globals.py « bs « scons « tools - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abe03d45649e0e13a381c556addd5b30a3267f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 = ''