August 19, 2020, 13:47 (GMT) |
Fix switching render layers + passes |
August 19, 2020, 13:47 (GMT) |
Cycles : add a Volume Geometry Node This splits the volume related data (properties for rendering and attributes) of the Mesh node into a new `Volume` node type. This `Volume` node derives from the `Mesh` class since we generate a mesh for the bounds of the volume, as such we can safely work on `Volumes` as if they were `Meshes`, e.g. for BVH creation. However such code should still check for the geometry type of the object to be `MESH` or `VOLUME` which may be bug prone if this is forgotten. This is part of T79131. Reviewed By: brecht Maniphest Tasks: T79131 Differential Revision: https://developer.blender.org/D8538 |
August 19, 2020, 13:37 (GMT) |
ran make format |
August 19, 2020, 13:30 (GMT) |
GPencil: Change default Onion Keyframe mode to ALL Now by default the selection mode is All keyframes types. Also removed the icon for All option and renamed from `All Types`to `All`. UI review by @pablovazquez |
August 19, 2020, 13:12 (GMT) |
Use IMA_GPU_REFRESH |
August 19, 2020, 12:29 (GMT) |
Show UV/paint overlay when no image available |
August 19, 2020, 12:02 (GMT) |
Unavailable Texture Grid |
August 19, 2020, 11:35 (GMT) |
Fix crash in Debug build for some cases of no intersects. |
August 19, 2020, 10:37 (GMT) |
RNA: Validate scene/view-layer combination for statistics query Users may input an invalid scene/view-layer combination via Python. We can easily detect that and fail gracefully. Besides checking input parameters in RNA, also assert the scene/view-layer combination is valid in lower level Depsgraph lookup function (called by statistics query). |
August 19, 2020, 10:37 (GMT) |
Fix T79816: Restore scene.statistics() BPY function This RNA/BPY function was removed in c08d84748804. For understandable reasons really-- getting scene statistics from a string displayed in the status bar is not exactly the best design. But we have committed to not changing the RNA API too much for the 2.90 release, so we would like to keep this functionality. Differential Revision: https://developer.blender.org/D8604 Reviewd by: Julian Eisel |
August 19, 2020, 10:26 (GMT) |
August 19, 2020, 10:24 (GMT) |
Restore patch with catching python stdout after merge Restored implementation with minor tweaks: - now catching python output works for files (including not saved ones) and strings |
August 19, 2020, 10:14 (GMT) |
Fix T79816: Restore scene.statistics() BPY function This RNA/BPY function was removed in c08d84748804. For understandable reasons really-- getting scene statistics from a string displayed in the status bar is not exactly the best design. But we have committed to not changing the RNA API too much for the 2.90 release, so we would like to keep this functionality. Differential Revision: https://developer.blender.org/D8604 Reviewd by: Julian Eisel |
August 19, 2020, 10:11 (GMT) |
Cleanup: compiler warnings |
August 19, 2020, 10:03 (GMT) |
Merge branch 'master' into soc-2020-testing-frameworks |
August 19, 2020, 09:57 (GMT) |
GPUShader: Fix apple clang warnings |
August 19, 2020, 09:54 (GMT) |
DRW: Fix crash drawing gpencil |
August 19, 2020, 08:33 (GMT) |
Merge branch 'master' into soc-2020-info-editor # Conflicts: # source/blender/python/intern/CMakeLists.txt # source/blender/python/intern/bpy_interface.c |
August 19, 2020, 08:30 (GMT) |
Fixed Area Stretching overlay |
August 19, 2020, 08:23 (GMT) |
Fixed UV Stretching GLSL Compilation error |
|
|
|


Master Commits
MiikaHweb | 2003-2021