Dynamo
Dynamo copied to clipboard
Open Source Graphical Programming for Design
### Dynamo Version 3.2.2.5494 ### Host Alias ### Operating System Microsoft Windows NT 10.0.22631.0 ### What did you do? When use the PolyCurve.OffsetMany component, it generates too many control points...
# Issue Description Please fill in the following information to help us reproduce the issue: ## Dynamo version Dynamo: `2.19.3.6394` ## Operating system OS: `Microsoft Windows NT 10.0.26100.0` ## What...
### Dynamo Version 3.2.1.5366 ### Host _No response_ ### Operating System Microsoft Windows NT 10.0.19045.0 ### What did you do? I append items to a list. ### What did you...
### Purpose There's a piece of code that gets evaluated every time you move the mouse and currently does effectively nothing. It does nothing because the NodeView's template was modified...
### Purpose The current json serialization implementation relies on using regexes and string replacement to fix up and change json files on read and write. It also serializes, deserializes then...
### Purpose This PR replaces the node hashset in annotations (groups) with a dictionary. The reason for this is to enable looking up group nodes by guid. Currently this is...
### Purpose When changing many nodes and connectors at the same time during deletion, undo and redo, a lot of time is spent looking for the end nodes of connectors....
### Purpose Dynamo uses a lot of regexes in many places, many of which can be made static, since the regex pattern never changes. This PR changes most of the...
### Purpose Imagine you have 10 very large graphs in your recent files list. Every time the start page opens, it reads the entire contents of those files (plus any...
### Purpose This function is in the hot path when loading a workspace, and takes a disproportionate amount of time given its complexity. This PR reduces the time spent by...