Skip to content

Send2UE - Use Collections as Folders Animation & Groom Support #91

Send2UE - Use Collections as Folders Animation & Groom Support

Send2UE - Use Collections as Folders Animation & Groom Support #91

Triggered via pull request July 24, 2024 01:37
Status Failure
Total duration 10m 31s
Artifacts

tests.yml

on: pull_request
Test Latest  /  tests
Test Latest / tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test_send2ue_extension_use_collections_as_folders.py.test_use_collections_as_folders_option: test_send2ue_extension_use_collections_as_folders.py#L110
<Fault 1: '<class \'RuntimeError\'>:Error: Python: Traceback (most recent call last):\n File "/tmp/blender_tools/src/addons/send2ue/operators.py", line 135, in execute\n function(*args, **kwargs)\n File "/tmp/blender_tools/src/addons/send2ue/core/export.py", line 337, in export_hair\n extension.run_extension_tasks(ExtensionTasks.PRE_GROOM_EXPORT.value)\n File "/tmp/blender_tools/src/addons/send2ue/core/extension.py", line 73, in run_extension_tasks\n task(*args)\n File "/tmp/blender_tools/src/addons/send2ue/resources/extensions/use_collections_as_folders.py", line 106, in pre_groom_export\n export_path = self.get_full_export_path(properties, UnrealTypes.GROOM, scene_object)\n File "/tmp/blender_tools/src/addons/send2ue/resources/extensions/use_collections_as_folders.py", line 127, in get_full_export_path\n sub_path = self.get_collections_as_path(scene_object, properties)\n File "/tmp/blender_tools/src/addons/send2ue/resources/extensions/use_collections_as_folders.py", line 213, in get_collections_as_path\n if self.use_collections_as_folders and len(scene_object.users_collection) > 0:\nAttributeError: \'NoneType\' object has no attribute \'users_collection\'\nLocation: /home/ubuntu/blender/3.6/scripts/modules/bpy/ops.py:113\n'>
Test LTS / Test LTS
❌ Tests reported 1 failures
Test LTS / Test LTS
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/