Dopesheet-Timeline: Removal of Timeline Editor!
This commit removes all references to the old timeline editor. Unfortuantely, the removal of the Timeline spacetype defining functions has ended up breaking the version patching code I'd been working on earlier (as now, the editor gets marked as "unknown/info" before we get a chance to patch it!)
This commit is contained in:
@@ -168,7 +168,6 @@ static eSpace_Type rna_Space_refine_reverse(StructRNA *srna)
|
||||
if (srna == &RNA_SpaceTextEditor) return SPACE_TEXT;
|
||||
if (srna == &RNA_SpaceDopeSheetEditor) return SPACE_ACTION;
|
||||
if (srna == &RNA_SpaceNLA) return SPACE_NLA;
|
||||
if (srna == &RNA_SpaceTimeline) return SPACE_TIME;
|
||||
if (srna == &RNA_SpaceNodeEditor) return SPACE_NODE;
|
||||
if (srna == &RNA_SpaceConsole) return SPACE_CONSOLE;
|
||||
if (srna == &RNA_SpaceUserPreferences) return SPACE_USERPREF;
|
||||
|
@@ -34,7 +34,7 @@ defs = """
|
||||
SPACE_ACTION,
|
||||
SPACE_NLA,
|
||||
SPACE_SCRIPT, #Deprecated
|
||||
SPACE_TIME,
|
||||
SPACE_TIME, #Deprecated
|
||||
SPACE_NODE,
|
||||
SPACEICONMAX
|
||||
"""
|
||||
|
Reference in New Issue
Block a user