Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison with Taichi_blend's tina renderer #30

Open
shankarsivarajan opened this issue Feb 22, 2022 · 9 comments
Open

Comparison with Taichi_blend's tina renderer #30

shankarsivarajan opened this issue Feb 22, 2022 · 9 comments

Comments

@shankarsivarajan
Copy link

There's another addon that also has a Taichi renderer. Have you compared it to yours?

@bsavery
Copy link
Owner

bsavery commented Feb 22, 2022

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.

@shankarsivarajan
Copy link
Author

You're mistaken. The addon does allow you to run taichi simulations on Blender's python and use Blender as merely an interactive 3D display, and that's all I used it for, but it includes a render engine as well.

@bsavery
Copy link
Owner

bsavery commented Feb 23, 2022

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 I would like to see it!

@shankarsivarajan
Copy link
Author

It only works with Principled BSDF shader, so I can't do the BMW scene, but here's Suzanne:
tina_suzanne

Incidentally, I had to uninstall the version of taichi I installed through pip before it would work. It comes with its own (outdated) version 0.7.21.

@bsavery
Copy link
Owner

bsavery commented Feb 23, 2022

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

@bsavery
Copy link
Owner

bsavery commented Feb 23, 2022

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 for final renders. And this could turn into the basis for that, but like I said it would be a big project and I have a day job ;)

@shankarsivarajan
Copy link
Author

Yeah, that's ambitious. All I was hoping for was an easy (well, in Python) way to create custom render passes.

@bsavery
Copy link
Owner

bsavery commented Feb 23, 2022

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

@shankarsivarajan
Copy link
Author

I have several half-baked ideas regarding NPR stylization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants