-
Notifications
You must be signed in to change notification settings - Fork 5
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
Revit receive first pass: reference geometry workflow (CNX-403) #254
Conversation
probably the fourth time
maybe too drastic, we will see soon
* highlight works * use status.success on receive success * question comment
and adds todos
Grouping sandbox
* materials wip * Make it work receiving render materials * MaterialBaker mods, cleanup * Address the PR comments * Remove invalid chars from structured material names --------- Co-authored-by: oguzhankoral <oguzhankoral@gmail.com>
…rt-for-layer-render-materials Feat(revit): CNX-470 add support for layer render materials
…stances-blocks-local-to-global Feat(revit) CNX-442 handle instances blocks local to global
* purge materials and groups in Revit before update * cleaner linq * renamed _groupManager to _groupBaker
# Conflicts: # Connectors/Revit/Speckle.Connectors.RevitShared/Bindings/RevitReceiveBinding.cs # Connectors/Revit/Speckle.Connectors.RevitShared/Operations/Receive/RevitHostObjectBuilder.cs # Connectors/Revit/Speckle.Connectors.RevitShared/Operations/Receive/TransactionManager.cs # Converters/Revit/Speckle.Converters.RevitShared/ToHost/Raw/RenderMaterialToHostConverter.cs # Converters/Revit/Speckle.Converters.RevitShared/ToHost/TopLevel/BrepToHostTopLevelConverter.cs # Converters/Revit/Speckle.Converters.RevitShared/ToHost/TopLevel/DirectShapeTopLevelConverterToHost.cs # Converters/Revit/Speckle.Converters.RevitShared/ToHost/TopLevel/GridlineToHostTopLevelConverter.cs # Converters/Revit/Speckle.Converters.RevitShared/ToHost/TopLevel/LevelToHostTopLevelConverter.cs # Converters/Revit/Speckle.Converters.RevitShared/ToHost/TopLevel/ModelCurveToSpeckleTopLevelConverter.cs # Converters/Revit/Speckle.Converters.RevitShared/ToHost/TopLevel/PointToHostTopLevelConverter.cs
* minor changes, logging, comments * typo
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #254 +/- ##
========================================
+ Coverage 7.38% 7.86% +0.48%
========================================
Files 243 235 -8
Lines 4767 4473 -294
Branches 564 523 -41
========================================
Hits 352 352
+ Misses 4400 4106 -294
Partials 15 15 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass at revit receive, where everything becomes a nested by collection direct shape.
CNX-403: Revit Receive: Reference Geometry Workflow