From 96f69a7cfe268da85dbc223fab0e728f3f086422 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Thu, 10 Apr 2025 21:23:53 +0000 Subject: [PATCH] Update leenkx/blender/lnx/props_ui.py --- leenkx/blender/lnx/props_ui.py | 1 + 1 file changed, 1 insertion(+) 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")