armory/blender/arm/make_state.py
2021-08-04 22:56:11 +02:00

19 lines
396 B
Python

if "DO_RELOAD_MODULE" not in locals():
DO_RELOAD_MODULE = True
redraw_ui = False
target = 'krom'
last_target = 'krom'
export_gapi = ''
last_resx = 0
last_resy = 0
last_scene = ''
last_world_defs = ''
proc_play = None
proc_build = None
proc_publish_build = None
mod_scripts = []
is_export = False
is_play = False
is_publish = False