Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. How to build fbx geometry loader ?
Forum Updated to NodeBB v4.3 + New Features

How to build fbx geometry loader ?

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
8 Posts 3 Posters 1.3k Views 2 Watching
  • 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.
  • M Offline
    M Offline
    MaximeTouchline
    wrote on last edited by
    #1

    Hello,
    I try to build the the qt3d plugin fbxgeometryloader
    But I don't know how to add autodesk fbx sdk.
    Is it a "configure" parameter ?

    I've got that on my config.summary

    Qt 3D GeometryLoaders:
      Autodesk FBX ........................... no
    

    Thanks for your help

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Might be a silly question but: did you install the auto desk SDK ?

      You can also check the logs to see exactly what failed.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • M Offline
        M Offline
        MaximeTouchline
        wrote on last edited by MaximeTouchline
        #3

        Hello @SGaist ,

        Yes, the autodesk fbx sdk 2019.5 is install.
        I check config.log file and I saw that :

        loaded result for library config.qt3d_geometryloaders.libraries.fbx
        Trying source 0 (type fbx) of library fbx ...
        + cd /d C:\Qt\5.14.0\Src\config.tests\fbx && C:\Qt\5.14.0\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += fbx" "QMAKE_LIBS_FBX = -lfbxsdk" "QMAKE_INCDIR_FBX = \"C:\\Program Files\\Autodesk\\FBX\\FBX SDK\\2019.0\\/include\"" C:/Qt/5.14.0/Src/qt3d/config.tests/fbx
        + cd /d C:\Qt\5.14.0\Src\config.tests\fbx && set MAKEFLAGS=& nmake
        
        

        But I have uninstall 2019.0 and install 2019.5 for vs2017

        How to set the correct path ?

        Thanks for your help

        M 1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          There should also be the test logs, which is what you are interested in.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 1 Reply Last reply
          0
          • SGaistS SGaist

            There should also be the test logs, which is what you are interested in.

            M Offline
            M Offline
            MaximeTouchline
            wrote on last edited by
            #5

            @SGaist Where can I find this file ? I have got any test.log on my qt folder

            jsulmJ 1 Reply Last reply
            0
            • M MaximeTouchline

              @SGaist Where can I find this file ? I have got any test.log on my qt folder

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @MaximeTouchline It's called config.log and it's in the directory where you called configure

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • M MaximeTouchline

                Hello @SGaist ,

                Yes, the autodesk fbx sdk 2019.5 is install.
                I check config.log file and I saw that :

                loaded result for library config.qt3d_geometryloaders.libraries.fbx
                Trying source 0 (type fbx) of library fbx ...
                + cd /d C:\Qt\5.14.0\Src\config.tests\fbx && C:\Qt\5.14.0\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += fbx" "QMAKE_LIBS_FBX = -lfbxsdk" "QMAKE_INCDIR_FBX = \"C:\\Program Files\\Autodesk\\FBX\\FBX SDK\\2019.0\\/include\"" C:/Qt/5.14.0/Src/qt3d/config.tests/fbx
                + cd /d C:\Qt\5.14.0\Src\config.tests\fbx && set MAKEFLAGS=& nmake
                
                

                But I have uninstall 2019.0 and install 2019.5 for vs2017

                How to set the correct path ?

                Thanks for your help

                M Offline
                M Offline
                MaximeTouchline
                wrote on last edited by
                #7

                @MaximeTouchline said in How to build fbx geometry loader ?:

                Yes, the autodesk fbx sdk 2019.5 is install.
                I check config.log file and I saw that :

                loaded result for library config.qt3d_geometryloaders.libraries.fbx
                Trying source 0 (type fbx) of library fbx ...
                + cd /d C:\Qt\5.14.0\Src\config.tests\fbx && C:\Qt\5.14.0\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_USE += fbx" "QMAKE_LIBS_FBX = -lfbxsdk" "QMAKE_INCDIR_FBX = \"C:\\Program Files\\Autodesk\\FBX\\FBX SDK\\2019.0\\/include\"" C:/Qt/5.14.0/Src/qt3d/config.tests/fbx
                + cd /d C:\Qt\5.14.0\Src\config.tests\fbx && set MAKEFLAGS=& nmake
                
                
                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  There should also be a folder with the tests that ran. That's the one I am suggesting to check.

                  Note that there seems to be some mixing of forward and backward slash which might explain the failure. Use all forward slashes when giving parameters.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved