-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update release/3.0.0
with changes from dev
#414
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
* Bump SDK * Updated Tekla structures nugets * Tekla architecture targeting * Fixed remaining warnings
- seems like TSM.Solid object doesn't have any Identifier
* adds decimal agnostic grid conversion * fixes versioning in icon * formatting * adds notes --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
* Use Send2 again! * tweaking progress * Update SDK * format
* sendCollectionManager * path Builder Removing iteration where path (currently) only contains 1 item --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
* Datatype Main change is the switch from Tekla.Structures.Drawing to Tekla.Structures.Datatype for units. Problem is, that Settings > Options > Units and decimals don't seem to affect API returns. Will confirm with Tekla team. Rudimentary fix applied for now. * Weight Unit * Weight Unit * Consisten representation of internal units * Distance.CurrentUnitType As discussed --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Hathcock <adamhathcock@users.noreply.github.com>
* Use of obsolete members now generates warning * format --------- Co-authored-by: Claire Kuang <kuang.claire@gmail.com>
* adds highlighting methods * clears selection before highlighting * adds a functionality to zoom selected --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
…395) * Fix multiple problems * Connect windows each other * Add note
* renderMaterial overwrites Avoiding type booleanPart alleviates the problem of renderMaterial being overwritten * logging Adding a LogError should the problem be not just related to BooelanPart. This won't break the send though and user won't be prompted --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
…xpiration-triggers Fix(revit): escape fast from doc change event handler after WriteToFile
* DiscriminatedObjectConverter needs DI * settings shouldn't be injected...use injected serializer * format * make the factory a singleton * fix build issue
* update SDK to fix local * fix using new types from sdk
* Use SuspendingObservableCollection * updates * Use thread-safe models * handle loading * fix up tekla * remove option * fix suspension * Revit shouldn't register changed twice. top level goes to base class * use suspension when loading * forgot include * lock saving like loading * Remove public accessor * Require a document store for each DUI usage * simpify load and state saving since we don't need to observe the collection externally * added back property for javascript UI * fmt * fmt * fix up diff * add clear for autocad loading * always clear before adding all * use list instead * be more explicit with naming * fmt * Clear regardless, it was an issue on rhino * Correct remove cards * Rename tekla folder name for now * Use first or default instead first * Find model cards by FindIndex --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com> Co-authored-by: oguzhankoral <oguzhankoral@gmail.com>
* moves all built elements conversions to top level element converter and class property extractor * adds safeguards to properties, parameters, and display value extractors * Update ParameterExtractor.cs * fixes family prop * adds type as prop to all elements * WIP: Various level fixes (#402) * feat: makes levels dicts and memoizes converter * feat: makes top level props also not detached * feat: unifies `level` extraction in top level * fix: linting * refactors local function in tekla model object to speckle converter * update revit element converter to use revitobject * adds grids to class properties extractor * Update Speckle.Converters.RevitShared.projitems * updates to nuget version dev.199 * moves category assignment to all top level converters * reverts to send 2, removes profile props --------- Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com>
* Use SuspendingObservableCollection * updates * Use thread-safe models * handle loading * fix up tekla * remove option * fix suspension * Revit shouldn't register changed twice. top level goes to base class * use suspension when loading * forgot include * lock saving like loading * Remove public accessor * Require a document store for each DUI usage * simpify load and state saving since we don't need to observe the collection externally * added back property for javascript UI * fmt * move progress handling to own classes * fmt * fmt * fix up diff * Fix merge * adjust sending progress --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
* adds teklamaterialcahce * Revert "adds teklamaterialcahce" This reverts commit 3fbba01. * detach applicationids from displayvalue --------- Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
* receive colors with fallback conversions * don't pass Base unnecessarily * material fix * only pass applicationId * note for the new variable * typo * typo2 * typo3 --------- Co-authored-by: Claire Kuang <kuang.claire@gmail.com> Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
oguzhankoral
approved these changes
Nov 27, 2024
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.
Just your normal update