Window Generator

more updates:
translated a lot of Balcony addon. link above.
http://www.pasteall.org/pic/show.php?id=34013

hahaaa :slight_smile: thanks a lot !!! what about a door … . . :slight_smile:

Having door generator would be a heaven.

Challenge is - there are many types of doors, and then they subdivide into styles. If you place a door that is out of its place or out of its style - your render sometimes looks bizarre.

Hmm great script , but I can’t run it in blender 2.64 or 2.63.
Also I can’t run the updated script from pasteAll, gives me an error.

hi, now in add_mesh_building objects in contrib addons.

I can see the check box in the addons menu but I can’t seem to check it. =\

The file is @ C:\Program Files\Blender Foundation\Blender\2.64\scripts\addons

Not seeing the_mesh_buildingor contrib addons folder.

Difficult to find, but here it is: https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/add_mesh_building_objects/

As we see, it’s in the contrib folder (just like stated before by Meta) …
Unfortunately it was neither in the Sourgeforge folders of Meta-Androcoto (http://blenderpython.svn.sourceforge.net/viewvc/blenderpython/scripts_library/scripts/addons_extern/add_mesh_objects/) nor to find in the official project folder (http://projects.blender.org/projects/bf-extensions).

But anyway, you can find it. And after trusting the certificate of blender, it will be displayed, too!
This is really the most up to date site, of course. So we should bookmark it anyway. :slight_smile: The http://svn.blender.org/
I mean.

Perfect! Thank you all.
And hope this helps …

Edit:
Ah, yes - better fetch it using subversion checkout. Therefore consider the following:

If there is no subversion installed - type the following, to install it [SUB](internet required-edit: funny, we need it for the addons-download anyway, sry for that):[/SUB]

sudo apt-get install subversion [SUB](show your administrator passport ; )[/SUB]

Wait until it’s finished, prepare the next steps in the meantime as I think you could get into the server certificate problem, which is not the fault of blender and anyway, here is the workaround: James Crisp Certificate Verification Issue
In short, you can use one of these command lines, which add a parameter to the svn servers file:

  • echo ssl-trust-default-ca = no >> ~/.subversion/servers
  • or
  • cat ~/.subversion/servers | sed ‘$a\ssl-trust-default-ca = no’ > ~/.subversion/servers

Don’t forget to check out the (add_mesh_building_objects-)AddOn using the first command I posted some lines above.

Hope this saves you some time (copying it one by one out of the browser as i did it before, i’m afraid) …
Midnight greetings, (at least here it is)
Jon Ardaron

Edit: Don’t forget to move the downloaded/checked out folders to your Blender’s AddOns directory.
Alternatively pack the folders as zip-file and install it out of Blender’s STRG+ALT+U Addons Tab (Button at the bottom left).

Ah thanks for the link and info. That time the paste into text editor worked.

Could translate to anglaish please?