We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1295e01 commit 3f0cf77Copy full SHA for 3f0cf77
src/ansys/geometry/core/__init__.py
@@ -71,5 +71,5 @@
71
DOCUMENTATION_BUILD: bool = os.environ.get("PYANSYS_GEOMETRY_DOC_BUILD", "false").lower() == "true"
72
"""Global flag for the documentation to use the proper PyVista Jupyter backend."""
73
74
-USE_TRACKER_TO_UPDATE_DESIGN: bool = True
+USE_TRACKER_TO_UPDATE_DESIGN: bool = False
75
"""Global constant for checking whether to use the tracker to update designs."""
0 commit comments