I am still fairly new to the Dynamo world but that being said is there a way to figure out which packages that a script I built is using? Not the package manager but just in the script I built.
Download the Monocle package. That’ll help with that.
Thank you
Depending on what version you are in, Workspace References will also help with this
What is Workspace References?
From Dynamo 2.3 onwards, there is an extension called Workspace References
that shows you what packages your graph needs to run, and helps you install them if they are missing.
Please note that there has been ongoing development on this, and a few caveats, so depending on the version you are in it may look different to my image below
Thank you, I appreciate the info. I am running core 2.10
Awesome - then read about the first 3x blog posts (Should be fast) to get a handle on it You’ll have the
Packages
section as the other two sections are coming with Dynamo 2.13.
Alternative old school option…just open your .dyn in a text editor and search “ReferenceType”: “Package”