Skip to content

Load icon for class button

Ian Keough edited this page Aug 24, 2015 · 1 revision

Consider the example of loading icon for Excel.

  1. Go to src\Resources\

  2. Find folder with your Project (if it's not presented create it). Note: name of folder is equal to . resx file, so it's easy to find appropriate file of resources.

image

  1. Go to folder SmallIcons

image

  1. Rename icon like NameOfClass.Small.png (Excel.Small.png)

image

  1. Add to git like: $ git add C:/../Dynamo/scr/Resources/*.png

  2. Open Project DynamoIcons.

image

  1. Choose appropriate file of resources and open it.

image

  1. Drag and drop your image here.

image

  1. Got to properties and change Persistence from "Linked at compile time" to "Embedded in .resx".

image

  1. Delete Resource folder.

image

  1. Rebuild DynamoIcons.

image

  1. Run Dynamo.

Releases

Roadmap

How To

Dynamo Internals

Contributing

Python3 Upgrade Work

Libraries

FAQs

API and Dynamo Nodes

Clone this wiki locally