Skip to content

Commit

Permalink
Update version.json, README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Dec 5, 2021
1 parent eaebf4d commit 67ce181
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Aperture 1.7

This update was made by Chryfi, and it features a groundbreaking feature which would allow combining CGI and Minecraft footage much much easier using Minema mod and Blender, by exporting tracking data in an importable format.

**Compatible** with McLib `2.3.6` and Minema `3.5` (optionally). It doesn't mean that future versions of McLib (or Minema) would be incompatible, but older versions are most likely incompatible.

<a href="https://youtu.be/v_OpT704Sp8"><img src="https://img.youtube.com/vi/v_OpT704Sp8/0.jpg"></a>

* Added tracking exporter, it exports:
* Metadata like FPS, video resolution, and more...
* Camera tracking data (position, rotation, FOV)
* Entity tracking data (position, body yaw)
* Morph tracking data (position, rotation, scale)
* Compatible with motion blur and held frames Minema options
* Needs [Blender import script](https://github.com/Chryfi/io_import_aperture_tracking) (it has multiple import options for further control)

## Aperture 1.6.1

This patch update fixes a couple of bugs.
Expand All @@ -23,8 +39,8 @@ This update is focused on adding Undo/Redo and limitations for non-OP users.
* Added alphabetical sorting to camera profile list
* Added **Undo/Redo** (`Ctrl + Z`/`Ctrl + Y`) to camera editor on per camera profile basis
* Added loop region selection (suggested by Chunk7) controlled with:
* `[` (start) and `]` (end) keys
* Ctrl + left click to control left end point, Ctrl + right click to control right end point, and Ctrl + middle click to reset loop selection
* `[` (start) and `]` (end) keys
* Ctrl + left click to control left end point, Ctrl + right click to control right end point, and Ctrl + middle click to reset loop selection
* Added a keybind to toggle keyframe editor visibility
* Added periodic auto-save option
* Changed `/aperture play` command's syntax to `/aperture play <camera_profile> [target]`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**ATTENTION**: This mod is **no longer being developed**, and it's maintained (bugs and crash fixes) until August/September of 2021. If you wish to continue the mod, feel free to check out the [source code](https://github.com/mchorse/aperture).
**ATTENTION**: This mod is **no longer being developed nor maintained by McHorse**. If you wish to continue the mod, feel free to check out the [source code](https://github.com/mchorse/aperture).

![Aperture](https://i.imgur.com/Wras78u.png)

Expand Down Expand Up @@ -38,7 +38,7 @@ This playlist is a **tutorial series**. It should teach you how to use Aperture

Meanwhile, this playlist contains a list of videos about **Aperture's updates**. These are so-called **change log** videos, which showcase new changes added to Aperture mod.

<a href="https://youtu.be/F6b_ScRB3gc?list=PL6UPd2Tj65nFLGMBqKaeKOPNp2HOO86Uw"><img src="https://img.youtube.com/vi/F6b_ScRB3gc/0.jpg"></a>
<a href="https://youtu.be/v_OpT704Sp8?list=PL6UPd2Tj65nFLGMBqKaeKOPNp2HOO86Uw"><img src="https://img.youtube.com/vi/v_OpT704Sp8/0.jpg"></a>

## Bug reports

Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/aperture",
"1.12.2": {
"1.7": "This update was made by Chryfi, and it features a groundbreaking feature which would allow combining CGI and Minecraft footage much much easier using Minema mod and Blender, by exporting tracking data in an importable format.",
"1.6.1": "This patch update fixes a couple of bugs.",
"1.6": "This update is focused on adding Undo/Redo and limitations for non-OP users.",
"1.5.2": "This patch update fixes a couple of bugs.",
Expand Down Expand Up @@ -51,8 +52,8 @@
"1.0": "First release of Aperture mod. This release has everything Blockbuster cameras had but more. It includes its own camera editor, and stuff that other camera mods has. Its all features are frame based, meaning this camera mod would work perfectly with Minema mod and without it."
},
"promos": {
"1.12.2-latest": "1.6.1",
"1.12.2-recommended": "1.6.1",
"1.12.2-latest": "1.7",
"1.12.2-recommended": "1.7",
"1.11.2-latest": "1.3.6",
"1.11.2-recommended": "1.3.6",
"1.10.2-latest": "1.3.6",
Expand Down

0 comments on commit 67ce181

Please sign in to comment.