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

Properly handle EXR layer name for Blender 3.6 preview #80

Open
4 tasks
TzuChieh opened this issue Oct 25, 2023 · 0 comments
Open
4 tasks

Properly handle EXR layer name for Blender 3.6 preview #80

TzuChieh opened this issue Oct 25, 2023 · 0 comments
Labels
Engine Core of the renderer. enhancement PhotonBlend The renderer's Blender addon.

Comments

@TzuChieh
Copy link
Owner

Now testing the newest version of Blender (3.6), bpy.types.RenderLayer now requires a specific set of layer names for F12 previewing.
This commit ade13a0 temporarily handles this, with several problems observed and need to be addressed:

  • The EXR writer (write to memory) interface is ugly, begin able to use byte buffer stream would be nice (the output size is not known beforehand)
  • Stream class for socket transfer. Decide whether to keep asio or use Steam's socket.
  • Investigate how to make F12 preview react faster in Blender. Currently the image shown seems to lag behind actual progress.
  • Able to configure the port and IP to use. Now it hard-coded as localhost:7000.
@TzuChieh TzuChieh added bug enhancement PhotonBlend The renderer's Blender addon. Engine Core of the renderer. and removed bug labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engine Core of the renderer. enhancement PhotonBlend The renderer's Blender addon.
Projects
None yet
Development

No branches or pull requests

1 participant