Blender Git Commit Log

Git Commits -> Revision 76ab038

Revision 76ab038 by Charles Flèche (master)
January 26, 2021, 13:39 (GMT)
Fix Cycles standalone compilation following API changes

The changes to the socket API were not applied to the standalone app.

Also modify Camera.compute_auto_viewplane() to use Camera.full_width and Camera.full_height as it is not possible to publicly access Camera.width and Camera.height anymore, so the aspect ratio could be computed with stale data.

Differential Revision: https://developer.blender.org/D9961

Commit Details:

Full Hash: 76ab0381d1e5f8df6b23803b75b2013933484bcd
Parent Commit: 532d3a1
Committed By: Kévin Dietrich
Lines Changed: +50, -47

3 Modified Paths:

/intern/cycles/app/cycles_standalone.cpp (+14, -17) (Diff)
/intern/cycles/app/cycles_xml.cpp (+34, -28) (Diff)
/intern/cycles/render/camera.cpp (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021