diff --git a/leenkx/blender/lnx/props_ui.py b/leenkx/blender/lnx/props_ui.py index 13cd854..3198918 100644 --- a/leenkx/blender/lnx/props_ui.py +++ b/leenkx/blender/lnx/props_ui.py @@ -2756,6 +2756,7 @@ class LNX_PT_BulletDebugDrawingPanel(bpy.types.Panel): col = layout.column(align=False) 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_contact_points") col.prop(wrd, "lnx_bullet_dbg_draw_constraints")