Blender Add-ons

hi all,
am new to blender scripting. here are my 2 blender add-ons.

  1. Integrated Library
  2. Solid Wall Mesh

Integrated Library

This add-on is mainly intended to save stages of mesh creation.
Here is my blog post about the add-on. Coding details also there
http://blog.thecodecracker.com/blender/integrated-library/

Direct download
http://thecodecracker.com/downloads/blender/Solid-Wall-Blender-Add-On.zip

Here is the git link. you can download from there also

Solid Wall

It is just a mesh similar to cube. It is intended for architects.
blog post about solid wall
http://blog.thecodecracker.com/blender/solid-wall/

Direct download
http://thecodecracker.com/downloads/blender/Integrated-Library-Blender-Add-On.zip

here is the git link.

Waiting for you peoples comments.

sorry i cannot download it !

has it is not big can you try to upload it directly here in a post

you can have up to 10000 letters

or have a save as target py file to save on your site

keep up the good work

Thanks happy 2.5

Hi jishnu7,

i get an error in the console, but it still seems to work fine. Here it is:

Traceback (most recent call last):
File “/home/ivo/svn/blender_scripts/scripts/addons/library.py”, line 207, in poll
if i == context.object.name:

It seems to be working fine though. I find the script quite useful. Too bad that it only stores the geometry and no materials, vertex groups, modifiers, constraints etc. :wink:
But very handy still.

Thanx man !

Yay. My comments were concerning the library script btw. Now, i find it very useful for sculpting/modelling. For having a default head, hands etc. do start with. Also great for quick import/export without having to use the file browser.

@RickyBlender

sorry i cannot download it !

there is a download button in the top right side. Try that.
anyways, I will upload the py file in my blog soon. Will post link here too.

@Loolarge
Thanks for your reply,

i get an error in the console, but it still seems to work fine. Here it is:
Quote:
Traceback (most recent call last):
File “/home/ivo/svn/blender_scripts/scripts/addons/library.py”, line 207, in poll
if i == context.object.name:

Seems like some small problem. will fix soon.

It seems to be working fine though. I find the script quite useful. Too bad that it only stores the geometry and no materials, vertex groups, modifiers, constraints etc. :wink:

It is just an initial version. I ll try to include materials and other properties in the next version.

Now, i find it very useful for sculpting/modelling. For having a default head, hands etc. do start with. Also great for quick import/export without having to use the file browser.

Good to hear that my script was very useful to you.

@tungee

Thanx man !

Thanks for your reply. Hope these add-ons are useful to you.

I have updated my blog post with the direct download link.
here are the links

http://blog.thecodecracker.com

Integrated Library
http://blog.thecodecracker.com/files/2010/07/Integrated-Library-Blender-Add-On.zip
Solid Wall
http://blog.thecodecracker.com/files/2010/07/Solid-Wall-Blender-Add-On.zip

i tried the last link for zip

and loaded up the script then run it

and got an error at line 46 probably the “”"

nor certain how to correct this

can you help please thanks

salutations

Well!!!
Thanks for your information…!!!

@RickyBlender

it was just a small problem. Mistakenly add a " symbol.
here is the new link
Solid Wall
http://thecodecracker.com/downloads/blender/Solid-Wall-Blender-Add-On.zip
Integrated Library
http://thecodecracker.com/downloads/blender/Integrated-Library-Blender-Add-On.zip