Fix: Missing space in Unbiased volume tooltip
_No response_ Pull Request: https://projects.blender.org/blender/blender/pulls/144871
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user