Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>BMD Fusion ScriptingNew to Visual Studio Code? Get it now.
BMD Fusion Scripting

BMD Fusion Scripting

Ember Light VFX

|
492 installs
| (2) | Free
A collection of helping fusion scripting tools
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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!

Development

Update BMD-Fusion-Scripting-Stubs submodule

git submodule update --remote --merge

Npm initialization

npm install
npm run compile
npm run watch

Before running and debugging the extension, run npm run watch

To build

First run the npm initialization Make sure you have vsce installed

npm install -g @vscode/vsce

Update the submodule and then package

git submodule update --remote --merge
vsce package

To publish

vsce publish

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft