Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    fbx export with metadata

    General Talk
    2
    3
    1.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      Osher
      last edited by

      Hi,
      We are trying to get custom properties written to the fbx file when exporting from C4D but without any luck.

      Now our toolchain is setup to use object names and hierarchy layout to control our unity application but a much better solution for us would be to use metadata/custom properties data exported from our setup.
      But as of now I can`t find any solution to get custom data written to the fbx file, in Blender, Maya, 3ds Max this is easy to setup and get exported inside the file structure so we can hook into it inside Unity.

      Is there any solution either using user data, custom tag, or custom scripts to get this sort of data written to the fbx file structure?
      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • ManuelM
        Manuel
        last edited by

        Hi,

        There are no possibilities for that. What you could do is to create a script that save the FBX file as a txt file and inject the metadata you want to the nodes informations but that sounds like a lot of works.

        There is, maybe, a good python parser that would allow you to recreate the exporter or to inject some informations.

        Cheers,
        Manuel

        MAXON SDK Specialist

        MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • O
          Osher
          last edited by

          Hi,
          Thank you for your answer.
          Unfortunate it seems like this isn`t as easy as we hoped for, but we just have to see if we can find another way around our problem.

          Cheers,
          Ola

          1 Reply Last reply Reply Quote 0
          • First post
            Last post