Skip to content

Releases: ynput/ayon-cinema4d

0.1.9

12 Dec 16:23

Choose a tag to compare

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

14 Nov 12:39

Choose a tag to compare

Changelog

🎉 Feature

AY-7383 Create render product (submit to Deadline) - #9

Add create render product (submit to Deadline) which allows to render frames on the farm


0.1.7

24 Oct 08:27

Choose a tag to compare

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 a dummy-build version that will be deleted as soon as a tag is created.
  • Remove pyproject.toml from #30

resolve #37


0.1.6

24 Oct 08:27

Choose a tag to compare

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.


0.1.5

18 Aug 09:59

Choose a tag to compare

Changelog

💚 Enhancement

Chore: Allow per project addon version - #34

Addon can be used in per-project bundles.


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

01 Apr 11:34

Choose a tag to compare

Changelog

🐛 Bug

Fix Alembic Loader trying to update alembic path on non-alembic generators - #29

Fix alembic updating that have new objects in its hierarchy that are not part of the alembic.


0.1.3

22 Jan 22:45

Choose a tag to compare

Changelog

💚 Enhancement

add AYON context to the AYON menu - #12

resolve #11

image

Animation_47


🐛 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


0.1.2

07 Nov 09:54

Choose a tag to compare

Changelog

What's Changed

  • Do not clash plug-in name with the ExtractReview from ayon-core by @BigRoy in #14
  • Fix support for Cinema4D 2024+ by @BigRoy in #16
  • Fix loaded containers not being managed by @BigRoy in #19

Full Changelog: 0.1.1...0.1.2

0.1.1

15 Oct 14:44

Choose a tag to compare

What's Changed

  • Fix Alembic export exporting full scene by @BigRoy in #8
  • Implement Redshift Proxy product and loader + add VDB loaders by @BigRoy in #13

Full Changelog: 0.1.0...0.1.1

0.1.0

02 Oct 12:06

Choose a tag to compare

What's Changed

  • Initial draft for Cinema4D Integration by @BigRoy in #1

New Contributors

  • @BigRoy made their first contribution in #1

Full Changelog: https://github.com/ynput/ayon-cinema4d/commits/0.1.0