Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
http://stackoverflow.com/questions/8420143/valueerror-could-not-convert-string-to-float-id
FBX exporter was broke simply by using steam version and steam version lags behind actual releases for some reason. for some people you could try getting blender from blender.org and not using the steam version least for the importing, then once its in a .blend pack it in, save and you can then append or just try working with the file you hopefully got the the .OBJ imported.
Is it a model you made yourself or got somewhere else? if its somewhere on the internet I can try importing it to.
well I dont really import things other people have made but you could also try this:
1) commenting out the lines on the python scripts giving you errors if the official 2.78a release isn't working though all bets are off when you try undoing the lines of code put there by developers not to mention you would be commenting out lines of code that possibly stops Blender crashing or something (developers don't add error checking for the fun of it). And if you try that PLEASE make backups of the original .py files.
2) It might not be NFS carbon standard but blendswap might have free models of cars and you could then modify the models to look like the ones in NFS carbon with paint jobs and texture painting uv texturing etc.
Sometimes game exporters/rippers don't understand the original code and writes error QNAN. And when you import to Blender it expects numbers, but gets letters, so it freaks out, and instead of importing it writes error.
So you have to fix it manually:
1) Open your all exported .obj files in notepad++
2) Hit CTRL+F for search window and paste QNAN in search bar and hit find in ALL opened documents.
You will find something like this: https://i.imgur.com/Ip4MLA1.png
Mine was #QNAN0, so...
3) Hit CTRL+F and go to replace tab
4) write your error code in find bar (mine was #QNAN0)
5) write some digits in replace tab (I wrote 0)
6) hit replace ALL in ALL opened documets
7) don't forget su save
And your done - now you can open it in Blender :) Enjoy!
Thank you so very very much! Was trying to import the TMNT Dojo from the 2003 Tmnt Game, i really appreciate this!