-
Notifications
You must be signed in to change notification settings - Fork 665
Loading icons (Obsoleted)
Aaron (Qilong) edited this page Jul 1, 2025
·
1 revision
Please check out our Developer Primer instead.
Consider the example of loading icon for &&(and).
-
Go to src\Resources\
-
Find folder with your Project (if it's not presented create it).
Note: Operators are generating directly in Dynamo. So, that's why, they don't have their own project. In this case we use by default DynamoCore.

-
Go to folder SmallIcons
-
Rename icon like
FunctionDescriptor.Name.Small.png (e.g. and.Small.png) -
Add to git like: $ git add C:/../Dynamo/scr/Resources/*.png
-
Open Project DynamoIcons.
-
Choose appropriate file of resources and open it.

- Drag and drop your image here.

-
Got to properties and change Persistence from "Linked at compile time" to "Embedded in .resx".
-
Delete Resource folder.
-
Rebuild DynamoIcons.
-
Run Dynamo.
Looking for help with using the Dynamo application? Try dynamobim.org.
- Dynamo 2.0 Language Changes Explained
- How Replication and Replication Guide work: Part 1
- How Replication and Replication Guide work: Part 2
- How Replication and Replication Guide work: Part 3