forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
20
leenkx/blender/lnx/make_state.py
Normal file
20
leenkx/blender/lnx/make_state.py
Normal file
@ -0,0 +1,20 @@
|
||||
import lnx
|
||||
|
||||
if not lnx.is_reload(__name__):
|
||||
lnx.enable_reload(__name__)
|
||||
|
||||
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
|
Reference in New Issue
Block a user