-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About bpy environment #38
Comments
cmake version 3.10.2 |
And how about the bpy version? |
bpy 2.91a0 |
Complete the same. But I meet error while importing bpy. I am using ubuntu18.04 and python 3.7.10 (romp) user@user-System-Product-Name:~/Documents/ROMP/src$ python lib/utils/convert_fbx.py --input=../demo/videos/sample_video2_results/sample_video2_results.npz --output=../demo/videos/sample_video2.fbx --gender=female Have you met such a problem before? |
It is the bug of bpy. I have also met this before. |
Thank you. It works. (romp) user@jack-System-Product-Name:~/Documents/ROMP/src$ python lib/utils/convert_fbx.py --input=../demo/videos/sample_video2_results/sample_video2_results.npz --output=../demo/videos/sample_video2.fbx --gender=female
|
I am really happy that you finally made it. |
Thanks for your help! It runs! |
BTW, there is another problem I want to mention. Will the .fbx model compatible with Unity? |
Here is a portable way: export the Blender fbx model to fbx compatible with Unity. Or here is a tutorial with more detail settings: Have a nice day. |
Thanks for you help. Wish you all the best. |
Hey bro. I am coming again for the another problem.
I want to run the new feature which can export the mesh to .fbx file, and it seems that "bpy" package is needed to download. But when I use pip install bpy, some CMake error always occurs.
I wonder that which version of CMake you are using when you install bpy?
The text was updated successfully, but these errors were encountered: