From 90950970f0342ec2d28d93a37e4368ca5d9ef9b4 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Thu, 10 Apr 2025 21:21:21 +0000 Subject: [PATCH] Update leenkx/blender/lnx/props.py --- leenkx/blender/lnx/props.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/leenkx/blender/lnx/props.py b/leenkx/blender/lnx/props.py index 2bf5636..267cb30 100644 --- a/leenkx/blender/lnx/props.py +++ b/leenkx/blender/lnx/props.py @@ -201,6 +201,10 @@ def init_properties(): name="Collider Wireframes", default=False, description="Draw wireframes of the physics collider meshes and suspensions of raycast vehicle simulations" ) + bpy.types.World.lnx_bullet_dbg_draw_raycast = BoolProperty( + name="Trace Raycast", default=False, + description="Draw raycasts to trace the results" + ) bpy.types.World.lnx_bullet_dbg_draw_aabb = BoolProperty( name="Axis-aligned Minimum Bounding Boxes", default=False, description="Draw axis-aligned minimum bounding boxes (AABBs) of the physics collider meshes"