-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dim/dui3/send caching di (DUI3-79) (#3491)
* feat(dui3): wip send caching di implements rhino * fix(dui3): fixes fatal crash on object deleted and re-send/highlight i distinctly remember fixing this before in dui3 😔 * feat(dui3): di send cache in acad * wip(dui3): di cache revit wip * fix(revit): we seem to be cursed to be unable to do basic boolean logic * feat(dui3): wraps up di caching revit * feat(caching): cleanup * chore(dui3): rename arcgis object builder as others * feat(dui3): implements di cache in arcgis - NOT TESTED * chore(caching): adds comment on nullability * feat(arcgis): makes cache non-nullable * fix(caching): makes cache non-nullable where we know it's going to be non-nullable: specifically, in host app implementations of the root object builder and send bindings * chore(dui3): removes a bunch of dead code and comments * feat(caching): adds a "null" do nothing cache and makes it non-optional in the root object sender * chore(caching): removes unnecessary comment * fix(acgis): registers cache!
- Loading branch information
1 parent
dd0a8b3
commit 5f883e6
Showing
22 changed files
with
217 additions
and
218 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.