February 10, 2021, 18:32 (GMT) |
TBB: fix deprecation warnings with newer TBB versions * USD and OpenVDB headers use deprecated TBB headers, suppress all deprecation warnings there since we have no control over them. * For our own TBB includes, use the individual headers rather than the tbb.h that includes everything to avoid warnings, rather than suppressing all. This is in anticipation of the TBB 2020 upgrade in D10359. Ref D10361. |
February 10, 2021, 18:29 (GMT) |
Transform: refactor createTransData splitting into more specific functions Currently, `createTransData` is doing much more than the name implies. This commit makes it clearer through smaller and more specific functions what the real purpose of that function. |
February 10, 2021, 18:23 (GMT) |
Fix T85494: Click and drag of the 3d cursor turns off proportional editing Missed `CTX_NO_PET`. This commit also reorganizes the code to make it clearer when using flags. |
February 10, 2021, 18:20 (GMT) |
CMake/Deps: Fix building cython on windows For the debug version of cython pip was trying to link against the release version of python for some strange reason. Passing some flags to explicitly target the debug version fixes the issue. Given other platforms do not have different builds for debug/release this is not an issue there. |
February 10, 2021, 17:06 (GMT) |
Cleanup: Unindent if statements in sculpt tools code This removes indentations from if statements by converting them to early returns and continue. Most of the code of brushes and tools has loops with a full indented body inside of an if, which was also copied into some of the new tools. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D10333 |
February 10, 2021, 17:04 (GMT) |
Merge branch 'master' into sculpt-dev |
February 10, 2021, 16:48 (GMT) |
February 10, 2021, 16:29 (GMT) |
Fix T85420: moving color ramp handles via position input does not work This just needed some special case handling for the new attribute color ramp node... |
February 10, 2021, 16:10 (GMT) |
LibOverride: Refactor: Switch more code to using Main.relations. This potentially could fix some missed cases in dependency tagging (when dealing with overrides hierarchies), since relying on tag in ID itself is not a good idea to check whether an ID has been propcessed or not (exterior code may have forced that tag on some IDs e.g., which would prevent them from ever being processed properly). |
February 10, 2021, 16:02 (GMT) |
EEVEE: Better fit of BTDF LUT This simplify the BTDF retreival removing the manual clean cut at low roughness. This maximize the precision of the LUT by scalling the sides by the critical angle. Also touched the ior > 1.0 approximation to be smoother. |
February 10, 2021, 15:53 (GMT) |
Merge branch 'blender-v2.92-release' |
February 10, 2021, 15:52 (GMT) |
Fix T85514: exact match is not showing up in search menu The `get_shortest_word_index_that_startswith` function was not doing what it was supposed to do. This resulted in wrong matches. |
February 10, 2021, 15:52 (GMT) |
Cleanup: typo Committing this to the release branch, to avoid merge conflicts with an upcoming fix. |
February 10, 2021, 15:32 (GMT) |
Fix T85471: Wrong orientation in transforming objects in weight paint mode The local orientation chosen was that of the active object, but as confirmed in other parts of the code, the orientation of the selected Bone has priority. |
February 10, 2021, 14:49 (GMT) |
Merge branch 'master' into greasepencil-object |
February 10, 2021, 14:44 (GMT) |
GPencil: Add compiler flags for new libraries This makes the code compilable when the libraries are disabled. |
February 10, 2021, 14:12 (GMT) |
GPencil: Add python flags for new Haru and Pugixml libraries |
February 10, 2021, 12:30 (GMT) |
Merge branch 'blender-v2.92-release' |
February 10, 2021, 12:25 (GMT) |
Fix T85395: Texture paint external edit wrong projection on reapply Caused by rB5b34d11b55e0. Above commit restored the view matrices in ED_view3d_draw_offscreen _before_ they can be stored in the ImBuff (see ED_view3d_draw_offscreen / texture_paint_image_from_view_exec). Now make restoring the view matrices optional and dont do this in case of reprojection, so the used matrices can still be saved in the ImBuff later. Reviewed By: campbellbarton Maniphest Tasks: T85395 Differential Revision: https://developer.blender.org/D10331 |
February 10, 2021, 12:00 (GMT) |
Merge branch 'master' into temp-gpencil-io |
|
|
|


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