aparajit-pratap
aparajit-pratap
### Purpose See [slack thread](https://autodesk.slack.com/archives/C01C8GGT9EY/p1656409906857579).  ### Declarations Check these if you believe they are true - [ ] The codebase is in a better state after this PR -...
P### Purpose Return object instead of IList from ReplicationLogic Hopefully this should address https://jira.autodesk.com/browse/DYN-5152 ### Declarations Check these if you believe they are true - [x] The codebase is in...
### Purpose https://jira.autodesk.com/browse/DYN-5119 Add support to UnwrapElement for marshaling CPython dictionary I basically tested the fix with the RC2.15_Revit2023.1 branch based on the Revit version I have installed, which is...
### Purpose Use lightweight geometry primitives lib for direct manipulation geometry. Note: This PR still uses a mix of ProtoGeo and geometry primitive types as the Geometry primitives library doesn't...
BACKGROUND: - What led to this work, and what is the broader context of this change? DESCRIPTION: - What does this PR specifically accomplish? TESTING: - How should a reviewer...
### Purpose This PR depends on https://github.com/DynamoDS/Dynamo/pull/14840 first being merged into Dynamo 3.0.3. If not for 3.0.3, it can wait until the Dynamo PR is merged into 3.1. ~~It skips...
...BlockTraverse to reuse class in Dynamo for CodeToNode implementation
### Purpose This is an attempt to load packages at the time of opening a workspace by looking at the workspace references and only loading the necessary packages from the...
### Purpose This adds the capability to perform a static cyclic dependency detection at the Dynamo graph level before each graph run (delta execution). If a cycle is detected, other...
### Purpose Tried a zoom level based LOD for rendering by re-tessellating geometry for every camera changed event taking into account the camera positon. This PR goes hand-in-hand with [changes...