Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
update links and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gk7huki committed Dec 28, 2019
1 parent 5bd7fd1 commit 5d2757a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 5 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Changelog
# Changelog

## 2019-12-30

Version [`rva_19.1230`](https://github.com/Yethiel/re-volt-addon/releases/tag/rva_19.1230)

**Topics**: Hull, Textures, Mesh

- **Modifications**
- Support up to 65535 polys per object (World Mesh, PRM and NCP).
- **TexAnim**:
- Support up to 1024 slots.
- 64 textures selectable.
- UV coords outside (0,1).
- **Fixes**
- **Hulls**:
- Support for non-centered hulls exported by `prm2hul`.
- `qhull` files are created in addon path to avoid permission issues.
- Fixed a missing newline in `qhull` input file.
- Properly handle empty `qhull` output.
- Fixed links to docs and GitHub issues.

## 2019-08-16

Expand Down
26 changes: 24 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 2019-12-30

Version [`rva_19.1230`](https://github.com/Yethiel/re-volt-addon/releases/tag/rva_19.1230)

**Topics**: Hull, Textures, Mesh

- **Modifications**
- Support up to 65535 polys per object (World Mesh, PRM and NCP).
- **TexAnim**:
- Support up to 1024 slots.
- 64 textures selectable.
- UV coords outside (0,1).
- **Fixes**
- **Hulls**:
- Support for non-centered hulls exported by `prm2hul`.
- `qhull` files are created in addon path to avoid permission issues.
- Fixed a missing newline in `qhull` input file.
- Properly handle empty `qhull` output.
- Fixed links to docs and GitHub issues.

## 2019-08-16

Version [`rva_19.0816`](https://github.com/Yethiel/re-volt-addon/releases/tag/rva_19.0816)
Expand All @@ -14,7 +34,7 @@ Version [`rva_19.0816`](https://github.com/Yethiel/re-volt-addon/releases/tag/rv
- **Modifications**
- Changed convention for texture images names in blender, support for 64 (possible up to 702) track textures with backward compatibility.
- **Fixes**
- Fix NCP face triangulation. Ensure invalid NCP flags are stripped on export.
- Fixed NCP face triangulation. Ensure invalid NCP flags are stripped on export.
- Better color layer compatibility for Blender 2.79 (sub 2) and above.

## 2018-08-01
Expand Down Expand Up @@ -83,6 +103,7 @@ Version [`rva_18.0430`](https://github.com/Yethiel/re-volt-addon/releases/tag/rv
- *Prefer Solid Textured Mode* is now disabled by default

## 2018-02-25

Version [`rva_18.0225`](https://github.com/Yethiel/re-volt-addon/releases/tag/rva_18.0225)

- **Additions**
Expand All @@ -94,6 +115,7 @@ Version [`rva_18.0225`](https://github.com/Yethiel/re-volt-addon/releases/tag/rv
- New system for handling import and export errors

## 2018-02-19

Version [`rva_18.0219`](https://github.com/Yethiel/re-volt-addon/releases/tag/rva_18.0219)

- **Additions**
Expand Down Expand Up @@ -191,7 +213,7 @@ Version [`rva_17.1009`](https://github.com/Yethiel/re-volt-addon/releases/tag/rv

## 2017-10-07

Version `rva_17.1007`
Version [`rva_17.1007`](https://github.com/Yethiel/re-volt-addon/releases/tag/rva_17.1007)

- **Tool panels**
- Fixed a bug where the tool panels became unusable after CTRL Z.
Expand Down
4 changes: 2 additions & 2 deletions io_revolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
"blender": (2, 79, 0),
"location": "File > Import-Export",
"description": "Import and export Re-Volt file formats.",
"wiki_url": "https://yethiel.github.io/re-volt-addon/",
"tracker_url": "https://github.com/Yethiel/re-volt-addon/issues",
"wiki_url": "https://re-volt.github.io/re-volt-addon/",
"tracker_url": "https://github.com/Re-Volt/re-volt-addon/issues",
"support": 'COMMUNITY',
"category": "Import-Export"
}
Expand Down

0 comments on commit 5d2757a

Please sign in to comment.