Skip to content

Commit

Permalink
Prepare patch release 0.9.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
zellski committed Aug 10, 2019
1 parent b9c7d0a commit 3c08169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There are also some friendly & hands-on instructions available [over at Facebook

You can always run the binary with --help to see what options it takes:
```
FBX2glTF 0.9.6: Generate a glTF 2.0 representation of an FBX model.
FBX2glTF 0.9.7: Generate a glTF 2.0 representation of an FBX model.
Usage: FBX2glTF [OPTIONS] [FBX Model]
Positionals:
Expand Down Expand Up @@ -64,6 +64,7 @@ Options:
--blend-shape-tangents Include blend shape tangents, if reported present by the FBX SDK.
-k,--keep-attribute (position|normal|tangent|binormial|color|uv0|uv1|auto) ...
Used repeatedly to build a limiting set of vertex attributes to keep.
--fbx-temp-dir DIR Temporary directory to be used by FBX SDK.
Materials:
Expand Down
2 changes: 1 addition & 1 deletion npm/fbx2gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbx2gltf",
"version": "0.9.6",
"version": "0.9.7",
"description": "Node wrapper around FBX2glTF tools.",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/FBX2glTF.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <Windows.h>
#endif

#define FBX2GLTF_VERSION std::string("0.9.6")
#define FBX2GLTF_VERSION std::string("0.9.7")

#include <fmt/printf.h>

Expand Down

0 comments on commit 3c08169

Please sign in to comment.