[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30315] trunk/blender/source/blender/ makesrna/intern/rna_space.c: DopeSheet: Commented out menu entry for ' Grease Pencil' mode for now, since I don't have time to restore this now (i .e.

Joshua Leung aligorith at gmail.com
Wed Jul 14 13:07:31 CEST 2010


Revision: 30315
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30315
Author:   aligorith
Date:     2010-07-14 13:07:30 +0200 (Wed, 14 Jul 2010)

Log Message:
-----------
DopeSheet: Commented out menu entry for 'Grease Pencil' mode for now, since I don't have time to restore this now (i.e. in time for 2.53). It will come back some day, but just probably not for another few months.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_space.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_space.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_space.c	2010-07-14 11:03:07 UTC (rev 30314)
+++ trunk/blender/source/blender/makesrna/intern/rna_space.c	2010-07-14 11:07:30 UTC (rev 30315)
@@ -1595,8 +1595,8 @@
 	static EnumPropertyItem mode_items[] = {
 		{SACTCONT_DOPESHEET, "DOPESHEET", 0, "DopeSheet", ""},
 		{SACTCONT_ACTION, "ACTION", 0, "Action Editor", ""},
-		{SACTCONT_SHAPEKEY, "SHAPEKEY", 0, "ShapeKey Editor", ""}, // XXX to be depreceated?
-		{SACTCONT_GPENCIL, "GPENCIL", 0, "Grease Pencil", ""},
+		{SACTCONT_SHAPEKEY, "SHAPEKEY", 0, "ShapeKey Editor", ""},
+		//{SACTCONT_GPENCIL, "GPENCIL", 0, "Grease Pencil", ""}, // XXX: to be reimplemented, but not enough time before 2.53 - Aligorith, 2010Jul14
 		{0, NULL, 0, NULL, NULL}};
 		
 	





More information about the Bf-blender-cvs mailing list