Skip to content

widberg/blender_fuel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blender_fuel

Blender scripts for FUEL's object formats.

This repository is a relative of the main FMTK repository.

Table of Contents

addons/blender_fuel

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.

legacy

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.

Related Information

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.

Getting Started

For Users

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.

For Developers

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages