From a3f92a1c7a1cc1553bd9581845ef2542d55ee58f Mon Sep 17 00:00:00 2001 From: bgaldrikian Date: Thu, 25 Oct 2018 00:12:07 -0700 Subject: Fix for crash bug during ESS authoring Doc updates for AuthoringTool and ApexImporter Updated release notes --- docs/api_docs/files/pageauthoring.html | 63 ++++++++++++++++++------------- docs/api_docs/files/pageimporter.html | 14 ++++--- docs/api_docs/files/pagereleasenotes.html | 4 +- 3 files changed, 48 insertions(+), 33 deletions(-) (limited to 'docs/api_docs') diff --git a/docs/api_docs/files/pageauthoring.html b/docs/api_docs/files/pageauthoring.html index 5c42fa3..967fbf2 100755 --- a/docs/api_docs/files/pageauthoring.html +++ b/docs/api_docs/files/pageauthoring.html @@ -33,23 +33,30 @@ This tool uses the Authoring Tools Extension (Copyrights for license information regarding third-party software used by ApexImporter.

diff --git a/docs/api_docs/files/pageimporter.html b/docs/api_docs/files/pageimporter.html index d520352..2c069bd 100755 --- a/docs/api_docs/files/pageimporter.html +++ b/docs/api_docs/files/pageimporter.html @@ -34,12 +34,11 @@ ExtPxAsset assets or *.fbx files that contain collision geometry and can be used

 USAGE:
 
-   ApexImporter  [--nonskinned] [--fbxcollision] [--fbx] [--obj]
-                 [--fbxascii] [--ll] [--tk] [--px] [-d] [-m <0 -
-                 EXACT, 1 - FORCED, for detailed description see
-                 docs.>] -n <output asset name> [-o <output
-                 directory>] -f <infile> [--] [--version] [-h]
-
+   ApexImporter [--nonskinned] [--fbxcollision] [--jsoncollision]
+                [--fbx] [--obj] [--fbxascii] [--ll] [--tk] [--px] [-d]
+                [-m <0 - EXACT, 1 - FORCED, for detailed description see docs.>]
+                -n <output asset name> [-o <output directory>]
+                -f <infile> [--] [--version] [-h]
 
 Where:
 
@@ -49,6 +48,9 @@ Where:
    --fbxcollision
      Append collision geometry to FBX file
 
+   --jsoncollision
+     Save collision geometry to a json file
+
    --fbx
      Output a FBX mesh to the output directory
 
diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html
index 8d37a2f..1775f17 100755
--- a/docs/api_docs/files/pagereleasenotes.html
+++ b/docs/api_docs/files/pagereleasenotes.html
@@ -24,7 +24,7 @@
 
 
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Blast(tm) SDK 1.1.4 (03-Oct-2018)
+Blast(tm) SDK 1.1.4 (24-Oct-2018)
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
 Changes
@@ -45,9 +45,11 @@ Bug fixes
 * Authoring tools:
 ** Fixed .obj material loading when obj folder is same as working directory.
 ** Degenerate face generation fix. 
+** Fixed memory leak in FractureTool.
 * Proper memory releasing in samples.
 * Single-actor serialization bugfix when actor has world bonds.
 * Updated PhysX package for Win64 (vc14 and vc15) and Linux64 to 3.4.24990349, improving GRB behavior and fixing GRB crash/failure on Volta and Turing.
+* Documented JSON collision export option introduced in previous version.
 
 Known Issues
 ------------
-- 
cgit v1.2.3