aboutsummaryrefslogtreecommitdiff
path: root/docs/api_docs/files/pagereleasenotes.html
diff options
context:
space:
mode:
authorbgaldrikian <[email protected]>2020-10-08 22:01:09 -0700
committerbgaldrikian <[email protected]>2020-10-08 22:01:09 -0700
commitc389ca2d86ed528e4d54941378a4752ca74026e8 (patch)
tree271dba95c84f62d13bcebbc62b5dcdc5b7ff443e /docs/api_docs/files/pagereleasenotes.html
parent* NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) i... (diff)
downloadblast-1.1.6_release.tar.xz
blast-1.1.6_release.zip
* Updated license filev1.1.6_releasev1.1.6_rc1
* Updated copyright dates * Removed ArtistTool * Pulled request #15 "Fix Blast bond generation" * Pulled request #16 "Fix invalid pointer access in authoring tools"
Diffstat (limited to 'docs/api_docs/files/pagereleasenotes.html')
-rwxr-xr-xdocs/api_docs/files/pagereleasenotes.html30
1 files changed, 23 insertions, 7 deletions
diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html
index 859f9c2..902a22e 100755
--- a/docs/api_docs/files/pagereleasenotes.html
+++ b/docs/api_docs/files/pagereleasenotes.html
@@ -24,6 +24,22 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+Blast(tm) SDK 1.1.6 (08-Oct-2020)
+//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+Changes
+-------
+* Updated license file
+* Updated copyright dates
+* Removed ArtistTool
+
+Bug Fixes
+---------
+* Pull request #15 "Fix Blast bond generation"
+* Pull request #16 "Fix invalid pointer access in authoring tools"
+
+
+//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Blast(tm) SDK 1.1.5 (16-Sep-2019)
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -45,7 +61,7 @@ New Features
* Ability to delete chunks (see note about FractureTool::deleteChunkSubhierarchy in Changes section, above).
* Added FractureTool::setApproximateBonding function. Signals the tool to create bonds by proximity instead of just using cut plane data.
-Bug fixes
+Bug Fixes
---------
* Authoring tools:
* Fixed chunk reordering bug in BlastTool.
@@ -75,7 +91,7 @@ New Features
* Added "agg" (aggregate) commandline switch to AuthoringTool. This allows multiple convex hulls per chunk to be generated.
* Damage pattern authoring interface.
-Bug fixes
+Bug Fixes
---------
* Build working on later C++ versions (e.g. deprecated UINT32_MAX removed).
* Authoring tools:
@@ -120,7 +136,7 @@ New Features
* Cutout option "useSmoothing." Add generatad faces to the same smoothing group as original face without noise.
* Periodic cutout boundary conditions.
-Bug fixes
+Bug Fixes
---------
* Packman target platform dependencies no longer pulling windows packages into other platforms.
* Fixed bond generation for cutout fracture.
@@ -154,7 +170,7 @@ New Features
* UV fitting on interior materials using new FractureTool::fitUvToRect and FractureTool::fitAllUvToRect functions.
* Multi-material support in OBJ file format.
-Bug fixes
+Bug Fixes
---------
* Fixed bug causing normals on every other depth level to be flipped when exporting Blast meshes.
* Fixed bug where faces are missed after hierarchy optimization on a sliced mesh.
@@ -188,7 +204,7 @@ New Features
* Triangle damage shader for swept segments
* Impact damage spread shaders
-Bug fixes
+Bug Fixes
---------
* Linux build fixes
* NvBlastExtAuthoring
@@ -256,7 +272,7 @@ New Features
* Ability to set interior material to existing (external) material, or a new material id.
* Material ID remapping API.
-Bug fixes
+Bug Fixes
---------
* NvBlastExtAuthoring
* Slicing normals fix.
@@ -314,7 +330,7 @@ New Features
------------
* Serialization enabled for XBoxOne
-Bug fixes
+Bug Fixes
---------
* Can change worker thread count in CPU dispatcher
* TkJoints created from the TkFramework::createJoint function are now released when the TkFramework is released