aboutsummaryrefslogtreecommitdiff
path: root/docs/release_notes.txt
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2019-09-17 09:16:55 -0700
committerBryan Galdrikian <[email protected]>2019-09-17 09:16:55 -0700
commit9f4fc41dc5d857e3c7c3500fc71953e54d780a39 (patch)
tree20a548f0eda0ff2f0510ef57f6d038e480dd8611 /docs/release_notes.txt
parentFixing chunk hierarchy optimization/merge bugs (diff)
downloadblast-1.1.5_release.tar.xz
blast-1.1.5_release.zip
* NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) is now more strict, requiring parent chunk descriptors to come before their children. It is still less strict than the order created by NvBlastBuildAssetDescChunkReorderMap.v1.1.5_releasev1.1.5_rc1v1.1.5_pre5dev
* Added FractureTool::setApproximateBonding function. Signals the tool to create bonds by proximity instead of just using cut plane data. * Chunks which have been merged using the uniteChunks function may be merged again * Restored chunk volume calculation * NvBlastBuildAssetDescChunkReorderMap failure cases fixed.
Diffstat (limited to 'docs/release_notes.txt')
-rwxr-xr-xdocs/release_notes.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/release_notes.txt b/docs/release_notes.txt
index d5c98b7..4f7ddd6 100755
--- a/docs/release_notes.txt
+++ b/docs/release_notes.txt
@@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Blast(tm) SDK 1.1.5 (18-Aug-2019)
+Blast(tm) SDK 1.1.5 (16-Sep-2019)
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Changes
@@ -12,7 +12,8 @@ Changes
* Numerous API changes to meet new coding conventions.
* Packman package manager updated to v. 5.7.2, cleaned up dependency files.
* Chunks created from islands use padded bounds to determine connectivity.
-* FractureTool::deleteAllChildrenOfChunk renamed FractureTool::deleteChunkSubhierarchy, added ability to delete chunks
+* FractureTool::deleteAllChildrenOfChunk renamed FractureTool::deleteChunkSubhierarchy, added ability to delete chunks.
+* NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) is now more strict, requiring parent chunk descriptors to come before their children. It is still less strict than the order created by NvBlastBuildAssetDescChunkReorderMap.
New Features
------------
@@ -20,12 +21,16 @@ New Features
* Ability to pass chunk connectivity info to uniteChunks function, enabling chunks split by island detection to be united.
* Option to remove original merged chunks in uniteChunks function.
* The function uniteChunks allows the user to specify a chunk set to merge. Chunks from that set, and all descendants, are considered for merging.
- * Ability to delete chunks (see note about FractureTool::deleteChunkSubhierarchy in Changes section, above)
+ * 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
---------
* Authoring tools:
* Fixed chunk reordering bug in BlastTool.
+ * Chunks which have been merged using the uniteChunks function may be merged again
+ * Restored chunk volume calculation
+* NvBlastBuildAssetDescChunkReorderMap failure cases fixed.
Known Issues
------------