Fix inconsistent UI terminology for tiling option

Was meant to be Use instead of Using.
This commit is contained in:
Brecht Van Lommel 2021-11-24 15:47:46 +01:00
parent 64d9291d26
commit 56b068a664
Notes: blender-bot 2023-02-14 03:52:45 +01:00
Referenced by issue #93310, Compositor: Crash due to broken image paths
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
)
use_auto_tile: BoolProperty(
name="Using Tiling",
name="Use Tiling",
description="Render high resolution images in tiles to reduce memory usage, using the specified tile size. Tiles are cached to disk while rendering to save memory",
default=True,
)