Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_space.c
| Context not available. | |||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| /* Actually populated dynamically trough a function, | /* Actually populated dynamically through a function, | ||||
| * but helps for context-less access (e.g. doc, i18n...). */ | * but helps for context-less access (e.g. doc, i18n...). */ | ||||
| static const EnumPropertyItem buttons_context_items[] = { | static const EnumPropertyItem buttons_context_items[] = { | ||||
| {BCONTEXT_TOOL, "TOOL", ICON_TOOL_SETTINGS, "Tool", "Active Tool and Workspace settings"}, | {BCONTEXT_TOOL, "TOOL", ICON_TOOL_SETTINGS, "Tool", "Active Tool and Workspace settings"}, | ||||
| Context not available. | |||||