Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_image.h
| Context not available. | |||||
| struct ImageFormatData; | struct ImageFormatData; | ||||
| struct ImagePool; | struct ImagePool; | ||||
| struct Main; | struct Main; | ||||
| struct ReportList; | |||||
| #define IMA_MAX_SPACE 64 | #define IMA_MAX_SPACE 64 | ||||
| Context not available. | |||||
| void BKE_image_tag_time(struct Image *ima); | void BKE_image_tag_time(struct Image *ima); | ||||
| void free_old_images(void); | void free_old_images(void); | ||||
| void BKE_image_save_all_dirty(struct Main *bmain, struct ReportList *reports); | |||||
| /* ********************************** NEW IMAGE API *********************** */ | /* ********************************** NEW IMAGE API *********************** */ | ||||
| /* ImageUser is in Texture, in Nodes, Background Image, Image Window, .... */ | /* ImageUser is in Texture, in Nodes, Background Image, Image Window, .... */ | ||||
| Context not available. | |||||