Update leenkx/blender/lnx/props_ui.py
This commit is contained in:
parent
90950970f0
commit
96f69a7cfe
@ -2756,6 +2756,7 @@ class LNX_PT_BulletDebugDrawingPanel(bpy.types.Panel):
|
|||||||
|
|
||||||
col = layout.column(align=False)
|
col = layout.column(align=False)
|
||||||
col.prop(wrd, "lnx_bullet_dbg_draw_wireframe")
|
col.prop(wrd, "lnx_bullet_dbg_draw_wireframe")
|
||||||
|
col.prop(wrd, "lnx_bullet_dbg_draw_raycast")
|
||||||
col.prop(wrd, "lnx_bullet_dbg_draw_aabb")
|
col.prop(wrd, "lnx_bullet_dbg_draw_aabb")
|
||||||
col.prop(wrd, "lnx_bullet_dbg_draw_contact_points")
|
col.prop(wrd, "lnx_bullet_dbg_draw_contact_points")
|
||||||
col.prop(wrd, "lnx_bullet_dbg_draw_constraints")
|
col.prop(wrd, "lnx_bullet_dbg_draw_constraints")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user