Dynamo icon indicating copy to clipboard operation
Dynamo copied to clipboard

Open Source Graphical Programming for Design

Results 474 Dynamo issues
Sort by recently updated
recently updated
newest added

### 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...

tracked

# 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...

Package Manager
tracked

### 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...

Python
tracked

### 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...

performance

### 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...

performance

### 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...

performance

### 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....

performance

### 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...

performance

### 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...

performance

### 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...

performance