A Blender modeling tool with a similar modeling method to SPLayout.
- Blender 4.1
git clone https://github.com/Hideousmon/blender-layout-render.git
cd blender-layout-render
path-to-blender-python setup.py install
for example:
S:/Blender/4.1/python/bin/python.exe setup.py install
After installation, you can use it with the Python in Blender, for example:
S:/Blender/4.1/python/bin/python.exe waveguide_sim_scene.py
Otherwise, you can set this python as a system python in PyCharm and run it.
Note: There is something wrong when use it in Blender scripting window.
examples can be find in the examples directory.
integration_layout_schematic.py
- better color matching.
- more materials.
- ...
Pull requests / issues are welcomed.