Hola a todos. Acaban de contestar en el foro de Yafray y efectivamente es un bug que será solucionado en la próxima versión. Al ser un bug pequeño, no creo que tarden demasiado, la verdad.
Se puede solucionar añadiendo una línea en el script yaf_light, py. Copio del mensaje original: http://www.Yafray.org/community/foru...hp?f=13&t=2142.
.
In yaf_light, py online 116 there is the code.
Matrix.transform().
Insert this before that line.
Matrix = Matrix.__copy__().
Pléase watch the indent and match it todo the line above and below.
No lines must be deleted, the copy() line is inserted before the original one
.
O sencillamente se puede hacer Control + z después del render como dice Povmaniaco. Saludos.