aboutsummaryrefslogtreecommitdiff
path: root/docs/source_docs/files/class_fbx_utils.html
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-08-28 13:55:34 -0700
committerBryan Galdrikian <[email protected]>2017-08-28 13:55:34 -0700
commit1e887d827e65a084a0ad0ba933c61a8330aeee07 (patch)
tree1e2aab418dadd37f5dc0aae4d8b00e81d909fd24 /docs/source_docs/files/class_fbx_utils.html
parentRemoving ArtistTools and CurveEditor projects (diff)
downloadblast-1e887d827e65a084a0ad0ba933c61a8330aeee07.tar.xz
blast-1e887d827e65a084a0ad0ba933c61a8330aeee07.zip
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.
Diffstat (limited to 'docs/source_docs/files/class_fbx_utils.html')
-rw-r--r--docs/source_docs/files/class_fbx_utils.html39
1 files changed, 35 insertions, 4 deletions
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 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">static FbxSystemUnit&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_fbx_utils.html#ef410acb3b7b8c6cc3705b104dbe6ee7">getBlastFBXUnit</a> ()</td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">static uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_fbx_utils.html#7899e674e3d1f8a0e6b102e6ef31ef6e">getChunkIndexForNode</a> (FbxNode *node, bool includeParents=true)</td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_fbx_utils.html#a7b832c2c88de2eefd1a04df520f30e2">getChunkIndexForNode</a> (FbxNode *node, uint32_t *outParentChunkIndex=nullptr)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static uint32_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_fbx_utils.html#a9bd9a5f026b3604294f9ca41fa8b646">getChunkIndexForNodeBackwardsCompatible</a> (FbxNode *node, uint32_t *outParentChunkIndex=nullptr)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_fbx_utils.html#94d2380fa21667650aba13ed60a91756">getChunkNodeName</a> (uint32_t chunkIndex)</td></tr>
@@ -148,7 +150,7 @@
</div>
</div><p>
-<a class="anchor" name="7899e674e3d1f8a0e6b102e6ef31ef6e"></a><!-- doxytag: member="FbxUtils::getChunkIndexForNode" ref="7899e674e3d1f8a0e6b102e6ef31ef6e" args="(FbxNode *node, bool includeParents=true)" -->
+<a class="anchor" name="a7b832c2c88de2eefd1a04df520f30e2"></a><!-- doxytag: member="FbxUtils::getChunkIndexForNode" ref="a7b832c2c88de2eefd1a04df520f30e2" args="(FbxNode *node, uint32_t *outParentChunkIndex=nullptr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
@@ -161,8 +163,37 @@
<tr>
<td class="paramkey"></td>
<td></td>
- <td class="paramtype">bool&nbsp;</td>
- <td class="paramname"> <em>includeParents</em> = <code>true</code></td><td>&nbsp;</td>
+ <td class="paramtype">uint32_t *&nbsp;</td>
+ <td class="paramname"> <em>outParentChunkIndex</em> = <code>nullptr</code></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [static]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>
+
+</div>
+</div><p>
+<a class="anchor" name="a9bd9a5f026b3604294f9ca41fa8b646"></a><!-- doxytag: member="FbxUtils::getChunkIndexForNodeBackwardsCompatible" ref="a9bd9a5f026b3604294f9ca41fa8b646" args="(FbxNode *node, uint32_t *outParentChunkIndex=nullptr)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">static uint32_t FbxUtils::getChunkIndexForNodeBackwardsCompatible </td>
+ <td>(</td>
+ <td class="paramtype">FbxNode *&nbsp;</td>
+ <td class="paramname"> <em>node</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">uint32_t *&nbsp;</td>
+ <td class="paramname"> <em>outParentChunkIndex</em> = <code>nullptr</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>