Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_uvedit.h
| Show All 35 Lines | |||||
| struct BMFace; | struct BMFace; | ||||
| struct BMLoop; | struct BMLoop; | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| struct Image; | struct Image; | ||||
| struct ImageUser; | struct ImageUser; | ||||
| struct Main; | struct Main; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| struct SceneLayer; | struct ViewLayer; | ||||
| struct SpaceImage; | struct SpaceImage; | ||||
| 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_keymap_uvedit(struct wmKeyConfig *keyconf); | void ED_keymap_uvedit(struct wmKeyConfig *keyconf); | ||||
| ▲ Show 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | void ED_uvedit_unwrap_cube_project( | ||||
| struct BMesh *bm, float cube_size, bool use_select, const float center[3]); | struct BMesh *bm, float cube_size, bool use_select, const float center[3]); | ||||
| /* single call up unwrap using scene settings, used for edge tag unwrapping */ | /* single call up unwrap using scene settings, used for edge tag unwrapping */ | ||||
| void ED_unwrap_lscm(struct Scene *scene, struct Object *obedit, const short sel); | void ED_unwrap_lscm(struct Scene *scene, struct Object *obedit, const short sel); | ||||
| /* uvedit_draw.c */ | /* uvedit_draw.c */ | ||||
| void ED_image_draw_cursor(struct ARegion *ar, const float cursor[2]); | void ED_image_draw_cursor(struct ARegion *ar, const float cursor[2]); | ||||
| void ED_uvedit_draw_main(struct SpaceImage *sima, struct ARegion *ar, struct Scene *scene, struct SceneLayer *sl, struct Object *obedit, struct Object *obact, struct Depsgraph *depsgraph); | void ED_uvedit_draw_main(struct SpaceImage *sima, struct ARegion *ar, struct Scene *scene, struct ViewLayer *sl, struct Object *obedit, struct Object *obact, struct Depsgraph *depsgraph); | ||||
| /* uvedit_buttons.c */ | /* uvedit_buttons.c */ | ||||
| void ED_uvedit_buttons_register(struct ARegionType *art); | void ED_uvedit_buttons_register(struct ARegionType *art); | ||||
| #endif /* __ED_UVEDIT_H__ */ | #endif /* __ED_UVEDIT_H__ */ | ||||