maybites / blender-texture-sharing

Spout for Blender
93 stars 11 forks source link

Broken with today blender build #3

Closed newemka closed 5 years ago

newemka commented 5 years ago

I only get a black image in spout receiver with today build blender-2.80.0-git.06c4139a6833-windows64 Fortunately I pulled blender-2.80.0-git.ee0d8426ab6d-windows64 off my trash and the script is working.

maybites commented 5 years ago

can you make the following test?

https://docs.blender.org/api/blender2.8/gpu.html#rendering-the-3d-view-into-a-texture

instructions: https://docs.blender.org/api/blender2.8/gpu.html#examples

start with the default scene and render set to eevee. it should show the rendered texture inside the 3d viewer.

maybites commented 5 years ago

it looks as if the latest blender has an api change and the render to texture script is broken. I will updated a bug report: https://developer.blender.org/T61768

newemka commented 5 years ago

I did the test and I confirm that nothing is appearing with blender-2.80.0-git.06c4139a6833-windows64

maybites commented 5 years ago

ok, this should be fixed with the latest release 1.2.

newemka commented 5 years ago

It's working again! yay!