From ac961c33c61b487d982ca9cf9b04ba4ac754ecda Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Fri, 26 Jan 2018 21:55:41 -0800 Subject: Apex dependency removed (used in ExtImport) Mesh corruption and crash fit for UV fitting function Updated release_notes.txt --- .../_nv_blast_ext_apex_import_tool_8h-source.html | 196 +++++++++++---------- .../files/_nv_blast_ext_apex_import_tool_8h.html | 4 + .../api_docs/files/_nv_blast_ext_authoring_8h.html | 2 +- .../files/_nv_blast_ext_exporter_8h-source.html | 8 +- docs/api_docs/files/_nv_blast_ext_exporter_8h.html | 2 +- docs/api_docs/files/annotated.html | 2 +- ...apex_importer_1_1_apex_import_tool-members.html | 17 +- ...ast_1_1_apex_importer_1_1_apex_import_tool.html | 189 +++++++++++++------- docs/api_docs/files/classes.html | 2 +- docs/api_docs/files/functions_0x64.html | 2 +- docs/api_docs/files/functions_0x66.html | 4 +- docs/api_docs/files/functions_0x67.html | 18 +- docs/api_docs/files/functions_0x69.html | 10 +- docs/api_docs/files/functions_0x6c.html | 2 +- docs/api_docs/files/functions_0x6d.html | 22 ++- docs/api_docs/files/functions_0x6e.html | 2 +- docs/api_docs/files/functions_0x73.html | 6 +- docs/api_docs/files/functions_0x75.html | 17 +- docs/api_docs/files/functions_func_0x67.html | 14 +- docs/api_docs/files/functions_func_0x69.html | 10 +- docs/api_docs/files/functions_func_0x6c.html | 2 +- docs/api_docs/files/functions_vars_0x64.html | 2 +- docs/api_docs/files/functions_vars_0x6d.html | 22 ++- docs/api_docs/files/functions_vars_0x6e.html | 2 +- docs/api_docs/files/functions_vars_0x73.html | 2 +- docs/api_docs/files/functions_vars_0x75.html | 19 +- docs/api_docs/files/hierarchy.html | 2 +- docs/api_docs/files/namespace_nv_1_1_blast.html | 2 +- .../api_docs/files/namespace_nv_parameterized.html | 32 ++++ docs/api_docs/files/namespaces.html | 1 + docs/api_docs/files/pagereleasenotes.html | 3 +- ...v_1_1_blast_1_1_exporter_mesh_data-members.html | 2 +- ...struct_nv_1_1_blast_1_1_exporter_mesh_data.html | 6 +- .../struct_nv_1_1_blast_1_1_material-members.html | 32 ++++ .../files/struct_nv_1_1_blast_1_1_material.html | 76 ++++++++ .../struct_nv_1_1_blast_1_1_materials-members.html | 32 ---- .../files/struct_nv_1_1_blast_1_1_materials.html | 76 -------- docs/api_docs/files/tree.html | 5 +- 38 files changed, 493 insertions(+), 354 deletions(-) create mode 100644 docs/api_docs/files/namespace_nv_parameterized.html create mode 100644 docs/api_docs/files/struct_nv_1_1_blast_1_1_material-members.html create mode 100644 docs/api_docs/files/struct_nv_1_1_blast_1_1_material.html delete mode 100644 docs/api_docs/files/struct_nv_1_1_blast_1_1_materials-members.html delete mode 100644 docs/api_docs/files/struct_nv_1_1_blast_1_1_materials.html (limited to 'docs/api_docs') diff --git a/docs/api_docs/files/_nv_blast_ext_apex_import_tool_8h-source.html b/docs/api_docs/files/_nv_blast_ext_apex_import_tool_8h-source.html index f174798..6501973 100644 --- a/docs/api_docs/files/_nv_blast_ext_apex_import_tool_8h-source.html +++ b/docs/api_docs/files/_nv_blast_ext_apex_import_tool_8h-source.html @@ -54,109 +54,121 @@ 00033 #include <vector> 00034 #include <string> 00035 #include "NvBlastExtPxAsset.h" -00036 -00037 namespace physx -00038 { -00039 namespace general_PxIOStream2 +00036 #include <nvparameterized\NvSerializer.h> +00037 #include <NvBlastExtExporter.h> +00038 +00039 namespace physx 00040 { -00041 class PxFileBuf; -00042 } -00043 } +00041 class PxFoundation; +00042 class PxPhysics; +00043 class PxCooking; 00044 -00045 namespace nvidia +00045 namespace general_PxIOStream2 00046 { -00047 namespace apex -00048 { -00049 class ApexSDK; -00050 class ModuleDestructible; -00051 class DestructibleAsset; -00052 } -00053 using namespace physx::general_PxIOStream2; +00047 class PxFileBuf; +00048 } +00049 } +00050 +00051 namespace NvParameterized +00052 { +00053 class Interface; 00054 } 00055 -00056 -00057 namespace Nv -00058 { -00059 namespace Blast -00060 { -00061 -00062 struct CollisionHull; -00063 class TkFramework; -00064 -00065 namespace ApexImporter -00066 { +00056 namespace nvidia +00057 { +00058 namespace apex +00059 { +00060 class ApexSDK; +00061 class ModuleDestructible; +00062 class DestructibleAsset; +00063 } +00064 using namespace physx::general_PxIOStream2; +00065 } +00066 00067 -00068 struct ApexImporterConfig +00068 namespace Nv 00069 { -00079 enum InterfaceSearchMode { EXACT, FORCED, MODE_COUNT }; -00080 -00081 ApexImporterConfig() -00082 { -00083 setDefaults(); -00084 } -00085 -00086 void setDefaults() -00087 { -00088 infSearchMode = EXACT; -00089 } -00090 InterfaceSearchMode infSearchMode; -00091 }; -00092 -00093 -00094 class ApexDestruction; -00095 +00070 namespace Blast +00071 { +00072 +00073 struct CollisionHull; +00074 class TkFramework; +00075 +00076 namespace ApexImporter +00077 { +00078 +00079 struct ApexImporterConfig +00080 { +00090 enum InterfaceSearchMode { EXACT, FORCED, MODE_COUNT }; +00091 +00092 ApexImporterConfig() +00093 { +00094 setDefaults(); +00095 } 00096 -00100 class ApexImportTool -00101 { -00102 public: +00097 void setDefaults() +00098 { +00099 infSearchMode = EXACT; +00100 } +00101 InterfaceSearchMode infSearchMode; +00102 }; 00103 -00107 ApexImportTool(); -00108 ~ApexImportTool(); -00109 -00111 -00116 bool initialize(); -00117 -00124 bool initialize(nvidia::apex::ApexSDK* apexSdk, nvidia::apex::ModuleDestructible* moduleDestructible); -00125 -00130 bool isValid(); -00131 -00132 -00138 nvidia::apex::DestructibleAsset* loadAssetFromFile(nvidia::PxFileBuf* stream); -00139 -00140 -00151 bool importApexAsset(std::vector<uint32_t>& chunkReorderInvMap, const nvidia::apex::DestructibleAsset* apexAsset, -00152 std::vector<NvBlastChunkDesc>& chunkDescriptors, std::vector<NvBlastBondDesc>& bondDescriptors, std::vector<uint32_t>& flags); -00153 -00165 bool importApexAsset(std::vector<uint32_t>& chunkReorderInvMap, const nvidia::apex::DestructibleAsset* apexAsset, -00166 std::vector<NvBlastChunkDesc>& chunkDescriptors, std::vector<NvBlastBondDesc>& bondDescriptors, std::vector<uint32_t>& flags, -00167 const ApexImporterConfig& config); -00168 -00169 -00176 bool saveAsset(const NvBlastAsset* asset, nvidia::PxFileBuf* stream); -00177 -00189 bool getCollisionGeometry(const nvidia::apex::DestructibleAsset* apexAsset, uint32_t chunkCount, std::vector<uint32_t>& chunkReorderInvMap, -00190 const std::vector<uint32_t>& apexChunkFlags, std::vector<ExtPxAssetDesc::ChunkDesc>& physicsChunks, -00191 std::vector<ExtPxAssetDesc::SubchunkDesc>& physicsSubchunks, std::vector<std::vector<CollisionHull*> >& hullsDesc); -00192 -00193 ApexDestruction* m_apexDestruction; -00195 -00196 private: -00197 bool importApexAssetInternal(std::vector<uint32_t>& chunkReorderInvMap, const nvidia::apex::DestructibleAsset* apexAsset, -00198 std::vector<NvBlastChunkDesc>& chunkDescriptors, std::vector<NvBlastBondDesc>& bondDesc, std::vector<uint32_t>& flags, -00199 const ApexImporterConfig& configDesc); -00200 +00104 +00105 class ApexDestruction; +00106 +00107 +00111 class ApexImportTool +00112 { +00113 public: +00114 ApexImportTool(); +00115 ~ApexImportTool(); +00116 +00122 bool loadAssetFromFile(nvidia::PxFileBuf* stream, NvParameterized::Serializer::DeserializedData& data); +00123 +00124 +00135 bool importApexAsset(std::vector<uint32_t>& chunkReorderInvMap, NvParameterized::Interface* assetNvIfc, +00136 std::vector<NvBlastChunkDesc>& chunkDescriptors, std::vector<NvBlastBondDesc>& bondDescriptors, std::vector<uint32_t>& flags); +00137 +00149 bool importApexAsset(std::vector<uint32_t>& chunkReorderInvMap, NvParameterized::Interface* assetNvIfc, +00150 std::vector<NvBlastChunkDesc>& chunkDescriptors, std::vector<NvBlastBondDesc>& bondDescriptors, std::vector<uint32_t>& flags, +00151 const ApexImporterConfig& config); +00152 +00156 bool importRendermesh(const std::vector<uint32_t>& chunkReorderInvMap, const NvParameterized::Interface* assetNvIfc, Nv::Blast::ExporterMeshData* outputData, const char* materialsDir); +00157 +00158 +00165 bool saveAsset(const NvBlastAsset* asset, nvidia::PxFileBuf* stream); +00166 +00178 bool getCollisionGeometry(const NvParameterized::Interface* assetPrm, uint32_t chunkCount, std::vector<uint32_t>& chunkReorderInvMap, +00179 const std::vector<uint32_t>& apexChunkFlags, std::vector<ExtPxAssetDesc::ChunkDesc>& physicsChunks, +00180 std::vector<ExtPxAssetDesc::SubchunkDesc>& physicsSubchunks, std::vector<std::vector<CollisionHull*> >& hullsDesc); +00181 +00183 +00184 bool isValid(); +00185 +00186 physx::PxPhysics* getPxSdk() { return m_PhysxSDK; } +00187 physx::PxCooking* getCooking() { return m_Cooking; }; +00188 +00189 private: +00190 bool importApexAssetInternal(std::vector<uint32_t>& chunkReorderInvMap, NvParameterized::Interface* assetNvIfc, +00191 std::vector<NvBlastChunkDesc>& chunkDescriptors, std::vector<NvBlastBondDesc>& bondDesc, std::vector<uint32_t>& flags, +00192 const ApexImporterConfig& configDesc); +00193 +00194 protected: +00195 ApexImportTool(const ApexImportTool&); +00196 ApexImportTool& operator=(const ApexImportTool&); +00197 +00198 physx::PxFoundation* m_Foundation; +00199 physx::PxPhysics* m_PhysxSDK; +00200 physx::PxCooking* m_Cooking; 00201 -00202 protected: -00203 ApexImportTool(const ApexImportTool&); -00204 ApexImportTool& operator=(const ApexImportTool&); -00205 }; -00206 -00207 } // namespace ApexImporter +00202 }; +00203 +00204 } // namespace ApexImporter +00205 +00206 } // namespace Blast +00207 } // namespace Nv 00208 -00209 } // namespace Blast -00210 } // namespace Nv -00211 -00212 #endif // NVBLASTEXTAPEXIMPORTTOOL_H +00209 #endif // NVBLASTEXTAPEXIMPORTTOOL_H

@@ -119,15 +125,15 @@ Constructor should be provided with user defined allocator and massage function:


Member Function Documentation

- +
- - + + @@ -178,8 +184,8 @@ Constructor should be provided with user defined allocator and massage function: Method creates collision geometry from user-supplied APEX Destructible asset.
Parameters:
bool Nv::Blast::ApexImporter::ApexImportTool::getCollisionGeometry (const nvidia::apex::DestructibleAsset *  apexAsset, const NvParameterized::Interface *  assetPrm,
- - + + @@ -190,7 +196,45 @@ Method creates collision geometry from user-supplied APEX Destructible asset.

- + +

+
+
[in] apexAsset Pointer on DestructibleAsset object for which collision geometry should be created.
[in] chunkCount Blast asset chunk count, should be equal to number of blast chunk descriptors which are gathered at ApexImportTool::importApexAsset(...)
[in] chunkReorderInvMap Chunk map from blast chunk to apex chunk filled in ApexImportTool::importApexAsset(...)
[in] chunkCount Blast asset chunk count, should be equal to number of blast chunk descriptors which are gathered at ApexImportTool::importApexAsset(...)
[in] chunkReorderInvMap Chunk map from blast chunk to apex chunk filled in ApexImportTool::importApexAsset(...)
[in] apexChunkFlags Chunk flags array
[out] physicsChunks Chunk physics info output array
[out] physicsSubchunks Chunk collision geometry and transformation data output array
+ + + + + + + +
physx::PxCooking* Nv::Blast::ApexImporter::ApexImportTool::getCooking (  )  [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
physx::PxPhysics* Nv::Blast::ApexImporter::ApexImportTool::getPxSdk (  )  [inline]
+
+
+ +

+ +

+

+

@@ -203,8 +247,8 @@ Method creates collision geometry from user-supplied APEX Destructible asset. - - + + @@ -254,7 +298,7 @@ Method builds NvBlastAsset f

- +

const nvidia::apex::DestructibleAsset *  apexAsset, NvParameterized::Interface *  assetNvIfc,
@@ -267,8 +311,8 @@ Method builds NvBlastAsset f - - + + @@ -311,60 +355,45 @@ Method builds NvBlastAsset f

- +

const nvidia::apex::DestructibleAsset *  apexAsset, NvParameterized::Interface *  assetNvIfc,
- + - - + + - - + + + - - + + + + + + + + -
bool Nv::Blast::ApexImporter::ApexImportTool::initialize bool Nv::Blast::ApexImporter::ApexImportTool::importRendermesh (nvidia::apex::ApexSDK *  apexSdk, const std::vector< uint32_t > &  chunkReorderInvMap,
nvidia::apex::ModuleDestructible *  moduleDestructible const NvParameterized::Interface *  assetNvIfc,
)Nv::Blast::ExporterMeshData outputData,
const char *  materialsDir 
-
-
- -

-Before using ApexImportTool should be initialized. User can provide existing ApexSDK and ModuleDestructible objects

Parameters:
- - - -
[in] apexSdk Pointer on ApexSDK object
[in] moduleDestructible Pointer on ModuleDestructible object
-
-
Returns:
If true, ApexImportTool initialized successfully.
- -
-

- -

-
- - - - - + +
bool Nv::Blast::ApexImporter::ApexImportTool::initialize (  )  )

-Before using ApexImportTool should be initialized. ApexSDK and ModuleDestructible initialized internally.

Returns:
If true, ApexImportTool initialized successfully.
- +Method builds NvBlastAsset form provided DestructibleAsset. DestructibleAsset must contain support graph!

@@ -383,21 +412,29 @@ Before using

-Checks whether ApexImportTool is initialized and can be used.

Returns:
If true, ApexImportTool initialized successfully.

- +

- + - - + + + + + + + + + + +
nvidia::apex::DestructibleAsset* Nv::Blast::ApexImporter::ApexImportTool::loadAssetFromFile bool Nv::Blast::ApexImporter::ApexImportTool::loadAssetFromFile ( nvidia::PxFileBuf *  stream  )  stream,
NvParameterized::Serializer::DeserializedData &  data 
)
@@ -470,12 +507,42 @@ Method serializes user-supplied


Member Data Documentation

-
+ +
+
+ + + + +
physx::PxCooking* Nv::Blast::ApexImporter::ApexImportTool::m_Cooking [protected]
+
+
+ +

+ +

+

+ +

+
+ + + + +
physx::PxFoundation* Nv::Blast::ApexImporter::ApexImportTool::m_Foundation [protected]
+
+
+ +

+ +

+

+

diff --git a/docs/api_docs/files/classes.html b/docs/api_docs/files/classes.html index d4eede6..00aa97f 100644 --- a/docs/api_docs/files/classes.html +++ b/docs/api_docs/files/classes.html @@ -28,7 +28,7 @@ NvBlastFamily   TkActorDesc (Nv::Blast)   ApexImportTool (Nv::Blast::ApexImporter)   ExtPxChunk (Nv::Blast)   JsonCollisionExporter (Nv::Blast)   NvBlastFractureBuffers   TkAsset (Nv::Blast)   AuthoringResult (Nv::Blast)   ExtPxFamily (Nv::Blast)   
  L  
NvBlastGraphShaderActor   TkAssetDesc (Nv::Blast)   
  B  
ExtPxFamilyDesc (Nv::Blast)   LlObjectTypeID (Nv::Blast)   NvBlastID   TkAssetJointDesc (Nv::Blast)   BlastBondGenerator (Nv::Blast)   ExtPxListener (Nv::Blast)   
  M  
-NvBlastMessage   TkEvent (Nv::Blast)   BondGenerationConfig (Nv::Blast)   ExtPxManager (Nv::Blast)   Materials (Nv::Blast)   NvBlastSubgraphShaderActor   TkEventListener (Nv::Blast)   
  C  
+NvBlastMessage   TkEvent (Nv::Blast)   BondGenerationConfig (Nv::Blast)   ExtPxManager (Nv::Blast)   Material (Nv::Blast)   NvBlastSubgraphShaderActor   TkEventListener (Nv::Blast)   
  C  
ExtPxObjectTypeID (Nv::Blast)   Mesh (Nv::Blast)   NvBlastSupportGraph   TkFamily (Nv::Blast)   ChunkInfo (Nv::Blast)   ExtPxShapeDescTemplate (Nv::Blast)   MeshCleaner (Nv::Blast)   NvBlastTimers   TkFractureCommands (Nv::Blast)   CollisionHull (Nv::Blast)   ExtPxSpawnSettings (Nv::Blast)   
  N  
NvcBounds3   TkFractureEvents (Nv::Blast)   CollisionHull::HullPolygon (Nv::Blast)   ExtPxStressSolver (Nv::Blast)   NoiseConfiguration (Nv::Blast)   NvcMat33   TkFramework (Nv::Blast)   CollisionParams (Nv::Blast)   ExtPxSubchunk (Nv::Blast)   NvBlastActor   NvcMat34   TkGroup (Nv::Blast)   ConvexMeshBuilder (Nv::Blast)   ExtSerialization (Nv::Blast)   NvBlastActorDesc   NvcMat44   TkGroupDesc (Nv::Blast)   CutoutConfiguration (Nv::Blast)   ExtSerialization::BufferProvider (Nv::Blast)   NvBlastActorSplitEvent   NvcPlane   TkGroupStats (Nv::Blast)   CutoutSet (Nv::Blast)   ExtSerialization::EncodingID (Nv::Blast)   NvBlastAsset   NvcQuat   TkGroupWorker (Nv::Blast)   
  D  
ExtStressSolver (Nv::Blast)   NvBlastAssetDesc   NvcTransform   TkIdentifiable (Nv::Blast)   DebugBuffer (Nv::Blast)   ExtStressSolver::DebugBuffer (Nv::Blast)   NvBlastBond   NvcVec2   TkJoint (Nv::Blast)   DebugLine (Nv::Blast)   ExtStressSolver::DebugLine (Nv::Blast)   NvBlastBondDesc   NvcVec2i   TkJointData (Nv::Blast)   
  E  
diff --git a/docs/api_docs/files/functions_0x64.html b/docs/api_docs/files/functions_0x64.html index 2bfe6c2..624cd2b 100644 --- a/docs/api_docs/files/functions_0x64.html +++ b/docs/api_docs/files/functions_0x64.html @@ -116,7 +116,7 @@ Here is a list of all class members with links to the classes they belong to:
  • destroyJoint() : Nv::Blast::ExtPxManager
  • diffuse_tex -: Nv::Blast::Materials +: Nv::Blast::Material
  • diff --git a/docs/api_docs/files/functions_0x66.html b/docs/api_docs/files/functions_0x66.html index b1919c0..67959bb 100644 --- a/docs/api_docs/files/functions_0x66.html +++ b/docs/api_docs/files/functions_0x66.html @@ -116,10 +116,10 @@ Here is a list of all class members with links to the classes they belong to: : Nv::Blast::ApexImporter::ApexImporterConfig
  • formatVersion : NvBlastDataBlock -
  • Fracture -: Nv::Blast::ExtSyncEventType
  • fracture : NvBlastTimers +
  • Fracture +: Nv::Blast::ExtSyncEventType
  • FractureCommand : Nv::Blast::TkEvent
  • FractureEvent diff --git a/docs/api_docs/files/functions_0x67.html b/docs/api_docs/files/functions_0x67.html index 34224c9..ca938be 100644 --- a/docs/api_docs/files/functions_0x67.html +++ b/docs/api_docs/files/functions_0x67.html @@ -139,7 +139,9 @@ Here is a list of all class members with links to the classes they belong to:
  • getCollision() : Nv::Blast::IMeshFileReader
  • getCollisionGeometry() -: Nv::Blast::ApexImporter::ApexImportTool +: Nv::Blast::ApexImporter::ApexImportTool +
  • getCooking() +: Nv::Blast::ApexImporter::ApexImportTool
  • getCutoutCount() : Nv::Blast::CutoutSet
  • getCutoutLoopCount() @@ -214,7 +216,7 @@ Here is a list of all class members with links to the classes they belong to:
  • getInteriorMaterialId() : Nv::Blast::FractureTool
  • getIterationsPerFrame() -: Nv::Blast::ExtStressSolver +: Nv::Blast::ExtStressSolver
  • getJointCount() : Nv::Blast::TkActor
  • getJointDescCount() @@ -267,6 +269,8 @@ Here is a list of all class members with links to the classes they belong to: : Nv::Blast::ExtPxFamily
  • getPxAsset() : Nv::Blast::ExtPxFamily +
  • getPxSdk() +: Nv::Blast::ApexImporter::ApexImportTool
  • getPxShapeDescTemplate() : Nv::Blast::ExtPxFamily
  • getRandomValue() @@ -304,19 +308,19 @@ Here is a list of all class members with links to the classes they belong to:
  • getTransformation() : Nv::Blast::FractureTool
  • getType() -: Nv::Blast::TkIdentifiable -, Nv::Blast::TkFramework +: Nv::Blast::TkFramework +, Nv::Blast::TkIdentifiable
  • getUvArray() : Nv::Blast::IMeshFileReader
  • getVersion() : Nv::Blast::TkType
  • getVertex() -: Nv::Blast::Triangle +: Nv::Blast::Triangle
  • getVertices() : Nv::Blast::Mesh
  • getVerticesCount() -: Nv::Blast::Mesh -, Nv::Blast::IMeshFileReader +: Nv::Blast::IMeshFileReader +, Nv::Blast::Mesh
  • getVerticesWritable() : Nv::Blast::Mesh
  • getVisibleChunkCount() diff --git a/docs/api_docs/files/functions_0x69.html b/docs/api_docs/files/functions_0x69.html index 4314070..c1ae005 100644 --- a/docs/api_docs/files/functions_0x69.html +++ b/docs/api_docs/files/functions_0x69.html @@ -63,7 +63,9 @@ Here is a list of all class members with links to the classes they belong to:

    - i -

    diff --git a/docs/api_docs/files/functions_0x6c.html b/docs/api_docs/files/functions_0x6c.html index d634cff..3ca2c4e 100644 --- a/docs/api_docs/files/functions_0x6c.html +++ b/docs/api_docs/files/functions_0x6c.html @@ -73,7 +73,7 @@ Here is a list of all class members with links to the classes they belong to: : Nv::Blast::ExtStressSolver::ExtStressSolver::DebugBuffer , Nv::Blast::DebugBuffer
  • loadAssetFromFile() -: Nv::Blast::ApexImporter::ApexImportTool +: Nv::Blast::ApexImporter::ApexImportTool
  • loadFromFile() : Nv::Blast::IMeshFileReader
  • LOW diff --git a/docs/api_docs/files/functions_0x6d.html b/docs/api_docs/files/functions_0x6d.html index 12b7fce..b37c60c 100644 --- a/docs/api_docs/files/functions_0x6d.html +++ b/docs/api_docs/files/functions_0x6d.html @@ -62,18 +62,22 @@ Here is a list of all class members with links to the classes they belong to:

    - m -

    diff --git a/docs/api_docs/files/functions_vars_0x6d.html b/docs/api_docs/files/functions_vars_0x6d.html index d875ec5..458a4f5 100644 --- a/docs/api_docs/files/functions_vars_0x6d.html +++ b/docs/api_docs/files/functions_vars_0x6d.html @@ -61,18 +61,22 @@  

    - m -