forked from blender/blender
main sync #3
@ -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);
|
||||||
|
@ -8768,9 +8768,9 @@ uiBlock *UI_region_block_find_mouse_over(const ARegion *region, const int xy[2],
|
|||||||
}
|
}
|
||||||
|
|
||||||
uiBut *UI_region_active_but_prop_get(const ARegion *region,
|
uiBut *UI_region_active_but_prop_get(const ARegion *region,
|
||||||
PointerRNA *r_ptr,
|
PointerRNA *r_ptr,
|
||||||
PropertyRNA **r_prop,
|
PropertyRNA **r_prop,
|
||||||
int *r_index)
|
int *r_index)
|
||||||
{
|
{
|
||||||
uiBut *activebut = UI_region_active_but_get(region);
|
uiBut *activebut = UI_region_active_but_get(region);
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user