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:
authorLukas Tönne <lukas.toenne@gmail.com>2021-07-24 17:32:28 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2021-07-24 17:32:28 +0300
commit9bff211ac9e38de090ac2cddd2bbe9636443af6f (patch)
treecfea5324a6b776729b5520ea007bfb9200e30eec /source/blender/blenkernel/intern/image_save.c
parent23209dc8f9aedf90ddf4cc53d7170d38ddaeb5d7 (diff)
parent05c7d935e77025b87c5593dcbae38de42ed5a3ce (diff)
Merge branch 'master' into node-group-single-socket-nodes
Diffstat (limited to 'source/blender/blenkernel/intern/image_save.c')
-rw-r--r--source/blender/blenkernel/intern/image_save.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/image_save.c b/source/blender/blenkernel/intern/image_save.c
index 9e3d5a162ae..360bad3e786 100644
--- a/source/blender/blenkernel/intern/image_save.c
+++ b/source/blender/blenkernel/intern/image_save.c
@@ -135,8 +135,8 @@ static void imbuf_save_post(ImBuf *ibuf, ImBuf *colormanaged_ibuf)
/**
* \return success.
- * \note ``ima->filepath`` and ``ibuf->name`` should end up the same.
- * \note for multiview the first ``ibuf`` is important to get the settings.
+ * \note `ima->filepath` and `ibuf->name` should end up the same.
+ * \note for multi-view the first `ibuf` is important to get the settings.
*/
static bool image_save_single(ReportList *reports,
Image *ima,