commit 2866fa80a3071f56e485c6b97418fc9d40e0efe5 Author: Darklighter Date: Fri Sep 19 16:27:03 2025 +0000 Initial Commit diff --git a/LancerEditUtility.py b/LancerEditUtility.py new file mode 100644 index 0000000..915e6ad --- /dev/null +++ b/LancerEditUtility.py @@ -0,0 +1,9 @@ +bl_info = { + "name": "LancerEdit Model Utility Plugin", + "author": "Darklighter", + "version": (0, 0, 1), + "blender": (4, 5, 3), + "location": "3D-Viewport > Sidebar > FLCT", + "description": "Non-offical LancerEdit Model Utility Plugin for PC-Game Freelancer", + "category": "Development", +} \ No newline at end of file