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
Hey! I was looking to use bpycv on Blender 4.0 but ran into this error while executing the test script:
AttributeError: 'ImageFormatSettings' object has no attribute 'use_zbuffer'
It appears the use_zbuffer attribute of the ImageFormatSettings struct was removed sometime between Blender 3.4 and 4.0.
It is important for me to use Blender 4.0 to benefit from the new GPU acceleration for Apple Silicon. I was wondering if bpycv could be updated to support Blender 4.0.
I would also be willing to contribute a pull request, but would appreciate additional guidance.
The text was updated successfully, but these errors were encountered:
I personally don't have time to port it to blender 4.0 in the near future, but contributions are welcome. The ported code is compatible with blender 3.0 just fine!
Hey! I was looking to use bpycv on Blender 4.0 but ran into this error while executing the test script:
It appears the
use_zbuffer
attribute of theImageFormatSettings
struct was removed sometime between Blender 3.4 and 4.0.It is important for me to use Blender 4.0 to benefit from the new GPU acceleration for Apple Silicon. I was wondering if bpycv could be updated to support Blender 4.0.
I would also be willing to contribute a pull request, but would appreciate additional guidance.
The text was updated successfully, but these errors were encountered: