Here’s what I’ve been working on these last days: A parametric Guardrail or Railing or Handrail creator.
Works with a 2D or 3D Bezier Curve with any number of splines inside.
One tiny step further towards my ultimate dream: Turning Blender into the number one 3D architectural tool, which would create HUGE interest and growth to the community (and a nice kick in Autodesk’s balls …).
Excuse me but your add-on v0.3 don’t run on Blender r2.69 official r60995:
“Traceback (most recent call last): File “C:\Program Files\Blender Foundation\Blender\2.69\scripts\modules\addon_utils.py”,
line 298, in enable mod = import(module_name) ImportError: No module named ‘mesh_guardrail_0’”
because your py file is named "mesh_guardrail_0.3.py’, you don’t use several point the name of add-on, please.
Rename it to mesh_guardrail.py only.
Thks for your share! Very nice idea.
Bye bye
Spirou4D
Traceback (most recent call last):
File “C:\Blender\2.69\scripts\modules\addon_utils.py”, line 299, in enable
mod = import(module_name)
ImportError: No module named ‘mesh_guardrail_0’