Repository files navigation
Copy the contents of yourFBXSDKpath\lib<Pythonxxxxxx>\ into:
Windows: yourPythonPath\Lib\site-packages\
Mac OSX: /Library/Python/x.x/site-packages/
Linux : /usr/local/lib/pythonx.x/site-packages/
拷贝 Fbxsdk安装目录\lib<Pythonxxxxxx>\ into:
Windows: Python安装目录\Lib\site-packages\
Mac OSX: /Library/Python/x.x/site-packages/
Linux : /usr/local/lib/pythonx.x/site-packages/
put FbxParser.py and fbx file together
Windos: Double click FbxParser.py
Mac : open terminal. locate to fbx file directory. run:python FbxParser.py
将 FbxParser.py与fbx文件放置到一起
Windos: 双击FbxParser.py
Mac : 定位到fbx文件目录,运行:python FbxParser.py
-normal:parse normals
-uv0 :parse uv0
-uv1 :parse uv1
-anim :parse animation
-world :parse use global transform
-path :assign fbxfile
-normal:解析法线
-uv0 :解析uv0
-uv1 :解析uv1
-anim :解析动画
-world :使用全局空间
-path :指定fbx文件
Fbx文件名、Fbx文件路径、模型、贴图以及其它均不能使用中文
详细使用方法阅读脚本头注释
About
Fbx Parser
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.