Fix T58376: incorrect tooltip in subsurf modifier

This commit is contained in:
Jacques Lucke 2018-12-19 17:00:20 +01:00
parent be98fcc6e2
commit 42bf7e440c
Notes: blender-bot 2023-02-14 08:45:09 +01:00
Referenced by issue #58376, Incorrect tooltip in subsurf modifier
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ class CyclesObjectSettings(bpy.types.PropertyGroup):
dicing_rate: FloatProperty(
name="Dicing Scale",
description="Multiplier for scene dicing rate (located in the Geometry Panel)",
description="Multiplier for scene dicing rate (located in the Subdivision panel)",
min=0.1, max=1000.0, soft_min=0.5,
default=1.0,
)