This is an extension that provides some useful functions to help with Addin development.
Automatically detects and sets the following settings for the Python Interpreter if you open a Python Addin with a manifest.
python.pythonPath
: enables this and points to Fusion Python Locationpython.autoComplete.extraPaths
: adds the adsk library for autocomplete
This can be manually reset with the following commands:
Shift+P
+Link Fusion 360 Libraries
Fusion 360 must be installed on your machine in order for the extension to locate the addin files for configuration.
Entension includes the following settings in contributes.configuration
This extension contributes the following settings:
fusion-360-helper.enabled
: enable/disable this extensionfusion-360-helper.fusionPath
: fusion 360 application pathfusion-360-helper.python.pythonPath
: fusion 360 python pathfusion-360-helper.python.extraLibs
: fusion 360 library definition locations
- OSX Start Fusion 360 Service not currently working
- OSX still wants an interpretor on my machine for some reason
See CHANGELOG.md
This is privately published and the above logo featured is a trademarked symbol of the Autodesk Coporation. I am publishing this as an individual to benefit the general public. I do not intend to imply Autodesk is in any way liable for any code published by this account or in this extension. Nor anything said or done by the Extension.