[Bf-blender-cvs] [82d20d06e28] temp-vse-preview-transform2: Remove commented out code

Richard Antalik noreply at git.blender.org
Fri Sep 17 10:06:16 CEST 2021


Commit: 82d20d06e28077e98a5ba89e9852f52eddf28ffc
Author: Richard Antalik
Date:   Fri Sep 17 10:04:59 2021 +0200
Branches: temp-vse-preview-transform2
https://developer.blender.org/rB82d20d06e28077e98a5ba89e9852f52eddf28ffc

Remove commented out code

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

M	source/blender/makesrna/intern/rna_scene.c

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index a477b9b9b61..1762b964f8d 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -3527,7 +3527,6 @@ static void rna_def_sequencer_tool_settings(BlenderRNA *brna)
 
     static const EnumPropertyItem pivot_points[] = {
       {V3D_AROUND_CENTER_MEDIAN, "MEDIAN", ICON_PIVOT_MEDIAN, "Median Point", ""},
-      //{V3D_AROUND_CURSOR, "CURSOR", ICON_PIVOT_CURSOR, "2D Cursor", ""},
       {V3D_AROUND_LOCAL_ORIGINS,
        "INDIVIDUAL_ORIGINS",
        ICON_PIVOT_INDIVIDUAL,



More information about the Bf-blender-cvs mailing list