Malo Posted July 21, 2023 Posted July 21, 2023 (edited) Hello, at the beginning of my experience with AM, I didn't use libraries because I didn't have many files to organize. Now, I find them useful. As a result, I've created a small Python addon to run in Blender that generates .lbr files for AM by parsing a folder (and its subfolders). The .lbr file will be located at the root of this parsing folder, allowing you to move the folder without losing its links. To use it, simply name the file (if there's no name specified, it will take the name of the selected folder), then check the file types you want to include in the library. Select the folder, and voilà, the .lbr file is created in the folder. I hope this may be helpful to someone librairies.py Edited July 24, 2023 by robcat2075 1 Quote
Fuchur Posted July 22, 2023 Posted July 22, 2023 Great thing, thank you very much :). Running it as a normal python script will work too, right? Or do we need to use Blender for it? Best regards *Fuchur* Quote
Malo Posted July 23, 2023 Author Posted July 23, 2023 Hi Furchur, unfortunately, you have to use Blender because it utilizes Python libraries and Blender's interface. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.