Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_uvedit.h
| Show First 20 Lines • Show All 41 Lines • ▼ Show 20 Lines | |||||
| struct SpaceImage; | struct SpaceImage; | ||||
| struct ToolSettings; | struct ToolSettings; | ||||
| struct ViewLayer; | struct ViewLayer; | ||||
| struct bNode; | struct bNode; | ||||
| struct wmKeyConfig; | struct wmKeyConfig; | ||||
| /* uvedit_ops.c */ | /* uvedit_ops.c */ | ||||
| void ED_operatortypes_uvedit(void); | void ED_operatortypes_uvedit(void); | ||||
| void ED_operatormacros_uvedit(void); | |||||
| void ED_keymap_uvedit(struct wmKeyConfig *keyconf); | void ED_keymap_uvedit(struct wmKeyConfig *keyconf); | ||||
| bool ED_uvedit_minmax(const struct Scene *scene, | bool ED_uvedit_minmax(const struct Scene *scene, | ||||
| struct Object *obedit, | struct Object *obedit, | ||||
| float min[2], | float min[2], | ||||
| float max[2]); | float max[2]); | ||||
| void ED_uvedit_select_all(struct BMesh *bm); | void ED_uvedit_select_all(struct BMesh *bm); | ||||
| ▲ Show 20 Lines • Show All 147 Lines • Show Last 20 Lines | |||||