zturtleman / mm3d

Maverick Model 3D is a 3D model editor and animator for games.
https://clover.moe/mm3d
GNU General Public License v2.0
114 stars 22 forks source link

getTextureSClamp/getTextureTClamp should return true by default #103

Open m-7761 opened 4 years ago

m-7761 commented 4 years ago

The TextureWidget is often used for generic images that should be clamped. It could test for a valid ID instead, but it seems reasonable to default to clamped for the non-material case. It's usually just white/black if not an image anyway.