From b458b77e5cc16ef2ed9041975e67e7b4b108cfad Mon Sep 17 00:00:00 2001 From: Onek8 Date: Fri, 19 Sep 2025 19:04:43 +0000 Subject: [PATCH] moisesjpelaez - Include external blend files on build --- leenkx/blender/lnx/props_ui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/props_ui.py b/leenkx/blender/lnx/props_ui.py index bacbf0b..9668f99 100644 --- a/leenkx/blender/lnx/props_ui.py +++ b/leenkx/blender/lnx/props_ui.py @@ -1280,7 +1280,8 @@ class LNX_PT_ProjectModulesPanel(bpy.types.Panel): layout.prop_search(wrd, 'lnx_khafile', bpy.data, 'texts') layout.prop(wrd, 'lnx_project_root') - + layout.prop(wrd, 'lnx_external_blends_path') + class LnxVirtualInputPanel(bpy.types.Panel): bl_label = "Leenkx Virtual Input" bl_space_type = "PROPERTIES"