bsavery

Results 80 comments of bsavery

So this code: https://github.com/bsavery/BlenderPythonRenderer/blob/7a95a1a7bfe631ce04b00149b386564a89516089/__init__.py#L18 Should be installing taichi automatically. Looking at it now though. It might be calling that AFTER the engine is imported (which then calls import taichi). Should...

Also let me know where you're interested to contribute. I have a few things I'm hoping to wrap up today to really increase the speed of renders, but working on...

Thanks. I've used something a bit similar. I guess if I make this more usable for users we could do something like that. Unless you want to create a pull...

Yes. It appears it just runs some Taichi sims INSIDE of blender's python. It's not actually rendering Blender Data. I.e so it won't actually render a blender scene.

Can you load an existing blender scene (example the bmw scene) and just render it? That didn't seem to be the case for me. If you can prove me wrong...

Interesting. It might interesting as a further project to merge that code to allow faster interactive renders

Thinking a bit more it would be a really cool (and big) project to do a full scalable renderer that could do fast rasterization (like the above) and path tracing...

What do you mean exactly that you're trying to do?