Skip to content

Blender 5.2 LTS: Core

Auto-Save

  • The wm.save_auto_save operator was added to allow programmatically triggering the creation of an autosave file. (d9cde21438)
  • Autosaves and the recovery file now store image information for files edited inside Blender. (8ecebf0ce7)

Library Override

  • A new operation has been added to the Outliner contextual menu (in Library Overrides view), to allow easy deletion of selected override rules (even if these rules cannot translate into an editable UI widget, e.g. for some RNA collection related overrides). (PR#159527, acb86ced9c)
  • Added support for geonodes packed bakes in nodes modifiers (PR#158148, 329061c239).