[Bf-blender-cvs] [b73fc56dfad] soc-2019-outliner: Outliner: Cleanup sync code

Nathan Craddock noreply at git.blender.org
Thu Jul 11 23:41:54 CEST 2019


Commit: b73fc56dfadb0339c9f06a48d773422e4be4848c
Author: Nathan Craddock
Date:   Thu Jul 11 15:27:58 2019 -0600
Branches: soc-2019-outliner
https://developer.blender.org/rBb73fc56dfadb0339c9f06a48d773422e4be4848c

Outliner: Cleanup sync code

Removed some commented code

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

M	source/blender/editors/space_outliner/outliner_sync.c

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

diff --git a/source/blender/editors/space_outliner/outliner_sync.c b/source/blender/editors/space_outliner/outliner_sync.c
index b6545c9fbb3..56686d15461 100644
--- a/source/blender/editors/space_outliner/outliner_sync.c
+++ b/source/blender/editors/space_outliner/outliner_sync.c
@@ -228,7 +228,6 @@ void outliner_select_sync(bContext *C, SpaceOutliner *soops)
   puts("Outliner select... Mark other outliners as dirty for syncing");
   outliner_sync_selection_from_outliner(C, &soops->tree);
 
-  // outliner_sync_selection_to_sequencer(C, &soops->tree);
   sync_select_dirty_flag = SYNC_SELECT_NONE;
 
   /* Don't need to mark self as dirty here... */
@@ -260,11 +259,6 @@ void outliner_sync_selection(const bContext *C, SpaceOutliner *soops)
 
     outliner_sync_selection_to_outliner(C, view_layer, soops, &soops->tree);
 
-    // if (soops->outlinevis == SO_SEQUENCE) {
-    //   printf("\tSyncing sequences...\n");
-    //   outliner_sync_selection_from_sequencer(C, &soops->tree);
-    // }
-
     soops->flag &= ~SO_IS_DIRTY;
   }
 }



More information about the Bf-blender-cvs mailing list