Message 1 of 2
Getting started with writing Addin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I've been looking to write an addin to add Voronoi diagrams as a sketch and don't have too much experience with the framework that exists in Fusion for adding in scripts/addins. Might anyone be able to recommend some sources/references that'd be helpful for getting started? I also seem to have issues with numpy not being found as I seem to get ModuleNotFound errors when debugging my seperate test script; I don't have too much experience with Python but am able to get the script to run fine when I run it by itself as opposed to when running it through the addin.