Update leenkx/blender/lnx/props.py
This commit is contained in:
parent
0bd0c57a00
commit
a747f89438
@ -319,7 +319,7 @@ def init_properties():
|
||||
bpy.types.World.lnx_winmode = EnumProperty(
|
||||
items = [('Window', 'Window', 'Window'),
|
||||
('Fullscreen', 'Fullscreen', 'Fullscreen'),
|
||||
('Headless', 'Headless', 'Run without rendering/windowing (logic nodes only)')],
|
||||
('Headless', 'Headless (HTML)', 'Run without rendering/windowing (logic nodes only)')],
|
||||
name="Mode", default='Window', description='Window mode to start in', update=assets.invalidate_compiler_cache)
|
||||
bpy.types.World.lnx_winorient = EnumProperty(
|
||||
items = [('Multi', 'Multi', 'Multi'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user