Maxon Cinema 4D Releases
0.8.2 (2025-08-12)
Features
- improved render progress reporting (#287) (
d6ab2c0) - Implement font handling for Cinema 4D submitter for Windows. (#283) (
f4e4b17)
Bug Fixes
- Use scene file location to map path for fonts folder. (#286) (
bb77b8f) - Add the known asset root paths to suppress job submission warnings. (#284) (
350ba4f)
0.8.1 (2025-08-07)
Bug Fixes
- use blackslashes for Windows paths in submitter installer (#275) (
3d39370) - upgrade deadline version to fix bug where submitter stays open after submission (#276) (
398cd7e)
0.8.0 (2025-07-31)
BREAKING CHANGES
- Allow deactivating automatic error checking in Cinema4D jobs (#244) (
1421f72) - Allow deactivating error checking in the Cinema4D adaptor (#245) (
8137c8f)
The init-data schema has changed to support the option to deactivate automatic error checking in the adaptor. If you use Deadline Cloud customer managed fleets, you will need to update your adaptor on the worker before using the latest submitter. The Deadline Cloud service team handles adaptor upgrades on service managed fleets.
Features
- Remember last used shared job settings for job submissions (#235) (
577377a)
Bug Fixes
- Change allowedValues order to match the openjd checkbox specifications (#264) (
ecbe927) - remap assets per session instead of per frame (#261) (
004746d) - Reduce logging for path mapping. (#258) (
bef03af) - Save project with assets feature raises exception if all the paths to assets are not found. (#253) (
85a00eb) - Path mapping issues on Linux with save project with assets (#252) (
67eff55)
0.7.10 (2025-07-07)
Features
- Bundle scene and assets before submission. (#243) (
9a4d11b)
Bug Fixes
- Use the output paths from the scene file instead of the exported scene. (#249) (
85bb260)
0.7.9 (2025-06-26)
Features
- Remember last used output paths and take selection for job submissions (#231) (
91302b7)
Bug Fixes
- support all takes flow for multi-take/render setting/frame range jobs (#237) (
a107abe)
0.7.8 (2025-06-16)
Bug Fixes
- Execute passes for scenes to fix pyro caching issue (#232) (
aa4f503) - sdist failed to install (#227) (
662e726)
0.7.7 (2025-05-23)
Bug Fixes
- fix: Assets not found when submitting from macOS and rendering on Windows. (#222) (
c87bdcb)
0.7.6 (2025-05-22)
Bug Fixes
- More robust exception handling for RS renderview code. (#219) (
c134d1a) - Prevent Cinema 4D crashes by opening RS render view during startup. (#218) (
ca6c630)
0.7.5 (2025-05-08)
Bug Fixes
- support path mapping for RedShift assets (#211) (
2d9a74b) - Fix failures with RS RenderView when opening Cinema 4D submitter (#207) (
f714867) - Allow Cinema 4D to be rendered on all available machines instead of just windows. (#204) (
2ab96aa)
0.7.4 (2025-04-10)
Bug Fixes
- Add better messaging when Redshift runs out of memory. (#196) (
9dbea22)
0.7.3 (2025-03-31)
Bug Fixes
- Remove 'CRITICAL: Stop' from error regexes in adaptor (#192) (
4a959e8)
0.7.2 (2025-03-27)
Features
- Add configurable GUI timeouts for jobs in submitter. (#180) (
2b79232)
Bug Fixes
- Avoid checked take from overriding other takes in submission (#185) (
a015719) - Replace C4D tokens with values in paths. (#183) (
d655133) - Add timeout for Cinema 4D jobs on EnvExit. (#173) (
ce769c0)
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
- update imports (#36) (
ef50e5a)
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
- public release (#21) (
2fc84af)
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)