armory/blender/make_state.py

13 lines
232 B
Python
Raw Normal View History

2016-10-19 13:28:06 +02:00
2016-11-30 11:40:28 +01:00
target = 'krom'
2017-01-18 14:52:51 +01:00
last_target = 'krom'
2016-10-19 13:28:06 +02:00
in_viewport = False
playproc = None
compileproc = None
playproc_finished = False
compileproc_finished = False
compileproc_success = False
play_area = None
2016-11-23 15:34:59 +01:00
krom_running = False
2016-10-19 17:46:13 +02:00
is_paused = False