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:
authorBrecht Van Lommel <brecht@blender.org>2020-03-26 01:27:44 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-03-26 01:29:46 +0300
commit99e693d1267e2495a57b18f41dedd7b1a8f24fcf (patch)
tree5a5a4e3a73bbf61d33268060b363be3ecabeef3d /source/blender/makesrna/intern/rna_image.c
parentd554cf8dd9ff45a2aa2680d46e23402177a361a5 (diff)
UI: rename image source Tiled to UDIM Tiles for easier discovery
Diffstat (limited to 'source/blender/makesrna/intern/rna_image.c')
-rw-r--r--source/blender/makesrna/intern/rna_image.c2
1 files changed, 1 insertions, 1 deletions
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},
};