Fix T82872: Add design task link for tilt support

Reviewed By: sergey, Blendify

Maniphest Tasks: T82872

Differential Revision: https://developer.blender.org/D9615
This commit is contained in:
Pablo Dobarro 2020-11-20 18:26:18 +01:00
parent 1bc75dfa4a
commit 9234a6a619
Notes: blender-bot 2023-02-13 20:29:27 +01:00
Referenced by issue #82872, Sculpt Tilt Broken Link in Preferences
1 changed files with 1 additions and 1 deletions

View File

@ -2187,7 +2187,7 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, Panel):
context, (
({"property": "use_sculpt_vertex_colors"}, "T71947"),
({"property": "use_switch_object_operator"}, "T80402"),
({"property": "use_sculpt_tools_tilt"}, "T00000"),
({"property": "use_sculpt_tools_tilt"}, "T82877"),
({"property": "use_object_add_tool"}, "T57210"),
),
)