Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'ImageFormatSettings' object has no attribute 'use_zbuffer' #56

Open
BhavyeMathur opened this issue Oct 18, 2024 · 2 comments

Comments

@BhavyeMathur
Copy link

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.

@zsy950116
Copy link

zsy950116 commented Oct 18, 2024 via email

@DIYer22
Copy link
Owner

DIYer22 commented Oct 18, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants