Skip to content

Fusion API Add-In that adds a button to the UI that allows you to select a CSV file and then edits existing Attributes

Notifications You must be signed in to change notification settings

gregfu/ParameterIO_Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Parameter I/O (ApplicationPlugin, Python)

Fusion 360 Application Plugin that enables exporting and importing model parameters into a comma seperated values (CSV) file.

Intallation

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.

Installation from source (Mac):

Ensure to restart Fusion 360 after installation of this plugin.

Create directory for the source

$ cd ~
$ mkdir src
$ cd src

Clone the github repository

$ git clone https://github.com/gregfu/ParameterIO_Python.git

Copy the bundle to your plugins directory

$ cp -r ParameterIO_Python/ParameterIO.bundle ~/Library/Application\ Support/Autodesk/ApplicationPlugins

Restart Fusion 360

Older docs:

Usage:

First see How to install sample Add-Ins and Scripts

Then have a look at the help file

License

Samples are licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Written by Wayne Brill
(Autodesk Developer Network)

About

Fusion API Add-In that adds a button to the UI that allows you to select a CSV file and then edits existing Attributes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.0%
  • Python 34.0%