From 1e887d827e65a084a0ad0ba933c61a8330aeee07 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Mon, 28 Aug 2017 13:55:34 -0700 Subject: Candidate 1.1 release. * SampleAssetViewer now unconditionally loads the commandline-defined asset. * Better error handling in AuthoringTool (stderr and user error handler). * More consistent commandline switches in AuthoringTool and ApexImporter (--ll, --tx, --px flags). * NvBlastExtAuthoring ** Mesh cleaner, tries to remove self intersections and open edges in the interior of a mesh. ** Ability to set interior material to existing (external) material, or a new material id. ** Material ID remapping API. ** Rotation of voronoi cells used for fracturing. * Fixed smoothing groups in FBX exporter code. * Impulse passing from parent to child chunks fixed. * Reading unskinned fbx meshes correctly. * Collision hull generation from fbx meshes fixed. * Win32/64 PerfTest crash fix. --- docs/source_docs/files/class_fbx_utils.html | 39 ++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'docs/source_docs/files/class_fbx_utils.html') diff --git a/docs/source_docs/files/class_fbx_utils.html b/docs/source_docs/files/class_fbx_utils.html index 8acc22d..f3e21f0 100644 --- a/docs/source_docs/files/class_fbx_utils.html +++ b/docs/source_docs/files/class_fbx_utils.html @@ -54,7 +54,9 @@ static FbxSystemUnit getBlastFBXUnit () -static uint32_t getChunkIndexForNode (FbxNode *node, bool includeParents=true) +static uint32_t getChunkIndexForNode (FbxNode *node, uint32_t *outParentChunkIndex=nullptr) + +static uint32_t getChunkIndexForNodeBackwardsCompatible (FbxNode *node, uint32_t *outParentChunkIndex=nullptr) static std::string getChunkNodeName (uint32_t chunkIndex) @@ -148,7 +150,7 @@

- +

@@ -161,8 +163,37 @@ - - + + + + + + + + +
bool  includeParents = true uint32_t *  outParentChunkIndex = nullptr 
) [static]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + + + + -- cgit v1.2.3
static uint32_t FbxUtils::getChunkIndexForNodeBackwardsCompatible (FbxNode *  node,
uint32_t *  outParentChunkIndex = nullptr