Fix #107289: Sound strips are invisible and overlap #107798

Merged
Richard Antalik merged 4 commits from iss/blender:107289 into main 2023-05-09 22:14:23 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 6a282bbd73 - Show all commits

View File

@ -38,7 +38,6 @@
#include "DNA_modifier_types.h"
#include "DNA_movieclip_types.h"
#include "DNA_screen_types.h"
#include "DNA_sound_types.h"
#include "DNA_space_types.h"
#include "DNA_text_types.h"
#include "DNA_tracking_types.h"
@ -68,7 +67,6 @@
#include "BKE_modifier.h"
#include "BKE_node.h"
#include "BKE_screen.h"
#include "BKE_sound.h"
#include "BKE_workspace.h"
#include "RNA_access.h"
@ -4325,6 +4323,7 @@ void blo_do_versions_300(FileData *fd, Library * /*lib*/, Main *bmain)
/* Rename Grease Pencil weight draw brush. */
do_versions_rename_id(bmain, ID_BR, "Draw Weight", "Weight Draw");
}
/**
* Versioning code until next subversion bump goes here.
*