/BMD-Fusion-extension-for-VSCode

This extension for VSCode helps you setup your workspace to work as flawlessly as possible with BMD Fusion.

Primary LanguageTypeScript

BMD Fusion scripting extension for VSCode

Helps you setup your workspace to work as flawlessly as possible when scripting for BMD Fusion.

Scripting for Fusion

Installation

Download it from the marketplace: https://marketplace.visualstudio.com/items?itemName=EmberLightVFX.bmd-fusion-scripting

Features

  • Generate launch.json configs for your Fusion instance
    • Custom filepaths
    • Custom host
    • Lua and Python
    • Custom name
  • Add python stubs for Fusions python API to get IntelliSense support.
  • Execute scripts directly from VSCode

Generate launch configs

Create launch config Quicky setup launch configs for your workspace to launch your Fusion scripts directly from VSCode to your wanted Fusion host

Add python stubs for Fusions python API

Copy stubs Add fusion stubs for your workspace to get IntelliSense code suggestions directly in VSCode!

Execute scripts directly from VSCode

Execute scripts With everything installed you can now quick and easy do scripting for Fusion!

To build

cd .\BMD-Fusion-Scripting-Stubs\
git checkout -b local-main origin/main
git pull
cd ..
vsce package
vsce publish

Enjoy!