BlenderPythonRenderer
BlenderPythonRenderer copied to clipboard
A Python GPU renderer for Blender using the Taichi package
Hi, there. Thanks for publishing this add-on. I'm using Ubuntu22.04 and my taichi is installed in the develop mode via `python setup.py develop --user`. I want to test how my...
There's another [addon](https://github.com/taichi-dev/taichi_blend/) that also has a [Taichi renderer](https://github.com/taichi-dev/taichi_three/). Have you compared it to yours?
I tried rendering the default startup scene (Blender 3.0.1, Windows 10), and the render is all black.  It didn't raise any errors though, and increasing the intensity of the...
`Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Users\surya\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderPythonRenderer-main\__init__.py", line 1, in from . import engine File "C:\Users\surya\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlenderPythonRenderer-main\engine.py",...
Quick question, the scene when changed to BPR renderer out of the box doesn't render the box, but that's alright. Can you update me on how to make the cube...
Quick question, the scene when changed to BPR renderer out of the box doesn't render the box, but that's alright. Can you update me on how to make the cube...