Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Modules

knot126 edited this page Nov 15, 2022 · 1 revision

Segment export

segment_export.py

Handles exporting segments.

Segment import

segment_import.py

Handles importing segments.

Mesh baker

bake_mesh.py

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

obstacle_db.py

This contains a very basic obstacle database. It can also load a text file that contains a list of custom obstacles.

Server

server.py

This is the quick test server module. It contains the HTTP server that Smash Hit can load files from.

Updater

updater.py

This contains a script to check if Blender Tools is up to date, and pop up a message if it is not.

Common

common.py

Contains common constants throughout blender tools.