Fix description of MetalRT option

Descriptions should not end with a full-stop.

Pull Request: https://projects.blender.org/blender/blender/pulls/114267
This commit is contained in:
Sergey Sharybin
2023-10-30 12:48:04 +01:00
committed by Sergey Sharybin
parent b62a5db37b
commit 8474716abb

View File

@@ -1475,7 +1475,7 @@ class CyclesPreferences(bpy.types.AddonPreferences):
metalrt: EnumProperty(
name="MetalRT",
description="MetalRT for ray tracing uses less memory for scenes which use curves extensively, and can give better "
"performance in specific cases.",
"performance in specific cases",
default='AUTO',
items=(
('OFF', "Off", "Disable MetalRT (uses BVH2 layout for intersection queries)"),