[Bf-blender-cvs] [e253e0ea862] greasepencil-object: Link to the correct task

Falk David noreply at git.blender.org
Mon Feb 7 18:35:11 CET 2022


Commit: e253e0ea862d1450020e6b4c41be7b50362b32ae
Author: Falk David
Date:   Tue Feb 1 18:46:20 2022 +0100
Branches: greasepencil-object
https://developer.blender.org/rBe253e0ea862d1450020e6b4c41be7b50362b32ae

Link to the correct task

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

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 e2393474b1c..d19e73d6982 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -2321,7 +2321,7 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, Panel):
                 ({"property": "use_geometry_nodes_legacy"}, "T91274"),
                 ({"property": "show_asset_debug_info"}, None),
                 ({"property": "use_asset_indexing"}, None),
-                ({"property": "use_gpencil_update_cache"}, "T93934"),
+                ({"property": "use_gpencil_update_cache"}, "T95401"),
             ),
         )



More information about the Bf-blender-cvs mailing list