bcga icon indicating copy to clipboard operation
bcga copied to clipboard

BCGA: Computer Generated Architecture for Blender. 3D buildings via simple Python functions.

Results 11 bcga issues
Sort by recently updated
recently updated
newest added

Hello, I'm new to Blender, so I'm not sure if I'm doing this right. But when I try to enable the BCGA add-on I get the following error message due...

After installing BCGA, I have two issues: Firstly, I cannot work out how to access the example scripts - there's no way to open a script in the BCGA toolbox....

Hello, under what license is this project released under ? I would like to learn Blender scripting from it. Thank-you.

I really like to use BCGA and it is a pretty good tool in blender ! Would it be possible to create a new operator : **rotate** ? it could...

Call init() function (if provided) before Begin() rule

enhancement

texture(...) and color(...) are considered to be shortcuts for a more general material(...). Example usage of material(...): ``` python # Use Blender material with the name "MyMaterial" for the current...

enhancement

[Proposed](http://blenderartists.org/forum/showthread.php?351081-Addon-WIP-Prokitektura-procedural-generation-of-architectural-3D-models&p=2762670&viewfull=1#post2762670) by marf. The solution could be: ``` python texture("textureImage.jpg", 1, 2, imagePosition=(20, 30), imageSize=(100,200)) ```

enhancement

A rule set downloaded from the web, can exhibit malicious activity. The solution is to block import of some python modules (e.g. httplib) and override some builtin functions (e.g. open())....

bug

The proposed solution: ``` python wallColor = paramMaterial( # MyMaterial1 must already exist "MyMaterial1", # MyMaterial1 must already exist # MyMaterial2 will created on the fly material("MyMaterial2", diffuseColor=..., otherParamer=..., oneMoreParameter=...,)...

enhancement

Use case. Place an air conditioner in 30% of windows, a flower box in 20% of windows and both an air conditioner and a flower box in the rest of...

enhancement