October 7, 2019, 13:22 (GMT) |
Fix T70387: Sculpting with Original Normal rips edges Reviewed By: brecht Maniphest Tasks: T70387 Differential Revision: https://developer.blender.org/D5982 |
October 7, 2019, 13:02 (GMT) |
Fix T70508: Wrong snapping default in Node Editor |
October 7, 2019, 11:17 (GMT) |
Fix T70555: Crash when attempting to create an override for an object with a cloth modifier. Was not taking into account the case where pointer RNA prop is valid, but has no data (i.e. is a 'null' pointer)... |
October 7, 2019, 10:59 (GMT) |
Update NUMA API library to latest version Brings support of PPC and S390 platforms, which are required to have Blender compiled on all ports of Debian. |
October 7, 2019, 10:43 (GMT) |
Fix T70476: Sculpting with Subsurf on top produces artifacts The issue was caused by crazy space distortion orientation happening for subsurf modifier. Solved by making it so subsurf only deforms the surface but keeps matrices as-is. This is not fully mathematically correct, but is better that the fall-back solution which was doing wrong matrices anyway. Also, this is closer to have subsurf was handled prior to the related changes. Reviewed By: brecht, pablodp606 Differential Revision: https://developer.blender.org/D5991 |
October 7, 2019, 10:26 (GMT) |
Fix T70573: Crash on enter Cycles render preview with 'Scene world' disabled and no world assigned to scene BlenderSync::sync_world still relied on a blender world (mixes the world viewport color with the studio light), for now just take black if no world is present. Maybe we should we use the theme color in the future here (seems eevee does this in that case) -- we'd have to pass down `b_userpref` from `BlenderSession::render` down to `sync_data > sync_shaders > sync_world` then afaics. Reviewed By: jbakker, brecht Maniphest Tasks: T70573 Differential Revision: https://developer.blender.org/D6005 |
October 7, 2019, 04:22 (GMT) |
Cleanup: clang-format |
October 7, 2019, 01:22 (GMT) |
CMake: add GCC 9.2 -Wabsolute-value warning |
October 7, 2019, 01:22 (GMT) |
Cleanup: quiet warnings |
October 6, 2019, 21:09 (GMT) |
Fix broken manta update script |
October 6, 2019, 20:13 (GMT) |
Updated manta update script Use clang-format now after copying preprocessed files |
October 6, 2019, 20:12 (GMT) |
Applied clang-format to manta preprocessed source files Just for better readability, files remain read-only, i.e. editing in manta repo only |
October 6, 2019, 14:05 (GMT) |
Fix T70582: Gpencil crash when use Shift+Alt+LMB This keymap was the old polygon mode for old grease pencil and now this have been replaced with Line tool. As this code was not ready for this keymap, the code gets out of control and fails. The solution is to remove this deprecated keymap. |
October 6, 2019, 10:07 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 9d6b5e2 by Cristian Kovacs (cycles_unbiased_volumes) October 5, 2019, 23:34 (GMT) |
Merge pull request #5 from tangent-animation/feature/multi_orientation_working Set up Stefan's orientation fix - for multi orientation. |
October 5, 2019, 20:51 (GMT) |
October 5, 2019, 20:51 (GMT) |
Fix T70539: file folder color preference not saved Please always bump the subversion for cases like this. |
October 5, 2019, 20:17 (GMT) |
UI: Split sculpt mask operators into own menu Differential Revision: https://developer.blender.org/D5997 Reviewers: Brecht van Lommel, Pablo Dobarro |
October 5, 2019, 15:18 (GMT) |
Show Background Image Beneath Transparent Objects (Cycles only) Camera background images were not shown under transparent objects. This patch performs an alpha under for background images for cycles. In order to see the difference the Film transparency needs to be turned on. Note that workbench and EEVEE still needs to be adapted as they don't write store alpha value in the viewport. Side note. This implementation is already an improvement of the current behavior, what users are requesting. (Show background images underneath cycles viewport rendering.) It is clear that this patch still needs to be extended to workbench and eevee. For now that should be marked as a known limitation. Reviewed By: fclem Differential Revision: https://developer.blender.org/D5437 |
October 5, 2019, 14:35 (GMT) |
Fix T70418: Text Underline stays Flat on TextCurve Extrude Underline was implemented in rBa07394ef2cfd. It seems that the extrude feature never worked. Ref T70418 Reviewed By: mont29 Maniphest Tasks: T70418 Differential Revision: https://developer.blender.org/D5972 |
|
|
|


Master Commits
MiikaHweb | 2003-2021