Page MenuHome

Forbid deleting last local scene.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Jan 8 2021, 3:56 PM.

Details

Summary

Previously, it was only forbidden to delete the last scene. This can lead to the situation where a .blend file only contains linked scenes. This is problematic, because linked data might not always be available or can be removed from a .blend file without having an additional check for remaining scenes.

Diff Detail

Repository
rB Blender

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Jan 8 2021, 3:56 PM
Jacques Lucke (JacquesLucke) created this revision.
Bastien Montagne (mont29) added inline comments.
source/blender/blenkernel/intern/scene.c
2038

just pass scene, the macro converts to (ID *) anyway.

source/blender/makesrna/intern/rna_main_api.c
219–222

local one

This revision is now accepted and ready to land.Jan 8 2021, 4:18 PM