Skip to content

Fixed UE to Rigify version condition #60

Fixed UE to Rigify version condition

Fixed UE to Rigify version condition #60

GitHub Actions / Test Latest Results (Unreal 5.3 Blender 4.1) failed Jun 15, 2024 in 0s

240 tests run, 56 passed, 182 skipped, 2 failed.

Annotations

Check failure on line 60 in test_ue2rigify_mannequins.py

See this annotation in the file changed.

@github-actions github-actions / Test Latest Results (Unreal 5.3 Blender 4.1)

test_ue2rigify_mannequins.py.test_baking

<Fault 1: '<class \'RuntimeError\'>:Error: Python: Traceback (most recent call last):\n  File "/tmp/blender_tools/ue2rigify/core/utilities.py", line 710, in toggle_expand_in_outliner\n    bpy.ops.outliner.show_hierarchy()\n  File "/usr/bin/4.1/scripts/modules/bpy/ops.py", line 109, in __call__\n    ret = _op_call(self.idname_py(), kw)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nRuntimeError: Operator bpy.ops.outliner.show_hierarchy.poll() Expected an Outliner region\nLocation: /usr/bin/4.1/scripts/modules/bpy/ops.py:109\n'>
Raw output
Traceback (most recent call last):
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/factory.py", line 221, in run_function_remotely
    return remote_function(*args)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1122, in __call__
    return self.__send(self.__name, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1464, in __request
    response = self.__transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1166, in request
    return self.single_request(host, handler, request_body, verbose)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1182, in single_request
    return self.parse_response(resp)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1354, in parse_response
    return u.close()
           ^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/client.py", line 67, in close
    raise Fault(**marshallables) # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
xmlrpc.client.Fault: <Fault 1: '<class \'RuntimeError\'>:Error: Python: Traceback (most recent call last):\n  File "/tmp/blender_tools/ue2rigify/core/utilities.py", line 710, in toggle_expand_in_outliner\n    bpy.ops.outliner.show_hierarchy()\n  File "/usr/bin/4.1/scripts/modules/bpy/ops.py", line 109, in __call__\n    ret = _op_call(self.idname_py(), kw)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nRuntimeError: Operator bpy.ops.outliner.show_hierarchy.poll() Expected an Outliner region\nLocation: /usr/bin/4.1/scripts/modules/bpy/ops.py:109\n'>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/test_ue2rigify_mannequins.py", line 66, in test_baking
    self.run_baking_tests({
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/utils/base_test_case.py", line 1412, in run_baking_tests
    self.assert_animation_translation(rig_name, control_rig_name, animation_names, bone_names, frames)
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/utils/base_test_case.py", line 1297, in assert_animation_translation
    self.blender.run_addon_operator(self.addon_name, 'switch_modes', [], {'mode': 'CONTROL'})
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/factory.py", line 248, in wrapper
    return rpc_factory.run_function_remotely(function, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/factory.py", line 225, in run_function_remotely
    raise Fault(exception.faultCode, exception.faultString)
xmlrpc.client.Fault: <Fault 1: '<class \'RuntimeError\'>:Error: Python: Traceback (most recent call last):\n  File "/tmp/blender_tools/ue2rigify/core/utilities.py", line 710, in toggle_expand_in_outliner\n    bpy.ops.outliner.show_hierarchy()\n  File "/usr/bin/4.1/scripts/modules/bpy/ops.py", line 109, in __call__\n    ret = _op_call(self.idname_py(), kw)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nRuntimeError: Operator bpy.ops.outliner.show_hierarchy.poll() Expected an Outliner region\nLocation: /usr/bin/4.1/scripts/modules/bpy/ops.py:109\n'>

Check failure on line 40 in test_ue2rigify_mannequins.py

See this annotation in the file changed.

@github-actions github-actions / Test Latest Results (Unreal 5.3 Blender 4.1)

test_ue2rigify_mannequins.py.test_new_template

<Fault 1: '<class \'RuntimeError\'>:Error: Python: Traceback (most recent call last):\n  File "/tmp/blender_tools/ue2rigify/core/utilities.py", line 710, in toggle_expand_in_outliner\n    bpy.ops.outliner.show_hierarchy()\n  File "/usr/bin/4.1/scripts/modules/bpy/ops.py", line 109, in __call__\n    ret = _op_call(self.idname_py(), kw)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nRuntimeError: Operator bpy.ops.outliner.show_hierarchy.poll() Expected an Outliner region\nLocation: /usr/bin/4.1/scripts/modules/bpy/ops.py:109\n'>
Raw output
Traceback (most recent call last):
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/factory.py", line 221, in run_function_remotely
    return remote_function(*args)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1122, in __call__
    return self.__send(self.__name, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1464, in __request
    response = self.__transport.request(
               ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1166, in request
    return self.single_request(host, handler, request_body, verbose)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1182, in single_request
    return self.parse_response(resp)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/_tool/Python/3.11.9/x64/lib/python3.11/xmlrpc/client.py", line 1354, in parse_response
    return u.close()
           ^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/client.py", line 67, in close
    raise Fault(**marshallables) # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
xmlrpc.client.Fault: <Fault 1: '<class \'RuntimeError\'>:Error: Python: Traceback (most recent call last):\n  File "/tmp/blender_tools/ue2rigify/core/utilities.py", line 710, in toggle_expand_in_outliner\n    bpy.ops.outliner.show_hierarchy()\n  File "/usr/bin/4.1/scripts/modules/bpy/ops.py", line 109, in __call__\n    ret = _op_call(self.idname_py(), kw)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nRuntimeError: Operator bpy.ops.outliner.show_hierarchy.poll() Expected an Outliner region\nLocation: /usr/bin/4.1/scripts/modules/bpy/ops.py:109\n'>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/test_ue2rigify_mannequins.py", line 45, in test_new_template
    self.run_new_template_tests({
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/utils/base_test_case.py", line 1369, in run_new_template_tests
    self.blender.run_addon_operator(self.addon_name, 'create_link_from_selected_bones')
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/factory.py", line 248, in wrapper
    return rpc_factory.run_function_remotely(function, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/services/github-runner/_work/BlenderTools/BlenderTools/tests/../send2ue/dependencies/rpc/factory.py", line 225, in run_function_remotely
    raise Fault(exception.faultCode, exception.faultString)
xmlrpc.client.Fault: <Fault 1: '<class \'RuntimeError\'>:Error: Python: Traceback (most recent call last):\n  File "/tmp/blender_tools/ue2rigify/core/utilities.py", line 710, in toggle_expand_in_outliner\n    bpy.ops.outliner.show_hierarchy()\n  File "/usr/bin/4.1/scripts/modules/bpy/ops.py", line 109, in __call__\n    ret = _op_call(self.idname_py(), kw)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nRuntimeError: Operator bpy.ops.outliner.show_hierarchy.poll() Expected an Outliner region\nLocation: /usr/bin/4.1/scripts/modules/bpy/ops.py:109\n'>