[Bf-blender-cvs] [72ca39f2a82] topbar: Disable toolshelf redo regions for now

Julian Eisel noreply at git.blender.org
Thu Apr 19 11:04:35 CEST 2018


Commit: 72ca39f2a823821826ef576db1db06cd9f18fc96
Author: Julian Eisel
Date:   Thu Apr 19 11:03:04 2018 +0200
Branches: topbar
https://developer.blender.org/rB72ca39f2a823821826ef576db1db06cd9f18fc96

Disable toolshelf redo regions for now

Inteded to do that in rB223f4fa583cb386 already, but forgot to comment
out again after testing...

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

M	source/blender/makesdna/DNA_space_types.h

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

diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 917b5d67152..50cd6291b88 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -70,7 +70,7 @@ struct BLI_mempool;
 /* TODO 2.8: Remove the operator redo panel/region from the 3D View and Clip
  * Editor toolshelf. Leaving this ifdef'ed out for until new tool system and
  * topbar design is more clear. */
-#define WITH_REDO_REGION_REMOVAL
+//#define WITH_REDO_REGION_REMOVAL
 /* TODO 2.8: We don't write the topbar to files currently. Uncomment this
  * define to enable writing (should become the default in a bit). */
 //#define WITH_TOPAR_WRITING



More information about the Bf-blender-cvs mailing list