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 Clay Render system #20

Closed DavidBluecame closed 9 years ago

DavidBluecame commented 9 years ago

Major changes to the Clay Render system to make it more flexible and powerful, as requested in several feature requests in the bug tracker:

The old system of a "temporary" ClayMat material has been overriden and no longer works. The new system consists in altering the properties of the materials in the export process, so we can keep some of their properties and do a more fine grained control.

I hope you find this useful.

Changes to be committed: modified: io/yaf_export.py modified: io/yaf_material.py modified: io/yaf_object.py modified: prop/yaf_material.py modified: prop/yaf_scene.py modified: ui/properties_yaf_general_settings.py modified: ui/properties_yaf_material.py

DavidBluecame commented 9 years ago

Hello,

Some example images here: http://www.yafaray.org/community/forum/viewtopic.php?p=31023#p31023

Hope you find it useful.

DavidBluecame commented 9 years ago

Hello,

I've made an experimental build for Blender 2.74 / Windows 7/8.1 64bits including this fix. Please see:

http://www.yafaray.org/community/forum/viewtopic.php?p=31038#p31038

Please test it and let us know if it works for you.

DavidBluecame commented 9 years ago

I'm preparing a more complex system with many more mappings for more types of materials and the new Clay Render integrated with them, so I'm closing this pull request for now and I will open another pull request in the future for the entire new system.