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

Load render results in C++ #420

Open
2 tasks
jdent02 opened this issue May 15, 2019 · 1 comment
Open
2 tasks

Load render results in C++ #420

jdent02 opened this issue May 15, 2019 · 1 comment

Comments

@jdent02
Copy link
Member

jdent02 commented May 15, 2019

Move loading of render results into C++. This could also allow for a return of tile highlighting to the render process.

  • Determine how to access Blender render results through C++

  • Determine best way to perform tile highlighting. For multipass rendering: keep a copy of the previous pass so it can be swapped in if render is cancelled.

@povmaniaco
Copy link

I have seen this proposal a few days ago and it seems to me a very interesting topic that could even be proposed to the developers of Blender. At least so that they can guide us in the process.
Since years, in YafaRay, and then in my personal fork, TheBounty, we have python bindings for the final render on the screen, which includes the 'tile render' mode. TheBounty bindings
I'm working on adapting that code for the interactive rendering mode, but my available time is limited and my progress is slow.
The Python interface of this code is here: Exporter..
They are bindings created with SWIG, but I guess they could be adapted to any other wrapper ( pybind, boost..)
I hope you find it useful..
Greetings.

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

No branches or pull requests

3 participants