Jolt Patch
This commit is contained in:
@ -1291,6 +1291,8 @@ class LNX_PT_ProjectModulesPanel(bpy.types.Panel):
|
||||
layout.prop(wrd, 'lnx_physics')
|
||||
if wrd.lnx_physics != 'Disabled':
|
||||
layout.prop(wrd, 'lnx_physics_engine')
|
||||
if wrd.lnx_physics_engine == 'Jolt':
|
||||
layout.prop(wrd, 'lnx_jolt_multithread')
|
||||
layout.prop(wrd, 'lnx_navigation')
|
||||
if wrd.lnx_navigation != 'Disabled':
|
||||
layout.prop(wrd, 'lnx_navigation_engine')
|
||||
|
||||
Reference in New Issue
Block a user