Releases: ynput/ayon-cinema4d
0.1.9
Changelog
💚 Enhancement
🏛️Product base types: add support to creators - #44
This is adding product base types support to existing creators. In this stage, it only mimics the product types. This has to be done in all DCC before further changes can be done in https://github.com/ynput/ayon-core to finalize the support.
0.1.8
0.1.7
Changelog
💚 Enhancement
Create: Use kwargs to call product name functions - #36
Use kwargs to call product name functions and use cached data to call them if possible.
🐛 Bug
Append AYON's startup script to `g_additionalModulePath` - #40
Append AYON's startup script to g_additionalModulePath.
CI: Fix Mkdocs Automation - #38
- Add a CI action to trigger MK Docs deployment on creating new tags.
when testing the CI action manually (trigger from Action tab manually on GH), it will generate adummy-buildversion that will be deleted as soon as a tag is created. - Remove
pyproject.tomlfrom #30
resolve #37
0.1.6
0.1.5
Changelog
💚 Enhancement
Chore: Use new workfiles API to increment current workfile. - #33
When incrementing the workfile during publish, use the new context-based workfile API so that the current author information is stored with the saved file.
Chore: Don't use deprecated workfile method - #32
Use get_current_workfile instead of current_workfile.
🐛 Bug
Add default_variant for workfile creator - #35
This PR is to resolve the bug of error: CreateWorkfile' object has no attribute 'default_variant' when publishing workfile by changing the current context.
0.1.4
0.1.3
Changelog
💚 Enhancement
🐛 Bug
Ignore user data with values that can't be converted to Python - #24
Ignore user data with values that can't be converted to Python
Set resolution using the virtual resolution and set pixel aspect ratio from entity - #22
Set resolution using the virtual resolution and set pixel aspect ratio from entity

