File size: 1,716 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
-- ========== GENERATED BY XTemplate Editor (Alt-F3) DO NOT EDIT MANUALLY! ==========
PlaceObj('XTemplate', {
group = "GedApps",
id = "SceneImportEditor",
save_in = "Ged",
PlaceObj('XTemplateTemplate', {
'__template', "PresetEditor",
}, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "Importer" end,
'__parent', function (parent, context) return parent.idPresets end,
'__class', "GedPropPanel",
'Id', "idImporter",
'Dock', "bottom",
'Title', "Filter and scene",
'EnableSearch', false,
'EnableUndo', false,
'EnableCollapseDefault', false,
'EnableShowInternalNames', false,
'EnableCollapseCategories', false,
'HideFirstCategory', true,
}),
PlaceObj('XTemplateWindow', {
'__class', "XPanelSizer",
}),
PlaceObj('XTemplateWindow', {
'Id', "idScene",
'IdNode', true,
'LayoutMethod', "VPanel",
}, {
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SceneDescNodes" end,
'__class', "GedTreePanel",
'Id', "idNodes",
'Title', "Nodes",
'TitleFormatFunc', "GedFormatPresets",
'Format', "<EditorView>",
'SelectionBind', "SelectedNode,SelectedObject",
'MultipleSelection', true,
}),
PlaceObj('XTemplateWindow', {
'__class', "XPanelSizer",
}),
PlaceObj('XTemplateWindow', {
'__context', function (parent, context) return "SceneDescGlobals" end,
'__class', "GedTreePanel",
'Id', "idProtos",
'MinHeight', 100,
'MaxHeight', 400,
'Title', "Globals",
'TitleFormatFunc', "GedFormatPresets",
'Format', "<EditorView>",
'SelectionBind', "SelectedGlobal,SelectedObject",
'MultipleSelection', true,
}),
}),
}),
})
|