Skip to content

Blender 2.92: More Features

Compositor

  • Keying node in compositor ensures result is properly premuiltiplied (f68c3d557a) In practice this means that there is no need in manually adding Alpha Convert node after the keying one. The existing files might need to be adjusted in this regard: the alpha convert node is to be removed if it present.
  • The Save as Render option was added to the File Output node. This feature allows to disable the use of the scene's color management options for each input socket individually. (27b78c9c94)
  • New compositor node to adjust the exposure of images. (6538f1e600)
Demo by Carlo Bergonzini

Compatibility

  • Pre-2.50.9 multires code has been removed (d11e357824)
  • Removed Simple multires subdivision type (17381c7b90)
  • "Camera View Lock" is now in the object relations panel instead of the preferences (00374fbde2)

Motion tracking

  • Reorganize menus to make them consistent with the rest of Blender and expose items previously only visible in panels (6c15b70279)
  • Simplified configuration of intrinsics to refine (0269f0c574)
  • Moved optical center to lens settings panel (2468635174)
  • Solved random crashes tracking multiple tracks (29401d38d1)
  • Huge speedup of tracking multiple tracks (5d13082622)

Sequencer

  • Media transform redesign (e1665c3d31)
  • Background rectangle option for text strip (235c309e5f)
  • Add Overlay popover panels (fad80a95fd)
  • Paste strips after playhead by default (dd9d12bf45)
  • Move remove gaps operator logic to module code (9e4a4c2e99)
  • Hide cache settings and adjust defaults (f448ff2afe)

macOS

  • Follow system preference for natural trackpad scroll direction automatically, remove manual preference (055ed33)