Show in Contents

Add to Favorites

Home: Autodesk FBX SDK Progammer's Guide
 Support for UTF-8 strings and other formats


Platforms supported
                
               
             
             
             
            Scripting with Python FBX
          
       
       
       
       
      Python FBX is a Python
            binding for the C++ library of FBX SDK. It allows you to
         write Python scripts that can use many of the classes and member
         functions of FBX SDK.
      
      Python FBX is suitable
         for applications that can:
      
         - Set Import/Export options.
         
 
         - Browe a scene’s node hierarchy.
         
 
         - Browse the scene’s objects to determine
            their types.
         
 
         - Get/Set property values for selected
            objects.
         
 
         - Use the above features to import/export
            files of any of the file formats supported by FBX.
         
 
      
      This section explains
         how to install, configure, and script with Python FBX.