Closed alelom closed 3 years ago
Looking great! Give me a shout on Teams/email about the excel test script. Keen that we Template these as much as possible to consolidate samples/UX.
Closed it for now. This was a prototype that needs more work, especially in light of the recent Speckle 2.0 update.
NOTE: Depends on
https://github.com/BHoM/BHoM_UI/issues/271 https://github.com/BHoM/BHoM_Engine/pull/1807
Issues addressed by this PR
Closes #90 Closes #92 Closes #93
This enables the following workflow:
which effectively makes for a free 3Dviewer shipping with BHoM - independent from any CAD software.
In order to enable this workflow, I had to set
Copy-Local
to true for:This means I had to add a "selective
xcopy
" in the PostBuild events that does the copy or not only if Speckle is installed on your machine.Test files
In the repository:
GitHub\Speckle_Toolkit\Test Scripts\#90-Auth
Excel: SpeckleAuthTest.xlsx – works fine as above.
Grasshopper:
auth.gh
– as said above, you need to either uninstall your speckle or set Copy-Locals to False and make sure to recompile BHoM_UI after cleaning %APPDATA%/BHoM.Changelog
Additional comments