Merge branch 'blender-v2.83-release'
This commit is contained in:
@@ -9719,7 +9719,7 @@ static bool read_libblock_undo_restore(
|
||||
}
|
||||
|
||||
/* Restore local datablocks. */
|
||||
DEBUG_PRINTF("UNDO: read %s (uuid %d) -> ", id->name, id->session_uuid);
|
||||
DEBUG_PRINTF("UNDO: read %s (uuid %u) -> ", id->name, id->session_uuid);
|
||||
|
||||
ID *id_old = NULL;
|
||||
const bool do_partial_undo = (fd->skip_flags & BLO_READ_SKIP_UNDO_OLD_MAIN) == 0;
|
||||
|
||||
Reference in New Issue
Block a user