Commit: 81a8f24227f2b47a31df67123215f0b50b70de8b
Author: Falk David
Date:   Thu Feb 3 11:45:52 2022 +0100
Branches: greasepencil-object
https://developer.blender.org/rB81a8f24227f2b47a31df67123215f0b50b70de8b

Link to the correct task in the userpref options

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

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 a6304211f8a..673a28fc807 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -2325,7 +2325,7 @@ class 
USERPREF_PT_experimental_debugging(ExperimentalPanel, Panel):
                 ({"property": "use_asset_indexing"}, None, None),
                 ({"property": "use_gpencil_update_cache"}, "T95401", None),
                 # Disabled if use_gpencil_update_cache is disabled
-                ({"property": "use_gpencil_undo_system"}, "TODO", lambda ctx: 
ctx.preferences.experimental.use_gpencil_update_cache),
+                ({"property": "use_gpencil_undo_system"}, "T95450", lambda 
ctx: ctx.preferences.experimental.use_gpencil_update_cache),
             ),
         )

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to