YafaRay / Blender-Exporter

ARCHIVED-READ ONLY now. Use YafaRay-Blender repository instead. YafaRay's Blender Exporter
http://www.yafaray.org
63 stars 19 forks source link

New texture interpolation parameter #33

Closed DavidBluecame closed 8 years ago

DavidBluecame commented 9 years ago

As requested in the forum http://www.yafaray.org/community/forum/viewtopic.php?f=22&p=31289#p31289

It's not currently possible in the exporter to select the image texture interpolation type, but in the Core code we can actually select "none", "bilinear" (default) or "bicubic". So, I've added this parameter to the Exporter as well, in the Image Sampling section. modified: io/yaf_texture.py modified: prop/yaf_texture.py modified: ui/properties_yaf_texture.py