<?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: No texture returned for the user defined attributes/properties in FBX Forum</title>
    <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7894512#M1386</link>
    <description>&lt;P&gt;Any feedback from Autodesk FBX crew???????&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 15:07:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-29T15:07:36Z</dc:date>
    <item>
      <title>No texture returned for the user defined attributes/properties</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7876036#M1385</link>
      <description>&lt;P&gt;FBX doesn't return any textures attached to user defined property/attribute. I have created a user defined type called "MyColor" which is a vector of three floats.&amp;nbsp; I can retrieve values that are keyed in "MyColor" but&amp;nbsp;FBX doesn't return a file texture if it's attached to "MyColor."&amp;nbsp; (Please refer to the screenshot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the following code, n on line 4 is always zero.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. FbxProperty p = material-&amp;gt;FindProperty( "MyColor" );&lt;BR /&gt;2. if ( p.IsValid() ) {&lt;BR /&gt;3. // GetSrcObjectCount always return 0&lt;BR /&gt;4. int n = p.GetSrcObjectCount&amp;lt;FbxFileTexture&amp;gt;();&lt;BR /&gt;5. }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 17:58:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7876036#M1385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T17:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: No texture returned for the user defined attributes/properties</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7894512#M1386</link>
      <description>&lt;P&gt;Any feedback from Autodesk FBX crew???????&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 15:07:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7894512#M1386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-29T15:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: No texture returned for the user defined attributes/properties</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7933677#M1387</link>
      <description>&lt;P&gt;I reported this as bug; will update once I get a response from Autodesk.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 16:42:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7933677#M1387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-15T16:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: No texture returned for the user defined attributes/properties</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7936691#M1388</link>
      <description>&lt;P&gt;From your screenshot, I assume you're not using the FBX SDK to create these user-defined properties.&lt;/P&gt;&lt;P&gt;Perhaps they can only be created through the FBX SDK, and not through the Maya program?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 00:32:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7936691#M1388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-17T00:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: No texture returned for the user defined attributes/properties</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7942232#M1389</link>
      <description>&lt;P&gt;Hi Samsonite,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I think you're right or it could be that FBX SDK simply doesn't support textures as a source for user defined attributes (not really a bug).&amp;nbsp; Do you know whether it can find the source textures,&amp;nbsp;if the attributes are added through FBX itself?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The user defined attributes are added to the phong material either through the Maya property editor or through Mel scripts (due to lack of PBR support in FBX). FBX SDK can read the keyed in values for those attributes but can't find any textures attached to them.&lt;/P&gt;&lt;P&gt;I have attached a screenshot of an example gold material (phong with extra user defined attributes). In that screenshot FBX doesn't return the file texture attached to "Eta" under Extra Attributes so it has to be attached (hack) to the Ambient Color for FBX to find it.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 17:15:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7942232#M1389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T17:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: No texture returned for the user defined attributes/properties</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7946765#M1390</link>
      <description>&lt;P&gt;I don't use Maya, but this is what I found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FBX Conversion support&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/cloudhelp/2017/ENU/Maya/files/GUID-0ACDAC13-D16E-424B-829F-25E1E255A8DF.htm" target="_blank"&gt;http://help.autodesk.com/cloudhelp/2017/ENU/Maya/files/GUID-0ACDAC13-D16E-424B-829F-25E1E255A8DF.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Custom properties&lt;/P&gt;&lt;P&gt;"The Maya FBX Plug-in supports Extra Attributes (or custom properties) applied to Materials and Transform nodes."&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 03:24:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7946765#M1390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T03:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: No texture returned for the user defined attributes/properties</title>
      <link>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7949943#M1391</link>
      <description>&lt;P&gt;Unfortunately the FBX doc doesn't mention anything the support for file textures as the source of data for user/custom defined attributes though.&amp;nbsp; I was hoping that the Autodesk guys could verify this but they are MIA for some reason.&amp;nbsp; I had no choice but to submit a bug report to get some sort of an answer.&amp;nbsp; Anyways, thanks for your help and reply.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Apr 2018 16:09:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fbx-forum/no-texture-returned-for-the-user-defined-attributes-properties/m-p/7949943#M1391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-21T16:09:27Z</dc:date>
    </item>
  </channel>
</rss>

