Skip to content

Load A Custom Icon for a Node

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

What

On this page you'll see an example using Geometry.Point of how to load a custom icon for a node.

How

  1. Go to src\Resources\

  2. Find folder with your Project (if it's not presented create it).

image

  1. Go to folder SmallIcons

  2. Rename icon like ClassName.Small.png (e.g. Point.Small.png)

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

  4. Open Project DynamoIcons.

  5. 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".

  2. Delete Resource folder.

  3. Rebuild DynamoIcons.

  4. Run Dynamo.

Releases

Roadmap

How To

Dynamo Internals

Contributing

Python3 Upgrade Work

Libraries

FAQs

API and Dynamo Nodes

Clone this wiki locally