Making some type of library

Hi all,

I’m wondering if it is possible to make some kind of library for usage in Blender ? The library has to to contain a lot of different types of profiles, and if possible, these profiles should be put in the model like when you add a plane or cube, or have to accesed through a script that loads the chosen profile. So it might be handy to create a sort of UI for it. Or is it neccesary to create some kind of database wich contains the profiles …

2 questions:

  • is this possible for Blender ?
  • is there a tutorial somewhere to find to make this kind of thingy ?

Thanks

Yes, I don’t know of a tutorial but there are Material and Texture Libraries around. You just make a file with all your new primitives and Append from there to the file you need it:

http://wiki.blender.org/index.php/Manual/Library_and_Data_System

%<