-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds authenticator to Speckle_Toolkit; enables Excel workflow #91
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`GeometricalRepresentation()` and `IRenderMesh()` instead of Speckle-custom methods.
This was referenced May 26, 2020
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. |
…eCore if Speckle is not installed
Closed it for now. This was a prototype that needs more work, especially in light of the recent Speckle 2.0 update. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTE: Depends on
BHoM/BHoM_UI#271
BHoM/BHoM_Engine#1807
Issues addressed by this PR
Closes #90
Closes #92
Closes #93
This enables the following workflow:
![ExcelSpeckle](https://user-images.githubusercontent.com/6352844/82931145-58a31580-9f7e-11ea-84b5-630e08e7e850.gif)
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