Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicpp committed Dec 2, 2018
1 parent 5c16784 commit 260be0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
This file contains all release changelogs.

## [0.3.0] - 2018-12-02
### Added
- material/texture transparency
- option to search directories recursively
- improved material settings to render them more similarly to PteroEngine II

### Changed
- unified error reports
- create texture even for non-existent image file

### Fixed
- #3 multilayer uv mapping

## [0.2.0] - 2018-08-05
### Added
- importing materials/textures
Expand Down
2 changes: 1 addition & 1 deletion import_bes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
bl_info = {
"name" : "Vietcong BES (.bes)",
"author" : "Jan Havran",
"version" : (0, 2),
"version" : (0, 3),
"blender" : (2, 70, 0),
"location" : "File > Import > BES (.bes)",
"description": "Import Vietcong BES files",
Expand Down

0 comments on commit 260be0a

Please sign in to comment.