Revision babba31 by Brecht Van Lommel January 22, 2019, 16:00 (GMT) |
Fix light probe panels not being visible for Cycles. |
Revision 6f167cc by Antonio Vazquez January 22, 2019, 15:48 (GMT) |
Fix T60748: Move GP stroke extremes with noise modifier |
Revision a8902ab by Sergey Sharybin January 22, 2019, 14:35 (GMT) |
Revision 06a6b5d by Jacques Lucke January 22, 2019, 14:31 (GMT) |
Fix T60126: Gradient affects hidden vertices when weight painting Also includes some minor refactoring: use guard clauses instead of nested conditionals. Reviewers: brecht Differential Revision: https://developer.blender.org/D4238 |
Revision 8d4bad3 by Brecht Van Lommel January 22, 2019, 14:24 (GMT) |
January 22, 2019, 14:24 (GMT) |
Fix potential invalid memory access in surface force field BVH tree. Free the BVH tree immediately along with the mesh, otherwise we might access invalid mesh data. Differential Revision: https://developer.blender.org/D4201 |
Revision 414ebc6 by Sergey Sharybin January 22, 2019, 13:50 (GMT) |
Fix T60686: Renaming an animated bone breaks its animation After rename is done we need to make sure all copies of corresponding datablocks are updated in all dependency graphs: otherwise bone will have a new name, but animation will still be using an old one. |
Revision 0ec77aa by Sergey Sharybin January 22, 2019, 12:51 (GMT) |
Cleanup: space after template bracket |
January 22, 2019, 11:50 (GMT) |
Git: add TAGS & tags to .gitignore Index files used by emacs, vim and others, for autocompletion and searching; generated by etags, universal-ctags and others. Differential Revision: https://developer.blender.org/D4208 |
Revision 185c248 by Campbell Barton January 22, 2019, 11:27 (GMT) |
Fix T60737: Crash workbench rendering Addition of clipping from 7467049055a7 didn't account for non viewport display. |
Revision 585e484 by Campbell Barton January 22, 2019, 11:22 (GMT) |
3D View: Support vert & weight paint mask clipping |
Revision 9c61107 by Sergey Sharybin January 22, 2019, 11:05 (GMT) |
Cleanup: Silence pedantic compiler warning Was happening in release builds. |
Revision 362331f by Sergey Sharybin January 22, 2019, 11:02 (GMT) |
Cleanup: Remove unused variable |
Revision b2a15de by Sergey Sharybin January 22, 2019, 10:57 (GMT) |
Fix T60575: Multiresolution Crashes when appliing more subdivisions The issue was caused by intermediate DerivedMesh being created with scene's Simplify settings taken into account. This is what happens when one area makes implicit decisions based on whether passed Scene pointer is not NULL. Made it so ignoring simplification serttings is an explicit flag, which makes it easier to follow what's going on. |
Revision d6d101f by Sergey Sharybin January 22, 2019, 10:57 (GMT) |
Fix T59395: Subdivision modifier with quality 1 crashes blender This is actually a workaround for the crash in OpenSubdiv. Topology refiner will have a crash when special conditions are met: - Refiner is configured to use infinitely sharp patches. - Refinement happens for the level 1 (which we call Quality 1 on Blender side). - Mesh has non-quad faces. The workaround is to force refinement to happen to level 2 (or quality 2 on Blender side) when those conditions are met. Later on with the next OpenSubdiv update we can remove this workaround, since there was work done on OpenSubdiv side to deal better with such configurations. The modifier will now be somewhat slower, but this will be compensated with upcoming topology cache enabled by default. The workaround is done when initializing settings, so the comparison of topology refiner settings is happening without any extra workarounds there. |
Revision fef20d9 by Sergey Sharybin January 22, 2019, 10:57 (GMT) |
Merge branch 'blender2.7' |
Revision 78d4e0f by Sergey Sharybin January 22, 2019, 10:56 (GMT) |
Revision 0bbca0e by Campbell Barton January 22, 2019, 06:23 (GMT) |
3D View: Support edit-mesh clipping (only verts) We'll need to replace built-in shaders to add support for clipping. |
Revision ee3c177 by Campbell Barton January 22, 2019, 05:52 (GMT) |
Fix T60112: Smooth crashes w/ multiple views |
Revision a93cbb7 by Campbell Barton January 22, 2019, 03:28 (GMT) |
Fix T60643: BMesh operator enum args fail when unset from Python Error introduced with bmesh operator enum support: 1e6a5eb087911 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021