Skip to content

Commit

Permalink
Merge pull request #74 from Darkblader24/master
Browse files Browse the repository at this point in the history
Fixed showing the wrong version number
  • Loading branch information
Darkblader24 committed Nov 29, 2018
2 parents 763e45b + 45ea6c3 commit 418613d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cats Blender Plugin (0.11.4)
# Cats Blender Plugin (0.11.5)

A tool designed to shorten steps needed to import and optimize models into VRChat.
Compatible models are: MMD, XNALara, Mixamo, Source Engine, Unreal Engine, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more
Expand Down Expand Up @@ -335,12 +335,18 @@ It checks for a new version automatically once every day.

## Changelog

#### 0.11.5
- **General**:
- Fixed showing the wrong version number in CATS

#### 0.11.4
- **Translations**:
- Fixed translations breaking due to a Google Translate API change (Thanks **BlueLament** for the fix!)
- **Custom Model Creation**:
- Fixed Attach Mesh throwing an error when the mesh has no vertex groups

#### 0.11.3 [YANKED]

#### 0.11.2
- **Model**:
- Fix: Joints and Rigidbodies now get deleted correctly
Expand Down Expand Up @@ -402,14 +408,6 @@ It checks for a new version automatically once every day.
- Updated mmd_tools
- Added future proof Google Translate maintenance fix (Thanks BlueLament!)

#### 0.10.1
- **Model:**
- Fixed "Apply as Rest Pose" deleting important shape keys
- **Translations:**
- Added option to use the old translations for shapekey translations
- **Optimization:**
- Fixed rare error when combining materials

Read the full changelog [here](https://github.com/michaeldegroot/cats-blender-plugin/releases).


Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
'author': 'GiveMeAllYourCats',
'location': 'View 3D > Tool Shelf > CATS',
'description': 'A tool designed to shorten steps needed to import and optimize MMD models into VRChat',
'version': [0, 11, 2], # Only change this version and the dev branch var right before publishing the new update!
'version': [0, 11, 5], # Only change this version and the dev branch var right before publishing the new update!
'blender': (2, 79, 0),
'wiki_url': 'https://github.com/michaeldegroot/cats-blender-plugin',
'tracker_url': 'https://github.com/michaeldegroot/cats-blender-plugin/issues',
Expand Down

0 comments on commit 418613d

Please sign in to comment.