Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/uvedit/uvedit_ops.c
| Show First 20 Lines • Show All 2,064 Lines • ▼ Show 20 Lines | void ED_operatortypes_uvedit(void) | ||||
| WM_operatortype_append(UV_OT_sphere_project); | WM_operatortype_append(UV_OT_sphere_project); | ||||
| WM_operatortype_append(UV_OT_unwrap); | WM_operatortype_append(UV_OT_unwrap); | ||||
| WM_operatortype_append(UV_OT_smart_project); | WM_operatortype_append(UV_OT_smart_project); | ||||
| WM_operatortype_append(UV_OT_reveal); | WM_operatortype_append(UV_OT_reveal); | ||||
| WM_operatortype_append(UV_OT_hide); | WM_operatortype_append(UV_OT_hide); | ||||
| WM_operatortype_append(UV_OT_cursor_set); | WM_operatortype_append(UV_OT_cursor_set); | ||||
| WM_operatortype_append(TEXTURE_OT_margin_copypixels); | |||||
| } | } | ||||
| void ED_operatormacros_uvedit(void) | void ED_operatormacros_uvedit(void) | ||||
| { | { | ||||
| wmOperatorType *ot; | wmOperatorType *ot; | ||||
| wmOperatorTypeMacro *otmacro; | wmOperatorTypeMacro *otmacro; | ||||
| ot = WM_operatortype_append_macro("UV_OT_rip_move", | ot = WM_operatortype_append_macro("UV_OT_rip_move", | ||||
| Show All 18 Lines | |||||