Giter VIP home page Giter VIP logo

fusionidea's Introduction

About

This is a plugin for IntelliJ IDEA/PyCharm that facilitates developing Fusion 360 scripts. It supports launching and debugging scripts in Fusion 360, directly from within IDEA.

This plugin was developed on windows. I would be surprised if it worked on a mac. If someone is interested on adding support for mac, I would be happy to provide pointers for what may need to be changed.

Installation

The plugin can be installed via the built-in plugin repository in IDEA.

Note: Previous versions of the plugin required installation of a small add-in in Fusion 360. This is no longer required for current versions of the plugin.

Usage

You add Fusion 360 support to a module by adding the Fusion 360 facet. See, e.g. Open Module Settings -> Facets. Once you add the facet, take a look at its configuration options, and ensure the path to the Fusion360.exe executable is set correctly.

Then, just write a Fusion 360 script as per usual. Once you are ready to run it, you can create a new "Fusion 360 Python Script" run configuration, and then run or debug it as you would expect.

Features

  • Run script in Fusion 360
    • launches a script in Fusion 360, as if you had run it from the AddIn window
  • Debug script in Fusion 360
    • launches a script in fusion 360 and attached a debugger, letting you stop at breakpoints, and all the usual debuggery goodness.
  • Attach to Process
    • attaches to a Fusion 360 process without running a script. Any breakpoints will be hit if Fusion happens to run the breakpointed code. e.g. if you start the script manually in Fusion 360 itself.
  • Automatically adds a dependency for the Fusion Python APIs to the module, for autocomplete, contextual docs, etc.

fusionidea's People

Contributors

jesusfreke avatar

Watchers

James Cloos avatar Nathan Argetsinger avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.