The VG Resource
Blender OBJ fix + Noesis OBJ fix - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Archive (https://www.vg-resource.com/forum-65.html)
+--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html)
+---- Forum: The Resource (https://www.vg-resource.com/forum-85.html)
+----- Forum: The Models Resource (https://www.vg-resource.com/forum-50.html)
+------ Forum: Model Discussion (https://www.vg-resource.com/forum-54.html)
+------ Thread: Blender OBJ fix + Noesis OBJ fix (/thread-19706.html)



Blender OBJ fix + Noesis OBJ fix - TGE - 03-03-2012

Since many people that use Blender have noticed that they have some problems with OBJ files
The viewport does not automaticly show textures. To make the textures show up follow this video. *It is possible that Noesis exports a mtl by default or by using the command once*
And for the Noesis fix, its very simple.
When you open a model in Noesis, navigate to file>export.
The export window will show up.
The window contains a bar named "Advanced Options"
Click that and type in:
Code:
-objmtl
After that be sure to check "Flip UV's" and check if for any reason the export isn't set as obj. After that export as obj.
Now search and open your mtl with Notepad ++
It will look like this
Code:
newmtl materialname
Kd 1.000000 1.000000 1.000000
Ks 1.000000 1.000000 1.000000
Ns 1.000000

Now the problem is that everything is mapped but the material doesnt have it's texture assigned. To fix this add a line like this one:
Code:
map_Kd *texturename.extension*

The final result would look like this:
Code:
newmtl materialname
Kd 1.000000 1.000000 1.000000
Ks 1.000000 1.000000 1.000000
Ns 1.000000
map_Kd texturename.extension

Now save the mtl and now it should work.


RE: Blender OBJ fix + Noesis OBJ fix - Garamonde - 03-03-2012

Stickying.


RE: Blender OBJ fix + Noesis OBJ fix - Orwell - 06-29-2012

nice tutorial !


RE: Blender OBJ fix + Noesis OBJ fix - Mirrorman95 - 08-14-2012


Is there a quick-fix for DAE textures?


RE: Blender OBJ fix + Noesis OBJ fix - Garamonde - 08-14-2012

I don't know what you mean... if you are referring to modifying the texture paths in the .DAE so that they load on the model properly, then this here tells you how to do it.




RE: Blender OBJ fix + Noesis OBJ fix - NemesisProgram - 11-19-2012

This is very helpful and all but i have one problem. the Textures on ada wong is not there how do i add the textures to the model?


RE: Blender OBJ fix + Noesis OBJ fix - Denae84 - 10-19-2013

I am satisfied with you and you are in right .


RE: Blender OBJ fix + Noesis OBJ fix - Puritycandy - 10-21-2013

Thank you so much for this x.x


RE: Blender OBJ fix + Noesis OBJ fix - Zohaib55 - 01-01-2014

Nice, just to let you know the post isnt showing up properly on my iphone - I think there is a plugin you can grab that takes care of that now.
This information is very constructive for correct planning. I like your work for providing information to the other.