ynput / ayon-maya

Maya addon for AYON
Apache License 2.0
6 stars 9 forks source link

AY-7099 Publishing rig without out_SET should be disallowed or loading it should be allowed. #168

Closed BigRoy closed 3 weeks ago

BigRoy commented 3 weeks ago

Is there an existing issue for this?

Description

Current Behavior

It seems that the Validate Rig Contents is disabled by default however that plug-in is the plug-in that enforces the out_SET of a rig to exist and have members.

Without that rig_SET loading the rig fails:

Image

Expected Behavior

  1. Either that out_SET must be enforced and that validator can not be disabled or made optional.
  2. Or loading the rig without out_SET should be allowed without errors.

Steps To Reproduce:

  1. Create rig instance
  2. Delete out_SET inside the instance
  3. Publish
  4. Load the rig product

Additional context:

No response

Relevant log output:

No response