Navigation Menu

Skip to content

yassy0413/fbx-file-utility-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fbx-file-utility-python

Fast convert fbx files in target directory to binary or ascii. or find.

対象フォルダ内にある全てのfbxファイルを、 バイナリフォーマット又はアスキーフォーマットに変換します。

もしくは、対象のフォーマットであるfbxファイルを 検索することができます。

Setup

FBX Python Bindings

Installing Python FBX

Latest FBX SDK -> GET FBX SDK -> FBX Python Bindings

Usage

Convert FBX Binary format to FBX ASCII format

python fbx_file_format_utility.py -d TARGET_PATH -c -a

Convert FBX ASCII format to FBX Binary format

python fbx_file_format_utility.py -d TARGET_PATH -c -b

Find FBX Files of ASCII format

python fbx_file_format_utility.py -d TARGET_PATH -v -a

Find FBX Files of Binary format

python fbx_file_format_utility.py -d TARGET_PATH -v -b

Force set export fbx file version

# Export FBXVersion: 7500
python fbx_file_format_utility.py -d TARGET_PATH -v -b -f FBX201600
# Export FBXVersion: 7200
python fbx_file_format_utility.py -d TARGET_PATH -v -b -f FBX201200

see fbxio.h

About

Fast convert fbx files in target directory to binary or ascii. or find.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages