Skip to main content
Question

How to Convert 3D dataset to a fbx file with attributes?

  • May 9, 2018
  • 2 replies
  • 67 views

Forum|alt.badge.img

I create a 3d dataset, and work with the Extruder transformer , after that write to a fbx file, I want to set the "fid" filed to this fbx file, how to set?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • May 9, 2018

Hi @keplerleee, according to the documentation, the FBX Writer doesn't seem to support user attributes. As a workaround, you can set the value of "fid" to the geometry as its Geometry Name, if necessary. Have a look at the GeometryPropertySetter transformer.


Forum|alt.badge.img
  • Author
  • 20 replies
  • May 9, 2018

Hi @keplerleee, according to the documentation, the FBX Writer doesn't seem to support user attributes. As a workaround, you can set the value of "fid" to the geometry as its Geometry Name, if necessary. Have a look at the GeometryPropertySetter transformer.

 

thank you very much? it is useful?