Fusion 360 Application Plugin that enables exporting and importing model parameters into a comma seperated values (CSV) file.
This plugin is available directly from Autodesk's App Store where you can download it with a convenient installer for you platform. However, if you would like to make modification to the python source code, an installation from source may be the right thing for you.
Ensure to restart Fusion 360 after installation of this plugin.
$ cd ~
$ mkdir src
$ cd src
$ git clone https://github.com/gregfu/ParameterIO_Python.git
$ cp -r ParameterIO_Python/ParameterIO.bundle ~/Library/Application\ Support/Autodesk/ApplicationPlugins
First see How to install sample Add-Ins and Scripts
Then have a look at the help file
Samples are licensed under the terms of the MIT License. Please see the LICENSE file for full details.
Written by Wayne Brill
(Autodesk Developer Network)