Adam Hathcock
edebc8e98f
Remove Revit file entity check as we're storing model card state only in DB and not the file ( #1100 )
2025-09-18 10:42:45 +01:00
Jedd Morgan
8c21e2362b
Merge pull request #1098 from specklesystems/jrm/CA2254
...
Chore(build): Enforce CA2254
2025-09-18 10:25:27 +01:00
Björn Steinhagen
5d40645aef
fix(revit): prevent exceptions from corrupted settings with defaults ( #1096 )
...
* fix: add defensive handling for corrupted settings in managers
* fix: add Newtonsoft attributes to protect settings Value properties
* refactor: extract Revit setting IDs to constants class
* refactor: adam comments
* fix: add try-catch for document deserialization failures
* fix: cleanup
* fix: pr comments
* fix: reduce defining defaults with constants
* fix: pr comments and touchups
* fix: remove unnecessary using statement
* fix: null string not needed
* chore: cleanup
* chore: default
* fix: send not receive setting
* chore: more cleanups
* refactor: ambiguity with reference point settings for publish and load
2025-09-18 11:11:34 +02:00
Adam Hathcock
b5ad4ac32f
trying to avoid null exceptions ( #1095 )
...
* trying to avoid null exceptions
* more document nulls?
2025-09-17 10:12:06 +00:00
Adam Hathcock
2a2801eced
Avoid using blam operator to ignore nulls ( #1071 )
...
* Avoid using blam operator to ignore nulls
* Making more null docs be handled
* formatting
* throw instead of silent failure
* push dependencies upwards
* push up more document handling
* Pass doc rather than regetting it
* added comment
* move doc null check
2025-09-17 11:04:18 +01:00
Jedd Morgan
6289565f66
Scale units scalling text entities ( #1094 )
2025-09-16 06:32:12 +02:00
Claire Kuang
8ed6eebc2c
fix(grasshopper): converts exceptions to warnings if non-acceptable inputs are detected ( #1093 )
2025-09-15 14:04:24 +00:00
Björn Steinhagen
58afaecce2
feat(etabs): adds modal results to analysis extractor ( #1080 )
...
* feat: adds ModalParticipatingMassRatios to analysis results
* feat: adds ModalParticipationFactors to analysis results
* feat: adds ModalPeriod to analysis results
* fix: add new extractors
* fix: duplicate const
* fix: service registrations
* refactor: mode instead of step
* chore: remove extractors with etabs api bug
2025-09-15 10:39:44 +00:00
Adam Hathcock
93c6df41fd
Update to SDK 3.5.4 ( #1092 )
...
* Update to SDK 3.5.4
* chore: remove hack
---------
Co-authored-by: Björn <steinhagen.bjoern@gmail.com >
2025-09-15 07:49:13 +00:00
Mucahit Bilal GOKER
f3bcb55d8a
feat(revit): add groupName property ( #1081 )
...
* add group name
* chore: adds PR comment as TODO
2025-09-13 07:23:05 +02:00
Björn Steinhagen
0f32cb3c6d
feat(grasshopper): add "Always select all" toggle to Collection and Property Selectors ( #1090 )
...
* fix: expose Select All and Invert Selection in ValueSet context menu
* feat: "Always select all" toggle to collection and property selectors
* refactor: auto-select instead of always select
---------
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2025-09-13 06:59:54 +02:00
Björn Steinhagen
f948417e31
fix(grasshopper): QueryProperties handles list-valued properties ( #1089 )
...
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2025-09-12 15:50:12 +01:00
Claire Kuang
2ddd96ebea
adds new png for expand icon ( #1091 )
2025-09-12 13:27:44 +01:00
Jedd Morgan
06fd46a7e3
Merge pull request #1088 from specklesystems/jrm/rhino-rc-testing
...
feat(importer): go back to using OpenHeadless for 3dm files
2025-09-11 15:29:14 +03:00
Jedd Morgan
333ef4bb71
Refactor(metrics)!: Refactor metrics tracking to avoid defaults ( #1082 )
...
* Refactor metrics to avoid fallbacks
* Bump sdk
* fix tests
* require email scope for grasshopper token url node
2025-09-10 16:54:50 +00:00
Jedd Morgan
4bf7fc9ce1
Update dev with main for release (do not squash) ( #1087 )
2025-09-10 17:35:48 +01:00
Jedd Morgan
7e0014bdcc
Merge branch 'main' into jrm/dev-main3
2025-09-10 17:33:13 +01:00
Björn Steinhagen
b695a95032
fix(grasshopper): clear Base.id to force serializer recomputation of mutations ( #1084 )
...
* fix: clear `Base.id` to force serializer recomputation of mutations
* fix: same treatment for blocks
---------
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2025-09-10 17:07:22 +01:00
Björn Steinhagen
fa1a6d0ac2
fix: catch non-fatal exceptions when extracting workset properties from linked models ( #1085 )
...
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2025-09-10 16:53:37 +01:00
Björn Steinhagen
a42c8bd825
fix: early return and safety guard to ExpandSpeckleProperties parameter creation ( #1083 )
2025-09-10 16:48:13 +01:00
Björn Steinhagen
9ef3768845
fix: FilterSpeckleObjects material and property key filtering ( #1079 )
2025-09-09 14:09:21 +01:00
Björn Steinhagen
94f04c9aeb
fix(grasshopper): working with SpeckleProperties list values ( #1077 )
...
* fix: preserve GH_ParamAccess types during parameter discovery in DeconstructSpeckleParam
* chore: unnecessary string interpolation
* feat: `ExpandSpeckleProperties` component
* adds icon
* chore: cleanup
* chore: capital P
---------
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2025-09-09 08:16:03 +01:00
Jedd Morgan
0dcd9b2626
feat(rhino-importer): Implement compute budget and align retrying policy with py ( #1074 )
...
* first pass
* Jedd and Iains changes
* re-queue the job if we can't report it as failed
* log context
* Add file type to scoped context
2025-09-08 16:26:53 +01:00
Adam Hathcock
475a76f765
fix(sdk) move the logging addition for connectors ( #1059 )
...
* move the logging addition for connectors
* use SetMinimumLevel on both sides of the ilmerge barrier
2025-09-08 15:14:43 +00:00
dependabot[bot]
b79c547027
chore(deps): bump actions/setup-dotnet from 4 to 5 ( #1078 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: '5'
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>
2025-09-08 15:41:54 +01:00
Claire Kuang
f09e60fe02
fix(grasshopper): updates sample scripts ( #1076 )
...
* updates sample scripts
* adds text
2025-09-08 14:08:44 +00:00
Björn Steinhagen
b708d2d265
fix(grasshopper): QuerySpeckleObjects crashes with type-specific outputs when path is set ( #1072 )
...
* fix: `QuerySpeckleObjects` index out of range with type-specific outputs and path filtering
* chore: unnecessary using statement
* refactor: simplify ternary operator chain to if statements
---------
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2025-09-08 15:49:17 +02:00
Björn Steinhagen
66302f5ab3
fix: collection order inconsistency in RootObjectUnpacker ( #1075 )
...
* fix: collection order inconsistency in RootObjectUnpacker
* fix: adam
* refactor: use List instead of HashSet in SplitAtomicObjectsAndInstances
* fix: no need for .ToArray()
* chore: sdk version bump
2025-09-08 13:14:37 +02:00
Adam Hathcock
7f343596fc
Use FirstOrDefault more ( #1073 )
2025-09-05 13:09:07 +01:00
Adam Hathcock
3f74a7aa3e
use FirstOrDefault again ( #1069 )
...
Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com >
2025-09-04 15:59:32 +00:00
Björn Steinhagen
d63b6604fc
feat(grasshopper): add extract parameter functionality ( #1070 )
2025-09-04 16:24:54 +02:00
Jedd Morgan
66c73e17bf
Merge pull request #1066 from specklesystems/dev
...
.NET Build and Publish / build-windows (push) Has been cancelled
.NET Build and Publish / build-linux (push) Has been cancelled
.NET Build and Publish / deploy-installers (push) Has been cancelled
dev to main
v3.8.1
2025-09-03 16:21:40 +01:00
Jedd Morgan
f03c4c00a3
Merge pull request #1068 from specklesystems/jrm/back-merge
...
Main -> Dev backmerge
2025-09-03 16:17:28 +01:00
Jedd Morgan
607c5dc58d
Merge branch 'dev' into jrm/back-merge
2025-09-03 16:16:31 +01:00
Adam Hathcock
dc94724800
fix(Revit) - Getting a key on exception could result in null reference exceptions ( #1064 )
...
* Getting a key on exception could result in null reference exceptions
* Unique id does not exist?
* Use CreationGUID which isn't null
* add comment
* Generate keys differently
* more robust solution that doesn't use hashcode
2025-09-03 16:13:39 +01:00
Adam Hathcock
62835613e6
Never use First() as it can be missing ( #1065 )
2025-09-03 15:32:15 +01:00
Jedd Morgan
6f88da92bb
Skp import config ( #1061 )
2025-09-02 17:31:53 +01:00
Jedd Morgan
083548b33c
Add metrics to rhino Importer ( #1063 )
2025-09-02 17:31:28 +01:00
Jedd Morgan
20bc675ad2
Disable 3dm config due to bug in OpenHeadless ( #1062 )
2025-09-02 15:54:33 +00:00
Claire Kuang
fe3d4e5544
feat(rhino): adds user dictionary to object props ( #1046 )
...
* adds user dicts to rhino
* defaults to string value
---------
Co-authored-by: Björn <steinhagen.bjoern@gmail.com >
2025-09-02 15:56:56 +01:00
Björn Steinhagen
ff5cdf47df
feat(etabs): add result extraction with UI integration ( #1044 )
...
* feat: poc hack
- just send some results as Base to serve as a discussion point
* refactor: column forces extraction class
* feat: column forces compound keys
* feat: basic check if results available
* Revert "Merge remote-tracking branch 'origin/dev' into bjorn/properties-curation-structural-connectors-analysis-results"
This reverts commit 4b88fc150f , reversing
changes made to 855240b713 .
* Reapply "Merge remote-tracking branch 'origin/dev' into bjorn/properties-curation-structural-connectors-analysis-results"
This reverts commit 57f66dea7b .
* feat (etabs): multi-selectable dropdowns for analysis result (#1019 )
* integrated ui components
* populates the dropdown
* format
* removed filtering logic
* feat(etabs): replace database table extraction with direct Results API for analysis results (#1024 )
* feat: first steps in linking ui to results extractor
* refactor: simple frame force extractor
* refactor: flexible extractor
* chore: cleanup
* refactor: computed property
* feat(etabs): add UI integration for dynamic result type selection (#1025 )
* refactor: linking up results type
* fix: send settings
* feat(etabs): adds more extractors (#1026 )
* feat: adds `BaseReact` extractor
* refactor: repeating strings under constants
* fix: array processing only
* feat: adds `PierForce`extractor
* feat: adds `SpandrelForce` extractor
* feat: adds `StoryDrifts` extractor
* fix: missing key in selection shouldn't throw
* feat: adds `JointReact` extractor
* refactor(etabs): improve load case validation and error handling
* fix: case status validation
* fix(etabs): correct Zip method syntax for load case validation
* refactor(etabs): simplify validation by throwing `SpeckleException`inside `LoadCaseManager`
* refactor: add unit information
---------
Co-authored-by: Dogukan Karatas <61163577+dogukankaratas@users.noreply.github.com >
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2025-09-02 11:39:36 +02:00
Jedd Morgan
c04cdacef9
chore(fileImport): Jedd/cnx 2444 rename rhino file importer to something else ( #1060 )
...
* Workaround for rhino materials
* update file importer name and slug
* fix
* Use host app name
* delete empty file
2025-09-01 15:58:27 +00:00
Jedd Morgan
ee32f320ee
Workaround for rhino materials ( #1058 )
2025-09-01 18:50:34 +03:00
Björn Steinhagen
57ede4cabd
fix(revit): preserve selection intent while maintaining dynamic filter behavior ( #1054 )
...
* fix: poc hackady hack-hack
* docs: comments
* refactor: simpler
2025-09-01 11:09:28 +02:00
Iain Sproat
dc575a9f78
Merge pull request #1056 from specklesystems/iain/web-4118-timing-out-the-background-job-does-not-time-out-the
...
fix(importer/rhino): server handles terminal job status transitions
2025-08-29 15:16:45 +01:00
Jedd Morgan
41e1faf655
Merge branch 'dev' into iain/web-4118-timing-out-the-background-job-does-not-time-out-the
2025-08-29 14:46:36 +01:00
Björn Steinhagen
e4b26c92fd
feat: publish blocks respecting hidden objects ( #1057 )
2025-08-29 15:10:42 +02:00
Jedd Morgan
12ea8a4597
Format
2025-08-29 10:41:25 +01:00
Jedd Morgan
0023ab1622
feat(rhinoImporter): Fbx config ( #1055 )
...
* Add fbx config
* actually use it
2025-08-29 08:38:46 +01:00
Iain Sproat
c5a6208f7e
fix typo
2025-08-29 08:33:15 +01:00