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

The call of a non-existing function #10

Open
zergon321 opened this issue May 2, 2024 · 2 comments
Open

The call of a non-existing function #10

zergon321 opened this issue May 2, 2024 · 2 comments

Comments

@zergon321
Copy link

Hi. I was going through the 51st step of the reproportion guide

image

I pushed the "Bake all" button, but I only got the error

Python: Traceback (most recent call last):
  File "C:\Users\maxim.LAPTOP-871B05H0\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenRig-6_v4_0_0\ops_baking.py", line 484, in execute
    self.bake_all_1(context)
  File "C:\Users\maxim.LAPTOP-871B05H0\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenRig-6_v4_0_0\ops_baking.py", line 479, in bake_all_1
    bpy.ops.armature.collection_solo_visibility(name="BONE-ROLLS")
  File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.1\scripts\modules\bpy\ops.py", line 109, in __call__
    ret = _op_call(self.idname_py(), kw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: Calling operator "bpy.ops.armature.collection_solo_visibility" error, could not be found

I used BlenRig 6 v4.0.0 with Blender 4.1.1

@ChuChuCharlie
Copy link

ChuChuCharlie commented Jun 21, 2024

Same error when using 4.1.1, works fine on the same file in 4.0

EDIT** The function bpy.ops.armature.collection_solo_visibility was removed between 4.0 and 4.1 https://projects.blender.org/blender/blender/commit/f623c8f7bc5847a771b86e6ba134a0ca704e480b

@danielanywhere
Copy link

I had the same error in Guide 1 - Reproportion Guide / 51 - Bake Rig / Bake All, and as @ChuChuCharlie indicated, I uninstalled Blender 4.1, reinstalled Blender 4.0, and retried the process. Baking the rig also worked fine on my model after that.

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