BlenderPythonRenderer icon indicating copy to clipboard operation
BlenderPythonRenderer copied to clipboard

A Python GPU renderer for Blender using the Taichi package

Results 12 BlenderPythonRenderer issues
Sort by recently updated
recently updated
newest added

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. ![BPR_test](https://user-images.githubusercontent.com/16606427/155230259-b07b1ee9-5caa-4f1b-9eac-2034135ed67f.png) 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",...

Both updates and put render in thread

enhancement