Update leenkx/blender/lnx/props.py
This commit is contained in:
		| @ -201,6 +201,10 @@ def init_properties(): | |||||||
|         name="Collider Wireframes", default=False, |         name="Collider Wireframes", default=False, | ||||||
|         description="Draw wireframes of the physics collider meshes and suspensions of raycast vehicle simulations" |         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( |     bpy.types.World.lnx_bullet_dbg_draw_aabb = BoolProperty( | ||||||
|         name="Axis-aligned Minimum Bounding Boxes", default=False, |         name="Axis-aligned Minimum Bounding Boxes", default=False, | ||||||
|         description="Draw axis-aligned minimum bounding boxes (AABBs) of the physics collider meshes" |         description="Draw axis-aligned minimum bounding boxes (AABBs) of the physics collider meshes" | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user