Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/io/io_ops.c
| Context not available. | |||||
| #endif | #endif | ||||
| #include "io_cache.h" | #include "io_cache.h" | ||||
| #include "io_rhino_import.h" | |||||
| #include "io_rhino_export.h" | |||||
| #include "io_tspline.h" | |||||
| void ED_operatortypes_io(void) | void ED_operatortypes_io(void) | ||||
| { | { | ||||
| Context not available. | |||||
| WM_operatortype_append(CACHEFILE_OT_open); | WM_operatortype_append(CACHEFILE_OT_open); | ||||
| WM_operatortype_append(CACHEFILE_OT_reload); | WM_operatortype_append(CACHEFILE_OT_reload); | ||||
| WM_operatortype_append(WM_OT_rhino_export); | |||||
| WM_operatortype_append(WM_OT_rhino_import); | |||||
| WM_operatortype_append(WM_OT_tspline_import); | |||||
| } | } | ||||
| Context not available. | |||||