From 77997c0a954c8aa10aa2d3d1a9c2f71a89c2fe2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Mon, 10 Jun 2024 18:55:35 +0200 Subject: [PATCH] [nodes] Blender scripts: Add `__init__.py` Add missing `__init__.py` so the "scripts" folder can be loaded as a module. This also automatically includes the content of the "scripts" folder into the files that are installed with cx_Freeze when packaging Meshroom. --- meshroom/nodes/blender/scripts/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 meshroom/nodes/blender/scripts/__init__.py diff --git a/meshroom/nodes/blender/scripts/__init__.py b/meshroom/nodes/blender/scripts/__init__.py new file mode 100644 index 00000000..e69de29b