Skip to content
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

ASCII to Binary FBX conversion not working #127

Open
TennisGazelle opened this issue Aug 15, 2020 · 0 comments
Open

ASCII to Binary FBX conversion not working #127

TennisGazelle opened this issue Aug 15, 2020 · 0 comments

Comments

@TennisGazelle
Copy link

Issues with the following cmd.

$ ./fbx-conv -v -o fbx ../yellow_oktober_ascii.fbx yellow_oktober_bin.fbx

the resulting yellow_oktober_bin.fbx file has zero bytes

$ > ls -fal yellow_oktober_bin.fbx
-rw-r--r--  1 daniellopez  staff  0 Aug 15 14:26 yellow_oktober_bin.fbx

the original is plenty large, you can download it by using

burning_man_camp $ curl http://singleclick.com/~jelwell/daniel/YellowOktober2018.01A.fbx -o yellow_oktober_ascii.fbx
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.7M  100 15.7M    0     0  8996k      0  0:00:01  0:00:01 --:--:-- 8994k
burning_man_camp $ ls -fal | grep yellow_oktober
-rw-r--r--   1 daniellopez  staff         0 Aug 15 14:25 yellow_oktober.fbx
-rw-r--r--   1 daniellopez  staff  16551030 Aug 15 14:31 yellow_oktober_ascii.fbx
-rw-r--r--   1 daniellopez  staff   5723002 Aug 15 14:24 yellow_oktober.g3db

i understand if you don't want to download the link because it seems sketch, but i needed this to be able to read an ascii fbx file (or convert it rather) into a format that Blender can read while preserving texture and other information. Objs alone won't cut it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant