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

Validate node Ids: can't regenerate UUIDs when using references #156

Open
2 tasks done
johhnry opened this issue Oct 18, 2024 · 0 comments
Open
2 tasks done

Validate node Ids: can't regenerate UUIDs when using references #156

johhnry opened this issue Oct 18, 2024 · 0 comments

Comments

@johhnry
Copy link

johhnry commented Oct 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior:

When publishing a model, if the Maya scene has references in it with geo objects that doesn't have a generated cbId, it raises an error. The issue is that hitting the Regenerate UUIDs button to autofix those doesn't work and does nothing.

This is the outliner:

image

image

Expected Behavior:

It should skip the cbId check for objects inside references? or temporarly import the reference? Don't really know how to solve this.

Version

1.0.0

What platform you are running on?

Windows

Steps To Reproduce:

  1. Open Maya scene
  2. Open the loader and reference a .abc publish that has geos in it
  3. Create a model publish and hit publish

Are there any labels you wish to add?

  • I have added the relevant labels to the bug report.

Relevant log output:

ERROR: Traceback (most recent call last):
  File "C:\Users\haviere.rameh\AppData\Local\Ynput\AYON\dependency_packages\ayon_2410011544_windows.zip\dependencies\pyblish\plugin.py", line 528, in __explicit_process
    runner(*args)
  File "C:\Users\haviere.rameh\AppData\Local\Ynput\AYON\addons\maya_0.2.14\ayon_maya\plugins\publish\validate_node_ids.py", line 48, in process
    raise PublishXmlValidationError(
ayon_core.pipeline.publish.publish_plugins.PublishXmlValidationError: Nodes found without IDs: ['|nukecam|_010_modelLayout_02_:modelLayout|_010_modelLayout_02_:Meshes|_010_modelLayout_02_:Cube3|_010_modelLayout_02_:object0', '|nukecam|_010_modelLayout_02_:modelLayout|_010_modelLayout_02_:Meshes|_010_modelLayout_02_:Cube4|_010_modelLayout_02_:object0', '|nukecam|_010_modelLayout_02_:modelLayout|_010_modelLayout_02_:Meshes|_010_modelLayout_02_:Cube4|_010_modelLayout_02_:object0|_010_modelLayout_02_:mesh', '|nukecam|_010_modelLayout_02_:modelLayout|_010_modelLayout_02_:Meshes|_010_modelLayout_02_:Cube2|_010_modelLayout_02_:object0', '|nukecam|_010_modelLayout_02_:modelLayout|_010_modelLayout_02_:Meshes|_010_modelLayout_02_:Cube3|_010_modelLayout_02_:object0|_010_modelLayout_02_:mesh', '|nukecam|_010_modelLayout_02_:modelLayout|_010_modelLayout_02_:Meshes|_010_modelLayout_02_:Cube2|_010_modelLayout_02_:object0|_010_modelLayout_02_:mesh']

Additional context:

No response

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

1 participant