Fix: Missing space in Unbiased volume tooltip

_No response_

Pull Request: https://projects.blender.org/blender/blender/pulls/144871
This commit is contained in:
Alaska
2025-08-20 16:51:02 +02:00
committed by Weizhen Huang
parent 58554964e4
commit 41d4b945d3

View File

@@ -799,7 +799,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
volume_unbiased: BoolProperty(
name="Unbiased",
description="If enabled, volume rendering converges to the correct result with sufficiently large numbers"
description="If enabled, volume rendering converges to the correct result with sufficiently large numbers "
"of samples, but might appear noisier in the process",
default=False,
)