Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> charlesf
Charles Flèche (charlesf)
Total Commits : 2
Master Commits : 2
Branch Commits : 0
First Commit : January 26, 2021
Latest Commit : January 26, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
January, 2021 | 2 |
Favourite Files
Filename | Total Edits |
---|---|
CMakeLists.txt | 1 |
cycles_standalone.cpp | 1 |
camera.cpp | 1 |
CMakeLists.txt | 1 |
cycles_xml.cpp | 1 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 5 | 2.5 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 63 | 31.5 |
Lines Removed | 48 | 24.0 |
Latest commits
January 26, 2021, 13:39 (GMT) |
Cycles standalone: fix missing dependencies in CMake files Also set default CYCLES_INSTALL_PATH to CMAKE_INSTALL_PREFIX. By default with a `make cycles` this will build to ${CMAKE_BINARY_DIR}/bin Differential Revision: https://developer.blender.org/D9961 |
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 |
MiikaHweb - Blender Git Statistics v1.06