Skip to content

Blender 5.3: Compositor

Added

  • The interactive compositor now supports playback caching. (0f5669bbfb)

  • The compositor will now use the Group Output as a viewer if no viewer node exists. (de8811526d)
  • The Boolean Math node is now supported. (e233152491)
  • The Compare node is now supported. (19e0672d75)
  • The Float to Int node is now supported. (150fb0cccd)
  • The Matrix SVD node is now supported. (d89c56e21a)

Changed

  • Playback performance is up to 2x faster on GPU. (431235eb02)
  • The default file name of the File Output node is now {blend_name}, so rendered images will be named after the current blend file's name, instead of a hardcoded string. This is just the initial default value, the name can still be changed as usual. (f8cb4d4b5f)

Removed

  • The Render Result is no longer updated during preview. (b11c155d7d)