Modules - Smashing-Tech/Smash-Hit-Blender-Tools GitHub Wiki
Segment export
Handles exporting segments.
Segment import
Handles importing segments.
Mesh baker
Contains a script to bake a mesh. It is usually used as part of SHBT, though it can also be used by itself.
Usage from CLI:
$ python ./bake_mesh.py (input) (output) [optional: template file]
Obstacle DB
This contains a very basic obstacle database. It can also load a text file that contains a list of custom obstacles.
Server
This is the quick test server module. It contains the HTTP server that Smash Hit can load files from.
Updater
This contains a script to check if Blender Tools is up to date, and pop up a message if it is not.
Common
Contains common constants throughout blender tools.