-
Notifications
You must be signed in to change notification settings - Fork 1
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
First merge from develop
to release/3.0.0
#20
Merged
Merged
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
Added ModelCardDatabase::getStoreID
…support sending model data
…n exception Added new resources
- Retrieving the database from the Project - Gettting selected elements - Getting an element from an index/link
- DetachmentManager: Manages detached objects during (de)serialisation - DetachedWrap: Wrapper for detached objects, generating references on demand from serialised data - DetachedReference: Wrapper for representation of wrapped objects with a reference - DetachedObjectStore: Interface for filing/retrieving detached objects in storage
Added numerous Send argument classes: - ConversionResult (incomplete) - SendError - SendObject - SendViaBrowserArgs (incomplete) Send method looks up model card and account details, constructs send arguments AccountDatabase can find an account by ID or server URL Added DetachedMemoryStore
- total children removed - rootObject replaces batches (sent as an object rather than a string)
…ata for testing Mesh vertices, faces and colours are all single arrays
…and Mesh classes Defined (de)serialisation for LengthType
…-state-in-archicad cnx 716 documentless state in archicad
…on new element event
disabled sending grid elements
getting element type string from actual element type typeID
Added progress display in UI (with ability to cancel)
Added SendConversionResult
Set model card ID in projectCollection object at start of Send
CI in cpp connectors
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.
Merge into release branch to trigger test release in prep for Speckle Con
release/3.0.0
branch is currently in the same commit asmain
, and exists to separatebeta
(release branches) fromstable
(main branch) releasesThis PR should go in after #13