HowTo: Loading icons(example Geomerty.Point) - Benglin/Dynamo GitHub Wiki
Consider the example of loading icon for Geomerty.Point.
-
Go to src\Resources\
-
Find folder with your Project (if it's not presented create it).
-
Go to folder SmallIcons
-
Rename icon like
ClassName
.Small.png (e.g. Point.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.