-
Notifications
You must be signed in to change notification settings - Fork 54
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
Can't manage to export fbx as scn #92
Comments
You need to write out the So it should be for example:
|
HI @dmsurti, thanks for the quick reply and for the great work maintaining this library. I forgot to mention in my original post I had also tried writing out the |
Have you also tried loading the file with the macOS/iOS sample apps in the
Sure thing, upload the FBX file. IIUC, you are not able to write this FBX to a |
Sorry for the delay @dmsurti. Here's a link to one of the fbx files: https://ufile.io/zpqe5
Exactly that, my Mac "app", just contains those lines I posted.
I've just cloned the repo. I just opened the workspace and see there's an OSX-Example app. You mean to compile that? |
@leandrodemarco There is no problem per se in The minimal relevant sample code to save is:
I have attached the compressed exported scn file here. kia-hq-anim-00.scn.zip Orthongal to the export issue, there is a problem in that some geometry is not rendered correctly. I have opened a separate issue for that here: You can also download an app if you want to verify: http://www.isonapps.com, which is developed using You will need to debug your file path related code; sorry I won't be able to help any further than this. |
This is probably some dumb mistake I'm missing, but been stuck with it for quite a few hours now so I'd appreciate any help or hint to solve it. I have a bunch of .fbx files I'd like to convert to .scn
I'm doing it on Mac, with a very tiny simple app which on it's
applicationDidFinishLaunching:
method has the following linesIn theory everything goes fine as for each one of the files I see the log message:
Serialized success for <fileName>.fbx. Output to /Users/Leandro/Documents/SCN/<fileName>.scn
If I forcefully create a file at that path with the commented lines, the file remains 0 bytes in size.
I've disabled sandbox of the app as it says here but no changes: https://forums.developer.apple.com/thread/88701
The text was updated successfully, but these errors were encountered: