Moritz
Results
1
comments of
Moritz
@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...