TextureSharing icon indicating copy to clipboard operation
TextureSharing copied to clipboard

How to stream texture updates in EEVEE?

Open zumpchke opened this issue 1 year ago • 3 comments

I have an input animation from Syphon but when I press play in timeline the texture doesn't update.

zumpchke avatar Jun 06 '24 18:06 zumpchke

I might be stupid but I can't figure out how to get the texture to update in realtime in the viewport. If I click and move something in the viewport it then changes.

Using blender 4.1

zumpchke avatar Jun 06 '24 19:06 zumpchke

This is a known issue. I don't have yet figured out how to fix this.

maybites avatar Jun 06 '24 20:06 maybites

@maybites thank you for the update.

Is there any way to get texture updates other than viewport mode?

zumpchke avatar Jun 06 '24 20:06 zumpchke

@zumpchke to update the received texture on every new frame of the timeline add the following after line 221 of the operators.py file: bpy.app.handlers.frame_change_pre.append(write_handler) this will probably give you very slow playback but you could decrease the resolution of your source material to improve performance if this is an option for your usecase.

momagit avatar Aug 26 '24 16:08 momagit

this should be fixed with the latest..

maybites avatar Sep 05 '24 10:09 maybites