Skip to content
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

Merged
merged 37 commits into from
Sep 19, 2024

Commits on Sep 9, 2024

  1. feat(dui3): re-enables receive binding

    probably the fourth time
    didimitrie committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    54a3a45 View commit details
    Browse the repository at this point in the history
  2. chore(revit): drastic cleanup

    maybe too drastic, we will see soon
    didimitrie committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0af84a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdbb20e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    24f86ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4abd26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f84a9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    807d9ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05f30e3 View commit details
    Browse the repository at this point in the history
  6. David/cnx 443 selection (#231)

    * highlight works
    
    * use status.success on receive success
    
    * question comment
    kekesidavid authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cfb20de View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. wip

    kekesidavid committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7f1e00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f857f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9823cec View commit details
    Browse the repository at this point in the history
  4. wip

    didimitrie committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    92bbddb View commit details
    Browse the repository at this point in the history
  5. feat(dui3): adds prototype grouping by collection

    and adds todos
    didimitrie committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5d8d572 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18c8d44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ce34d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38ed784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1b0832 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81f35f6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #237 from specklesystems/grouping-sandbox

    Grouping sandbox
    didimitrie authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0cc0897 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. David/cnx 409 2 add rendermaterial and color manager to connector (#242)

    * 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>
    kekesidavid and oguzhankoral authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0e87060 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    oguzhankoral committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e77b2e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d0988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90834bd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #243 from specklesystems/oguzhan/cnx-470-add-suppo…

    …rt-for-layer-render-materials
    
    Feat(revit): CNX-470 add support for layer render materials
    didimitrie authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1de58a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57407d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1053df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    206524a View commit details
    Browse the repository at this point in the history
  9. Remove using

    oguzhankoral committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    70e43dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e523ac View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    b8b9355 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from specklesystems/oguzhan/cnx-442-handle-in…

    …stances-blocks-local-to-global
    
    Feat(revit) CNX-442 handle instances blocks local to global
    didimitrie authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f74f9bc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. purge materials and groups in Revit before update (#245)

    * purge materials and groups in Revit before update
    
    * cleaner linq
    
    * renamed _groupManager to _groupBaker
    kekesidavid authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5caf403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e52cdd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge remote-tracking branch 'origin/dev' into revit-receive

    # 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
    oguzhankoral committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2fa3477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc394fa View commit details
    Browse the repository at this point in the history
  3. minor changes, logging, comments (#257)

    * minor changes, logging, comments
    
    * typo
    kekesidavid authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7a42a10 View commit details
    Browse the repository at this point in the history