ynput / ayon-python-api

Apache License 2.0
8 stars 3 forks source link

Fix default project creation without anatomy preset name #132

Closed fabiaserra closed 4 months ago

fabiaserra commented 4 months ago

When creating a project through the API the primary preset wasn't being applied. Changing the conditional to not just check for None seems to fix it.

How to test

iLLiCiTiT commented 4 months ago

This was already fixed with https://github.com/ynput/ayon-python-api/pull/131 .

Changing the conditional to not just check for None seems to fix it.

I don't think that is the fix, if it is, please let me know what the value was if not None?