[Bf-blender-cvs] [5632e1b5258] master: Cleanup: replace VSE /w Sequencer

Campbell Barton noreply at git.blender.org
Thu Jan 24 23:42:44 CET 2019


Commit: 5632e1b525860336a4dffa7a83c910e0687939c6
Author: Campbell Barton
Date:   Fri Jan 25 09:42:03 2019 +1100
Branches: master
https://developer.blender.org/rB5632e1b525860336a4dffa7a83c910e0687939c6

Cleanup: replace VSE /w Sequencer

This abbreviation isn't used anywhere else in Blender's UI.

===================================================================

M	source/blender/makesdna/DNA_scene_types.h
M	source/blender/makesrna/intern/rna_scene.c

===================================================================

diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 869531bf963..b9912a90bba 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1568,7 +1568,7 @@ typedef struct PhysicsSettings {
 } PhysicsSettings;
 
 /* ------------------------------------------- */
-/* Safe Area options used in Camera View & VSE
+/* Safe Area options used in Camera View & Sequencer
  */
 typedef struct DisplaySafeAreas {
 	/* each value represents the (x,y) margins as a multiplier.
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 74b2a6e6506..db44260f4b5 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -5707,7 +5707,7 @@ static void rna_def_display_safe_areas(BlenderRNA *brna)
 	static float default_action_center[2] = {0.15f, 0.05f};
 
 	srna = RNA_def_struct(brna, "DisplaySafeAreas", NULL);
-	RNA_def_struct_ui_text(srna, "Safe Areas", "Safe Areas used in 3D view and the VSE");
+	RNA_def_struct_ui_text(srna, "Safe Areas", "Safe areas used in 3D view and the sequencer");
 	RNA_def_struct_sdna(srna, "DisplaySafeAreas");
 
 	/* SAFE AREAS */



More information about the Bf-blender-cvs mailing list