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.
This commit is contained in:
@@ -1595,8 +1595,8 @@ static void rna_def_space_dopesheet(BlenderRNA *brna)
|
||||
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}};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user