From 68238ccdff97ec8d3d76a56a7f9aa1965d969330 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Fri, 19 Aug 2022 19:25:23 -0700 Subject: [PATCH] Added PropertyBagGui again for backwards compatibility --- src/Mod/Path/PathScripts/PathPropertyBagGui.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Mod/Path/PathScripts/PathPropertyBagGui.py diff --git a/src/Mod/Path/PathScripts/PathPropertyBagGui.py b/src/Mod/Path/PathScripts/PathPropertyBagGui.py new file mode 100644 index 0000000000..5ed353dc6a --- /dev/null +++ b/src/Mod/Path/PathScripts/PathPropertyBagGui.py @@ -0,0 +1,4 @@ +# Do NOT remove! +# This establishes backwards compatibility with existing ToolBit files. + +from Path.Base.Gui.PropertyBag import *