Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_api/spacetypes.c
| Show First 20 Lines • Show All 153 Lines • ▼ Show 20 Lines | |||||
| { | { | ||||
| const ListBase *spacetypes; | const ListBase *spacetypes; | ||||
| SpaceType *type; | SpaceType *type; | ||||
| /* Macros's must go last since they reference other operators. | /* Macros's must go last since they reference other operators. | ||||
| * We need to have them go after python operators too */ | * We need to have them go after python operators too */ | ||||
| ED_operatormacros_armature(); | ED_operatormacros_armature(); | ||||
| ED_operatormacros_mesh(); | ED_operatormacros_mesh(); | ||||
| ED_operatormacros_uvedit(); | |||||
| ED_operatormacros_metaball(); | ED_operatormacros_metaball(); | ||||
| ED_operatormacros_node(); | ED_operatormacros_node(); | ||||
| ED_operatormacros_object(); | ED_operatormacros_object(); | ||||
| ED_operatormacros_file(); | ED_operatormacros_file(); | ||||
| ED_operatormacros_graph(); | ED_operatormacros_graph(); | ||||
| ED_operatormacros_action(); | ED_operatormacros_action(); | ||||
| ED_operatormacros_clip(); | ED_operatormacros_clip(); | ||||
| ED_operatormacros_curve(); | ED_operatormacros_curve(); | ||||
| ▲ Show 20 Lines • Show All 168 Lines • Show Last 20 Lines | |||||