main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
3 changed files with 7 additions and 6 deletions
Showing only changes of commit 254e3e133f - Show all commits

View File

@ -830,7 +830,6 @@ CustomDataLayer *BKE_id_attributes_color_find(const ID *id, const char *name)
return nullptr; return nullptr;
} }
const char *BKE_uv_map_vert_select_name_get(const char *uv_map_name, char *buffer) const char *BKE_uv_map_vert_select_name_get(const char *uv_map_name, char *buffer)
{ {
BLI_assert(strlen(UV_VERTSEL_NAME) == 2); BLI_assert(strlen(UV_VERTSEL_NAME) == 2);

View File

@ -677,8 +677,10 @@ void IMB_sampleImageAtLocation(
/** /**
* \attention defined in readimage.c * \attention defined in readimage.c
*/ */
struct ImBuf *IMB_loadifffile( struct ImBuf *IMB_loadifffile(int file,
int file, int flags, char colorspace[IM_MAX_SPACE], const char *descr); int flags,
char colorspace[IM_MAX_SPACE],
const char *descr);
/** /**
* \attention defined in scaling.c * \attention defined in scaling.c