[Bf-blender-cvs] [99e693d1267] master: UI: rename image source Tiled to UDIM Tiles for easier discovery

Brecht Van Lommel noreply at git.blender.org
Thu Mar 26 00:09:39 CET 2020


Commit: 99e693d1267e2495a57b18f41dedd7b1a8f24fcf
Author: Brecht Van Lommel
Date:   Wed Mar 25 23:27:44 2020 +0100
Branches: master
https://developer.blender.org/rB99e693d1267e2495a57b18f41dedd7b1a8f24fcf

UI: rename image source Tiled to UDIM Tiles for easier discovery

===================================================================

M	source/blender/makesrna/intern/rna_image.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index 2797f3a2d84..f3f1666e25e 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -57,7 +57,7 @@ static const EnumPropertyItem image_source_items[] = {
     {IMA_SRC_MOVIE, "MOVIE", 0, "Movie", "Movie file"},
     {IMA_SRC_GENERATED, "GENERATED", 0, "Generated", "Generated image"},
     {IMA_SRC_VIEWER, "VIEWER", 0, "Viewer", "Compositing node viewer"},
-    {IMA_SRC_TILED, "TILED", 0, "Tiled", "Tiled image texture"},
+    {IMA_SRC_TILED, "TILED", 0, "UDIM Tiles", "Tiled UDIM image texture"},
     {0, NULL, 0, NULL, NULL},
 };



More information about the Bf-blender-cvs mailing list