Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2021-11-18 13:53:46 +0300
committerJulian Eisel <julian@blender.org>2021-11-18 13:53:46 +0300
commit2b63a76041c0ba6c1fe19d0b343d3e70af4d4f59 (patch)
tree62039e9ffc6bf5c1b7f0ef6a9079b4c2aefbe364 /source/blender/editors/include/UI_interface.h
parente1a3b697ec03d20207ee0c1fef6f816cb7856961 (diff)
parente5774282b94772af8822f4e3ab8b24207a450fb8 (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index a244e77fcea..aa0dc222614 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -774,6 +774,7 @@ void UI_block_translate(uiBlock *block, int x, int y);
int UI_but_return_value_get(uiBut *but);
void UI_but_drag_set_id(uiBut *but, struct ID *id);
+void UI_but_drag_attach_image(uiBut *but, struct ImBuf *imb, const float scale);
void UI_but_drag_set_asset(uiBut *but,
const struct AssetHandle *asset,
const char *path,