Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0055 committed Jan 3, 2024
1 parent eb6f159 commit 7e7a85e
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,25 @@ An official plugin for Blender that allows users to create custom blocks for TMU
- ``Lighting``
- ``Occlusion``
- Custom ground and air spawn location support
- ``Point`` and ``Spot`` lighting

## How to install
### Windows
TODO
### Linux
TODO
## Installation
### Before installation
You have to install ``python-lzo`` library required by the plugin.

#### Linux
Linux users can install ``python-lzo`` library using ``pip``.

Alternatively, you can install ``python-lzo`` using Blender's console by typing following code:

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

#### Windows
Official installation of the ``python-lzo`` library using ``pip`` is complicated.
You have to install [...] from website [...], unpack the pyd file and move it to [...] folder.

### 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.

0 comments on commit 7e7a85e

Please sign in to comment.