-
Notifications
You must be signed in to change notification settings - Fork 60
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
Installation with Blender 4.0.2 failed #51
Comments
Thank you for your feedback. I learned about blender 4.0 and it seems that the changes are relatively big. I don’t have the time to make bpycv support blender 4.0 for the time being. If anyone is interested, please submit a PR. |
13 tasks
ruro
added a commit
to ruro/nixpkgs
that referenced
this issue
Feb 8, 2025
The bpycv package is incompatible with blender version 4 or later. It seems that neither upstream author nor the nixpkgs maintainer are currently interested in updating/maintaining this package. See: - NixOS#379872 - DIYer22/bpycv#51 - NixOS#380403 - NixOS#380443
ruro
added a commit
to ruro/nixpkgs
that referenced
this issue
Feb 8, 2025
The bpycv package is incompatible with blender version 4 or later. It seems that neither upstream author nor the nixpkgs maintainer are currently interested in updating/maintaining this package. See: - NixOS#379872 - DIYer22/bpycv#51 - NixOS#380403 - NixOS#380443
prusnak
pushed a commit
to NixOS/nixpkgs
that referenced
this issue
Feb 15, 2025
The bpycv package is incompatible with blender version 4 or later. It seems that neither upstream author nor the nixpkgs maintainer are currently interested in updating/maintaining this package. See: - #379872 - DIYer22/bpycv#51 - #380403 - #380443
NotAShelf
pushed a commit
to feel-co/fp
that referenced
this issue
Feb 17, 2025
The bpycv package is incompatible with blender version 4 or later. It seems that neither upstream author nor the nixpkgs maintainer are currently interested in updating/maintaining this package. See: - NixOS#379872 - DIYer22/bpycv#51 - NixOS#380403 - NixOS#380443
eclairevoyant
pushed a commit
to feel-co/fp
that referenced
this issue
Feb 17, 2025
The bpycv package is incompatible with blender version 4 or later. It seems that neither upstream author nor the nixpkgs maintainer are currently interested in updating/maintaining this package. See: - NixOS#379872 - DIYer22/bpycv#51 - NixOS#380403 - NixOS#380443
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Followed installation steps.
./blender -b -E CYCLES --python-expr "import bpycv,cv2;d=bpycv.render_data();bpycv.tree(d);cv2.imwrite('/tmp/try_bpycv_vis(inst-rgb-depth).jpg', d.vis()[...,::-1])" resulted with the following traceback;
Traceback (most recent call last):
File "", line 1, in
File "/home/art/Applications/blender-4.0.2-linux-x64/4.0/python/lib/python3.10/site-packages/bpycv/render_utils.py", line 118, in render_data
with set_inst_material(), set_annotation_render(), withattr(
File "/home/art/Applications/blender-4.0.2-linux-x64/4.0/python/lib/python3.10/site-packages/bpycv/render_utils.py", line 72, in init
self.set_attrs(render.image_settings, attrs)
File "/home/art/Applications/blender-4.0.2-linux-x64/4.0/python/lib/python3.10/site-packages/bpycv/statu_recover.py", line 50, in set_attrs
self.set_attr(obj, attr, value)
File "/home/art/Applications/blender-4.0.2-linux-x64/4.0/python/lib/python3.10/site-packages/bpycv/statu_recover.py", line 53, in set_attr
self.obj_to_old_attr_value.append([(obj, attr), getattr(obj, attr)])
AttributeError: 'ImageFormatSettings' object has no attribute 'use_zbuffer'
The text was updated successfully, but these errors were encountered: