[Bf-blender-cvs] [9234a6a619f] master: Fix T82872: Add design task link for tilt support

Pablo Dobarro noreply at git.blender.org
Thu Dec 3 22:50:58 CET 2020


Commit: 9234a6a619fdb7530ad7e2e005a6c389e3e6f886
Author: Pablo Dobarro
Date:   Fri Nov 20 18:26:18 2020 +0100
Branches: master
https://developer.blender.org/rB9234a6a619fdb7530ad7e2e005a6c389e3e6f886

Fix T82872: Add design task link for tilt support

Reviewed By: sergey, Blendify

Maniphest Tasks: T82872

Differential Revision: https://developer.blender.org/D9615

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 53c1a136dec..e90c9fb27e7 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -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"),
             ),
         )



More information about the Bf-blender-cvs mailing list