You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: Sorry this was meant for the Blender glsl plugin.. i clicked on the wrong repo before writing the comment!!
Hi, i never got into github, so i am not familiar with making suggestions the proper way..
What i cam here to say:
there is a newer approach to copy data from buffers: https://developer.blender.org/D7053
Edit: Sorry this was meant for the Blender glsl plugin.. i clicked on the wrong repo before writing the comment!!
Hi, i never got into github, so i am not familiar with making suggestions the proper way..
What i cam here to say:
there is a newer approach to copy data from buffers: https://developer.blender.org/D7053
basically changing lines 194, 195, 196 to:
and 207 to:
image.pixels.foreach_set(buffer)
makes everything much faster..
The text was updated successfully, but these errors were encountered: