<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FBXMesh-&amp;gt;Copy not working. in FBX Forum</title>
    <link>https://forums.autodesk.com/t5/fbx-forum/fbxmesh-gt-copy-not-working/m-p/7713110#M1480</link>
    <description>&lt;P&gt;The Copy function *is not* what you need to use. If you noted correctly, this function is under the "internal use" section and requires specific conditions to work correctly. What you want is to use the clone manager so all the dependencies can be followed. The snipped code below show a very simple way to only clone an FbxMesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;FbxScene* newScene = FbxScene::Create(lSdkManager, "clonedScene");
FbxMesh* cubesrc=Cube(lScene, "srcCube");
FbxMesh* cloneCube = FbxCast&amp;lt;FbxMesh&amp;gt;(FbxCloneManager::Clone(cubeSrc, newScene));&lt;/PRE&gt;</description>
    <pubDate>Tue, 23 Jan 2018 15:17:24 GMT</pubDate>
    <dc:creator>regalir</dc:creator>
    <dc:date>2018-01-23T15:17:24Z</dc:date>
    <item>
      <title>FBXMesh-&gt;Copy not working.</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/fbxmesh-gt-copy-not-working/m-p/7712919#M1479</link>
      <description>&lt;P&gt;I'm trying to copy a mesh into an other scene using newMesh-&amp;gt;Copy(oldMesh); and it dosen't work.&lt;BR /&gt;An error shows up saying it can't convert an FbxMesh into a FbxObject even though both&amp;nbsp;&lt;SPAN&gt;newMesh and&amp;nbsp;oldMesh are FBXMesh*.&lt;BR /&gt;How can i use this copy function? is there another way to do this?&lt;BR /&gt;&lt;BR /&gt;I am using FBX SDK 2018 on visual studio&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:38:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/fbxmesh-gt-copy-not-working/m-p/7712919#M1479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T14:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: FBXMesh-&gt;Copy not working.</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/fbxmesh-gt-copy-not-working/m-p/7713110#M1480</link>
      <description>&lt;P&gt;The Copy function *is not* what you need to use. If you noted correctly, this function is under the "internal use" section and requires specific conditions to work correctly. What you want is to use the clone manager so all the dependencies can be followed. The snipped code below show a very simple way to only clone an FbxMesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;FbxScene* newScene = FbxScene::Create(lSdkManager, "clonedScene");
FbxMesh* cubesrc=Cube(lScene, "srcCube");
FbxMesh* cloneCube = FbxCast&amp;lt;FbxMesh&amp;gt;(FbxCloneManager::Clone(cubeSrc, newScene));&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jan 2018 15:17:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/fbxmesh-gt-copy-not-working/m-p/7713110#M1480</guid>
      <dc:creator>regalir</dc:creator>
      <dc:date>2018-01-23T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: FBXMesh-&gt;Copy not working.</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/fbxmesh-gt-copy-not-working/m-p/7713230#M1481</link>
      <description>&lt;P&gt;I got it working!&lt;BR /&gt;lMesh-&amp;gt;Copy(*tempmesh);&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 15:37:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/fbxmesh-gt-copy-not-working/m-p/7713230#M1481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T15:37:59Z</dc:date>
    </item>
  </channel>
</rss>

