The Spriters Resource Community
SearchMember ListCalendarHelp Hello There, Guest! LoginRegister



The Spriters Resource Community » The Resource » The Models Resource » Model Discussion v
1 2 3 4 5 ... 18 Next »

Blender OBJ fix + Noesis OBJ fix

User(s) Viewing This Thread: 1 Guest(s)
Post Reply 
Threaded Mode | Linear Mode
Blender OBJ fix + Noesis OBJ fix
Author Message
thegameexplorer Offline
*flies around*
***

Posts: 1,190
Joined: Feb 2012
Reputation: 10
Resource - Models Resource - Textures Steam YouTube
Post: #1
Blender OBJ fix + Noesis OBJ fix
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.
Video (Click to View)


*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.

* insert wasted space here *
03-03-2012 06:29 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by1 user thanked this post
Mighty Jetters (03-03-2012)
Login or Register to remove these ads!
Mighty Jetters Offline
it looks like I win...
***
Moderators

Posts: 9,650
Joined: Jan 2011
Reputation: 156
DeviantArt Facebook Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
YouTube
Post: #2
RE: Blender OBJ fix + Noesis OBJ fix
Stickying.

[Image: jcO6l.png]
~Love, submission threads & projects~ (Click to View)

[Image: SGM7z.png]~Love~[Image: SGM7z.png]
~References~
~1, 2, 3~
~Submission threads~
~Sprite Submission Universe~Bomberman Jetters GBA~
~Model Submission Continuum~Kirby's Return to Dreamland~New Super Mario Bros. Wii~Mario Kart Wii~Super Smash Bros. Brawl~
~Sound Submission Galaxy~
~Texture Submission Dimension~

[Image: l3q8a.png] [Image: b0KxM.gif] [Image: QUmE6.gif] [Image: NlZM9.gif]
03-03-2012 06:49 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Orwell Offline
Member
*

Posts: 73
Joined: Oct 2011
Reputation: 0
Post: #3
RE: Blender OBJ fix + Noesis OBJ fix
nice tutorial !
06-29-2012 10:32 AM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Mirrorman95 Offline
Junior Member
*

Posts: 12
Joined: Dec 2011
Reputation: 0
YouTube
Post: #4
RE: Blender OBJ fix + Noesis OBJ fix
Spoiler (Click to View)
(03-03-2012 06:29 PM)Enigma Wrote:  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.
Video (Click to View)


*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.

Is there a quick-fix for DAE textures?
08-14-2012 03:41 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
Mighty Jetters Offline
it looks like I win...
***
Moderators

Posts: 9,650
Joined: Jan 2011
Reputation: 156
DeviantArt Facebook Resource - Models Resource - Sounds Resource - Sprites Resource - Textures
YouTube
Post: #5
RE: Blender OBJ fix + Noesis OBJ fix
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.

Spoiler (Click to View)
(11-20-2011 05:39 AM)Peardian Wrote:  Very nice for your first rip! There's just one more thing you need to do to it before I upload it. You don't have to re-export it or anything, as it only requires a little bit of tweaking of the DAE with a text editor. I recommend Notepad++ because it's free and really nifty.

When you open up the DAE, you'll see a section like this near the very top:
Code:
<image id="Image">
      <init_from>../../Programs/Noesis/EmongaEyeNl</init_from>
    </image>
    <image id="Image1">
      <init_from>../../Programs/Noesis/EmongaBodyNl</init_from>
    </image>
    <image id="Image2">
      <init_from>../../Programs/Noesis/EmongaMouthNl</init_from>
    </image>
  </library_images>
This is what gives the locations of the textures for the loaded model. Unfortunately, Noesis doesn't really set these properly, so you have to tweak them yourself. You want it to look like this:
Code:
<image id="Image">
      <init_from>EmongaEyeNl.png</init_from>
    </image>
    <image id="Image1">
      <init_from>EmongaBodyNl.png</init_from>
    </image>
    <image id="Image2">
      <init_from>EmongaMouthNl.png</init_from>
    </image>
  </library_images>
The unnecessary folder paths were removed, and the file extension was added to the end. That way, the textures will load properly when you open the model.

[Image: jcO6l.png]
~Love, submission threads & projects~ (Click to View)

[Image: SGM7z.png]~Love~[Image: SGM7z.png]
~References~
~1, 2, 3~
~Submission threads~
~Sprite Submission Universe~Bomberman Jetters GBA~
~Model Submission Continuum~Kirby's Return to Dreamland~New Super Mario Bros. Wii~Mario Kart Wii~Super Smash Bros. Brawl~
~Sound Submission Galaxy~
~Texture Submission Dimension~

[Image: l3q8a.png] [Image: b0KxM.gif] [Image: QUmE6.gif] [Image: NlZM9.gif]
08-14-2012 06:07 PM
Find all posts by this user Thank this post Quote this message in a reply
[-]
NemesisProgram Offline
Junior Member
*

Posts: 3
Joined: Oct 2012
Reputation: 0
Post: #6
RE: Blender OBJ fix + Noesis OBJ fix
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?
11-20-2012 03:38 AM
Find all posts by this user Thank this post Quote this message in a reply
[-]
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


 Quick Theme:


Login or Register to remove this ad!
Contact UsThe Spriters ResourceReturn to TopReturn to ContentMobile VersionRSS Syndication

Current time: 05-24-2013, 01:34 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S.