CreativeDesigner3D / home_builder_4

This is the home builder add-on that works with Blender 4
GNU General Public License v3.0
30 stars 3 forks source link

Directly including dependencies in your addon is a bad idea and can break other addons #6

Open 30350n opened 5 months ago

30350n commented 5 months ago

See pcb2blender#57.

CreativeDesigner3D commented 5 months ago

Yeah. I have a couple python libraries that I use for reporting purposes. I'll need to research the best way to do this.

30350n commented 5 months ago

If you are interested I've created blender_addon_utils exactly for this purpose. It handles the installation of 3rd party libraries (it doesn't do it automatically, but the user has to manually confirm it).

CreativeDesigner3D commented 5 months ago

Thanks I will look into it. For now I have just removed the dependencies.