Blender Git Loki
Git Commits -> Revision eda218e
Revision eda218e by Ton Roosendaal (master) May 28, 2006, 12:30 (GMT) |
Step one in bringing back Yafray Render in Blender. Need someone else to take over now, but I'm available for help. Main notes for completing: - Yafray module uses old global R all over... is now a pointer handle. It can be temporally bypassed by straight copying, which I do now. - I am not sure in what pixel format Yafray renders... Blender now only uses float buffers. In the code, marked with XXX I've added the rudimentary code for retrieving buffers. - This integration will skip compositing when Yafray render is used. |
Commit Details:
Full Hash: eda218ecb44383e5f964ba80e6823315715b905a
SVN Revision: 7535
Parent Commit: 2e90106
Lines Changed: +55, -3