NOTE: Developing FUSEE Apps is currently only supported on Windows operating systems.
Before following the FUSEE installation instructions on this page, make sure all Necessary Tools are installed.
Installing
dotnet tool install -g Fusee.Tools.CmdLine
dotnet new install Fusee.Template.dotnet
On Computers managed by an administrator such as classroom PCs it might be necessary to additionally set PATH=%PATH%;%USERPROFILE%\.dotnet\tools
.
Uninstalling
dotnet tool uninstall -g Fusee.Tools.CmdLine
dotnet new uninstall Fusee.Template.dotnet
Updating
dotnet tool update -g Fusee.Tools.CmdLine
Usage
fusee
and follow the help text.
Install/Enable the FUSEE Blender Add-on within Blender
- Download the io_export_fus.zip Blender Add-On
- Open Blender
- Open the
User Preferences
window ("File → Preferences" orCtrl+Alt+U
) - Open the
Add-ons
Tab - Under Supported Level activate Testing (The FUSEE Blender Add-on is still experimental).
- Click the
Install
button - Goto the
io_export_fus.zip
location and select it - Click the
Install Add-on
button - Activate the Add-on by checking the check-box.
- Save User Settings and close the User Preferences window.
- Blender's File->Export menu should now contain the FUS (.fus) option capable of writing FUSEE's .fus file format for 3D Assets.