Some anotation tool crash the app on windows
Describe the bug
On main branch build for windows. drawing anotation tools : Free paint strokes, Lazer mode, Eraser crash the app, nothing printed out in the terminal. Everything just closed when select the tool and click on the viewport.
- OS: Win11
Yup, got the same error! Also on win11
+1... built from current develop branch tho
Ted has provided the answer on the slack channel:
the solution is to edit the file src/plugin/viewport_overlay/anootation/src/CMakeLists.txtChange line 6 fromset(ANNO_SYNC_EXTENSIONS On)toset(ANNO_SYNC_EXTENSIONS Off)Then re-build.
the solution is to edit the file src/plugin/viewport_overlay/anootation/src/CMakeLists.txtChange line 6 fromset(ANNO_SYNC_EXTENSIONS On)toset(ANNO_SYNC_EXTENSIONS Off)Then re-build.
jep just rebuild and it works perfectly fine 🚀
leaving appreciation meme.