Skip to content

Blender Releases

0.5.5 (2025-08-06)

Features

  • add Blender 4.5 support to installer and repository (#255) (c62a4e3)
  • Installer now enables the Deadline addon in Blender. (#240) (4422a7a)

Bug Fixes

  • unnecessary brush assets included as job attachments (#257) (a99c925)

View on GitHub


0.5.4 (2025-07-02)

Bug Fixes

  • Installer leaves behind empty tmp directory (#235) (63a13d7)
  • Asset References on Network Drives are UNC Paths (#231) (8162022)

View on GitHub


0.5.3 (2025-04-09)

Bug Fixes

  • "All Renderable Layers" option was rendering every layer in each step when it should only be rendering one layer per step (c235b8e)

Experimental

These changes are experimental and are subject to change without warning * Experimental support for installing and updating via Blender extensions (#197) (9f6b36f)

View on GitHub


0.5.2 (2025-02-13)

Features

  • output directory and output file prefix are remembered when submitting the same scene (#188) (1db21c6)

View on GitHub


0.5.1 (2025-01-14)

Bug Fixes

  • Fixes published release artifacts

View on GitHub


0.5.0 (2025-01-13)

BREAKING CHANGES

  • The blender-openjd adaptor now requires that gpu_device is specified in init_data. This value can be set to NONE if a GPU is not used.

Features

  • Enable GPU rendering from submitter (7a4f8bc)

Bug Fixes

  • Add OCIO configuration support in SMF (3da609b)

View on GitHub


0.4.5 (2024-12-04)

Features

  • adaptor: Add BLENDER_EXECUTABLE environment variable (#156) (234c086)

Bug Fixes

  • Apply output file prefixes to submitter GUI (876348a)

View on GitHub


0.4.4 (2024-11-21)

Bug Fixes

  • Handle '//' in output directories (985d5a3)
  • Use user-specified output directories when applicable (e6e97ae)
  • adaptor: eevee render engine rename to BLENDER_EEVEE_NEXT for 4.2 (#139) (e848012)

View on GitHub


0.4.3 (2024-10-11)

Bug Fixes

  • Classify auto-detected assets correctly (31f9229)
  • Enable close button on the submitter dialog in Blender 4.2 (#127) (c9582ea)
  • Use python-use-system-env to have Blender check PYTHONPATH. (#125) (c73bbe2)

View on GitHub


0.4.2 (2024-09-03)

Bug Fixes

  • correct adaptor override developer option (#117) (b8be198)

View on GitHub


0.4.1 (2024-05-01)

Dependencies

  • Update deadline requirement from ==0.47. to ==0.48. (#100) (d41cb26)

View on GitHub


0.4.0 (2024-04-17)

BREAKING CHANGES

  • exclude view layers if not used for rendering (#92) (fe29282)
  • set frame override and remove job_settings.py (#91) (7a350bb)

Bug Fixes

  • override frame range checkbox (#90) (a900d7c)

View on GitHub


0.3.0 (2024-04-01)

BREAKING CHANGES

Bug Fixes

  • Prevents the submission dialog from locking Blender on Linux (#81) (7730b11)
  • include the adaptor deps in the package (#79) (fe6f0af)
  • incorrect package name in create adaptor script (#78) (7b92e91)

View on GitHub


0.2.2 (2024-03-26)

Features

  • swap to qtpy (#75) (b5c0c3a)
  • Adds telemetry events to submitter and adaptor (#63) (8f0fb2d)

Bug Fixes

  • include the adaptor deps in the package (#74) (ae09907)
  • include deadline-cloud in the adaptor packaging script (#73) (9de3146)

View on GitHub


0.2.1 (2024-03-15)

Chores

  • update deps deadline-cloud 0.40 (#60) (cebd1c4)

View on GitHub


0.2.0 (2024-03-08)

BREAKING CHANGES

  • updated openjd-runtime to 0.5.* (#54) (3fcc0e8)

Bug Fixes

  • remove variables from bl_info (#53) (4d0cda6)
  • adaptor client changes for windows (#47) (b69a0df)

View on GitHub


CHANGELOG

v0.1.1 (2024-02-22)

Fix

  • fix: create module dir if it doesn't exist in installation (#43)

View on GitHub


CHANGELOG

v0.1.0 (2024-02-21)

Breaking

  • feat!: initial new blender integration (#37)

View on GitHub