Blender scripts for FUEL's object formats.
This repository is a relative of the main FMTK repository.
The scripts in this directory operate on the object file directories, e.g. .Mesh_Z.d
, extracted by the dpc tool in recursive mode. They are intended to be loaded as an addon and interacted with using the GUI.
The scripts in this directory operate directly on the object files, e.g. .Mesh_Z
, extracted by the dpc tool. They are intended to be run from the "Scripting" view. Currently these scripts are more complete than the new addon scripts. These scripts will be removed once the new scripts reach feature parity with them.
Information about FUEL's coordinate systems and how they differs from Blender's is available in the fmtk wiki Coordinate Systems entry. The defunct FUEL Noesis scripts can be read for additional information.
Copy the addons/blender_fuel
directory to the Blender scripts/addons
directory or set the scripts path in Edit -> Preferences -> File Paths -> Data -> Scripts
to the root directory of the repository.
The Blender Development Visual Studio Code plugin can be used to ease development. Simply open the addons/blender_fuel
subdirectory in Visual Studio Code and follow the directions on the extension page.