Coder Social home page Coder Social logo

leonacn / fbx_sdk_python_sample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from segurvita/fbx_sdk_python_sample

0.0 0.0 0.0 57 KB

This project is a sample program of FBX SDK Python Bindings. Python版 FBX SDK のサンプルプログラムです。

License: MIT License

Python 100.00%

fbx_sdk_python_sample's Introduction

fbx_sdk_python_sample

Language: English | 日本語

This project is a sample program of FBX SDK Python.

Build Setup

When using Docker, lerignoux/python-fbx is used, so no special installation is required.

If you do not use Docker, please install Python and FBX SDK Python 2019.x.

FBX SDK Python Official Website

Usage

Convert obj to FBX Binary format

You can convert cube.obj to cube_binary.fbx (FBX binary format) with the following command.

python convert_fbx/fbx_binary.py resources/cube.obj resources/cube_binary.fbx

If you have already installed Docker, the following command will work as well.

docker-compose run convert-fbx-binary

Convert FBX Binary format to FBX ASCII format

You can convert cube_binary.fbx to cube_ascii.fbx (FBX ASCII format) with the following command.

python convert_fbx/fbx_ascii.py resources/cube_binary.fbx resources/cube_ascii.fbx

If you have already installed Docker, the following command will work as well.

docker-compose run convert-fbx-ascii

Show fbx contents in an xml format to stdout

You can print cube_binary.fbx in an xml format to stdout with the following command.

python show/show_attribute.py resources/cube_binary.fbx

If you have already installed Docker, the following command will work as well.

docker-compose run show-attribute

License

The FBX SDK is under Autodesk License.

fbx_sdk_python_sample's People

Contributors

segurvita avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.