Stephen Bannasch

Results 47 comments of Stephen Bannasch

Interesting data ... First tests by starting FC with without loading any of my files and running `from Draft import _ViewProviderWire` in the python console, then quitting and trying a...

I got a bit further ... new macro code below. Being new to FreeCAD I realize I'm starting with the assumption that I can script the creation and modification of...

Hmmm ... noticed this error without a line number generated in the Report panel before running `ThreadProfileDoSweep` which is commented out in the macro code below ``` 15:30:54 ObjectIdentifier.cpp(1512): Document...

fyI version info: ThreadProfile: 1.68 FreeCAD: OS: macOS 10.16 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24267 (Git) Build type: Release Branch: releases/FreeCAD-0-19 Hash: b2ca86d8d72b636011a73394bf9bcdedb3b109b7 Python...

Perhaps solved ... Updated to ThreadProfile 1.6.9 and FreeCAD .19.1 As long as I delete the document **`vtp_test1`** before running the macro it all seems to work. ![image](https://user-images.githubusercontent.com/7188/111700443-cbcc8f80-880f-11eb-97ff-d6062dcd7f2e.png) If I...

SOLVED (but previous results are confusing and wasn't obvious to me how to fix). The threads and the rest of the body stay both attached and visible after changing the...

``` Uncaught DOMException: Failed to execute 'postMessage' on 'Worker': SharedArrayBuffer transfer requires self.crossOriginIsolated. at https://colineberhardt.github.io/mandelbrot-threaded-webassembly/:54:14 ```