Skip to content

An official plugin for Blender that allows users to create custom blocks for TMUnlimiter 2.0 and export them in GBX format.

License

Notifications You must be signed in to change notification settings

tomek0055/tmunlimiter_blender_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

tmunlimiter_blender_plugin

An official plugin for Blender that allows users to create custom blocks for TMUnlimiter 2.0 and export them in GBX format.

Features

  • Support for Classic and Road block types.
  • Support for Start, Checkpoint, Finish and StartFinish waypoint blocks.
  • Support for ground and air block variations
  • Support for game materials from all united environments
  • Custom texture support
    • Texture filtering
    • Texture addressing
    • Texture type support:
      • Diffuse
      • Specular
      • Normal
      • Lighting
      • Occlusion
  • Custom ground and air spawn location support
  • Support for defining block units
  • Point and Spot lighting

Installation

Before installation

You have to install python-lzo library required by the plugin.

Linux

Linux users can install python-lzo library using pip, either in command-line :

$ pip3 install python-lzo

or using Blender's python console like this :

import pip
pip.main(["install", "python-lzo"])

If you get an error: externally-managed-environment, you need to install python-lzo using your system's package manager, for instance:

$ sudo pacman -S python-lzo

Windows

Windows version of Blender comes with its own python. You need to install python-lzo using Blender's python console like this :

import pip
pip.main(["install", "python-lzo"])

Install plugin

You can install this plugin by going to the Preferences > Add-ons and clicking Install... button and choosing the zip file found in the releases section.

About

An official plugin for Blender that allows users to create custom blocks for TMUnlimiter 2.0 and export them in GBX format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages