BadDogSkyrim / PyNifly

Export/Import tools between Blender and the Nif format, using Bodyslide/Outfit Studio's Nifly layer. Supports Skyrim LE, Skyrim SE, Fallout 4, Fallout New Vegas, Fallout 76, and Fallout 3.
GNU General Public License v3.0
177 stars 16 forks source link

Import certain tri file failed #66

Closed Heaverno closed 1 year ago

Heaverno commented 3 years ago

Downloads.zip file is part of Trophihunter's work, which can be easily found on his site. I can't get "IKAROSBaseFemaleHeadChargen.tri" into Blender but another similar file "BaseFemaleHeadChargen.tri" could. The console told me if it's corrupted or it's caused by mod auther. I believe it's not corrupted on my hand since I've tried from scratch for 2 times and these attempts are several months apart. I also wonder if it's caused by mod auther so I've downloaded another mod using the same mesh and it worked, but I'm aware of these tri files differ from size. The mod haven't been updated for quiet a time, I wonder if this tri file will work in game cuz I don't have fo4 on my pc right now. I guess this is not a issue but this is the best place I could find to ask a question :)

BadDogSkyrim commented 3 years ago

I'll check it out. Marking as a bug for now.

BadDogSkyrim commented 3 years ago

Key piece of the console window (you did look at the console window, right?):

Number of verticies differs from number of UV coordinates TRI file has valid header, but file appears to be corrupt !! Since 'Base Verticies' != 'UV Coordinates', file is probably corrupt.

I'll tweak the importer so it imports correctly, but without a UV. Nonetheless, this tri has a problem.

BadDogSkyrim commented 1 year ago

Fixed a while back.