Skip to content

Latest commit

 

History

History
168 lines (94 loc) · 9.31 KB

CHANGELOG.md

File metadata and controls

168 lines (94 loc) · 9.31 KB

0.7.1 (2025-02-05)

Bug Fixes

  • Use RDATA_FRAMESEQUENCE_CUSTOM only if it exists. (#163) (7b4fb97)

0.7.0 (2025-02-03)

This release has been pulled from PyPI. The use of this release can cause the submitter to fail on Cinema 4D 2024.5.1 version. Downgrade to 0.6.1 or upgrade to the next release if available.

BREAKING CHANGES

  • handle custom frame ranges (#152) (c1b1d38)

The function signatures of the Animation and Scene class member functions have been updated to correctly parse frame ranges from Cinema 4D. If you have scripts that directly call the Animation or Scene class member functions, the scripts will need to be updated.

Features

  • prepopulate Windows host requirement (#150) (6673b17)

Bug Fixes

  • improve error handling for sticky settings having a long path (#148) (99e4d53)
  • Use Path instead of string in output paths in adaptor template. (#147) (ab11bdc)

0.6.1 (2025-01-13)

Bug Fixes

  • initialize connection to Maxon assets DB on Windows to fix confusing error message (#144) (f75b68d)
  • Add error logs for Redshift. (#143) (46771f3)
  • Refactor redshift non-ascii test. (#141) (0691c44)

0.6.0 (2025-01-03)

BREAKING CHANGES

  • adaptor: Update adaptor environment variable executable to C4D_COMMANDLINE_EXE (#121) (206b0ad)

The environment variable used to find the Cinema 4D executable in the adaptor was changed from CINEMA4D_ADAPTOR_COMMANDLINE_EXE to C4D_COMMANDLINE_EXECUTABLE. If you were setting the previous variable, you will need to update the environment set up. If you relied on the executable being on the PATH, then no change is required.

Features

  • Implement asset path mapping for Cinema 4D scene files (#126) (33ac2e8)

Bug Fixes

  • Fix adaptor packaging script to package dependencies. (#137) (b130ccc)
  • Tighten error regex pattern. (#136) (83f0a3c)
  • Ensure stdout/err streams are unbuffered. (#134) (0b3c05d)
  • add path mapping rules to convert Windows paths to C4D's Linux path format (#127) (8fc40d9)

0.5.4 (2024-11-26)

Bug Fixes

  • use description from GUI submitter (#115) (afe039b)

0.5.3 (2024-11-22)

Bug Fixes

  • use user configured installdir for C4D submitter location (#113) (173297a)

0.5.2 (2024-11-21)

Bug Fixes

  • install C4D plugin into user directory to avoid needing elevated permissions (#110) (572696c)

0.5.1 (2024-11-20)

Bug Fixes

  • correct OS conditional for Windows paths (#104) (748e1f7)

0.5.0 (2024-11-20)

BREAKING CHANGES

  • This release contains two breaking changes

Features

  • install Conda packages by default (#96) (8ad8986)

Bug Fixes

  • use only Windows workers by default (#100) (88bd6a5)

0.4.1 (2024-11-13)

Bug Fixes

  • install pip if required before installing GUI dependencies (#91) (4b5b75a)

0.4.0 (2024-11-13)

BREAKING CHANGES

  • renamed env variable for loading adaptor executable, added support for running the adaptor on Linux, and added support for earlier versions of 2024 (#59) (be33b63)
  • add adaptor output path mapping and overrides (#55) (#73) (6dcaf4a)

Features

  • Add InstallBuilder submitter installer XML. (#85) (73dbb75)
  • Only import openjd and deadline modules. (#88) (71911ae)
  • prompt save before submit (#53) (#69) (c1d463c)
  • Add DeadlineCloudSubmitter plugin ID to submitter plugin. (9242593)

Bug Fixes

  • Resolve typos in bundling scripts. (#82) (caf33e3)
  • Ensure only Critical stops fail the job and not others. (#80) (80af90f)
  • Fix python-semantic-release issues with 9.12 (#78) (8cc9728)
  • handle CRITICAL error in adaptor regex callbacks (#51) (#72) (817eb68)
  • adaptor handle render result failure results (#66) (#76) (8e0e127)
  • Add path mapping to outputs (#57) (056f5ea)

0.3.4 (2024-06-27)

Bug Fixes

  • frame override checkbox with pyside6 (#54) (9f3813c)

0.3.3 (2024-06-19)

Bug Fixes

  • properly access multipass filename from render data (#47) (6da82bf)
  • windows adaptor was failing to load (#44) (f5b1c6d)

0.3.2 (2024-05-08)

Bug Fixes

0.3.1 (2024-05-01)

Dependencies

  • update deadline requirement from ==0.47.* to ==0.48.* (#33) (8e16c43)

0.3.0 (2024-04-02)

BREAKING CHANGES

0.2.1 (2024-03-26)

Dependencies

  • update deadline-cloud dependency 0.45.0 (#15) (3677a7b)

v0.2.0 (2024-03-15)

Breaking

  • change project naming from ...cinema4d -> ...cinema-4d (#8) (676cbab)

v0.1.0 (2024-03-15)

Breaking

  • init integration commit (#1) (0cd4e1c)

Chore

  • update deps deadline-cloud 0.40 (#6) (479adab)