Revision c01dea5 by Campbell Barton February 7, 2020, 02:57 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 1778efc by Campbell Barton February 7, 2020, 02:47 (GMT) |
Keymap: preference to swap 3D orbit/pan actions Requested by @pepeland for grease pencil/2D usage. |
Revision d883004 by Campbell Barton February 7, 2020, 02:46 (GMT) |
Keymap: preference for relative/absolute Alt-MMB navigation Original request from Hjalti was to set absolute view axis, so make this an option. |
Revision 8ff556c by Ray molenkamp February 6, 2020, 20:44 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.82-release' |
Revision 763f117 by Ray molenkamp February 6, 2020, 20:44 (GMT) |
Fix: Build error on windows in bf_intern_mantaflow bf_intern_mantaflow lacked the `-DOPENVDB_STATICLIB` define causing it to dynamically import openvdb, linked against our static libs a happy time was not had by the linker. |
Revision a24b5a7 by Sebastián Barschkis February 6, 2020, 18:27 (GMT) |
Fluid: Optimization for fluid domain obstacle boundary handling This fix should especially improve liquid obstacles boundaries, i.e. help with the problem of particles sticking to the surface. |
Revision ffb94e8 by Sebastián Barschkis February 6, 2020, 18:06 (GMT) |
Fluid: Hide Advanced cache options The Manta script export should not be visible in the UI. At least not to normal users. The export feature is only useful for developers. |
Revision 7954e67 by Bastien Montagne February 6, 2020, 17:55 (GMT) |
Readfile: refactor/factorize more handling of common ID data. - Move handling of private ID data (nodetree and master_collection) under generic ID code. This shortens code a bit, but mostly avoids having to modify all type-specific callback functions if/when we have to add generic processing to IDs there. - Seriously factorize `expand_xxx` area, in the same way we were already doing in `direct_link_xxx` and `lib_link_xxx` areas. Note that this actually also fixes some bugs (at least, potential ones), like e.g. missing call to expand_id() for our beloved 'private ID' (nodetrees & co), in current master code... Differential Revision: https://developer.blender.org/D6764 |
Revision 921d74d by Bastien Montagne February 6, 2020, 17:55 (GMT) |
NodeTree: Add access to the address of an ID's nodetree pointer. |
Revision 49b66ad by Nathan Letwory February 6, 2020, 16:57 (GMT) |
Merge branch 'blender-v2.82-release' into master |
Revision f875655 by Nathan Letwory February 6, 2020, 16:27 (GMT) |
Reference correct sha1s of submodules |
Revision 1bb702d by Sebastián Barschkis February 6, 2020, 16:24 (GMT) |
OpenVDB: Fix IOError in try catch statement Broader exception handling for OpenVDB IO errors. |
Revision e7d71ce by Sebastián Barschkis February 6, 2020, 15:53 (GMT) |
Fluid: Fixed slow cache loading for smoke data Cache files are currently loaded via the Manta Python API. With very big caches this can slow down the viewport playback. Especially smoke simulations, which just load grids and no meshes, can suffer from this. This fix solves this problem by directly loading the cache files from disk (no Python). This fix has been in the works for some time. The developer of this patch is ready to handle any potential fall-out of this patch quickly. |
Revision ae112a3 by Sebastián Barschkis February 6, 2020, 14:59 (GMT) |
Fluid: Removed UI locks for cache file types Caches that haven't been baked yet should not be locked. |
Revision b088d1e by Sebastián Barschkis February 6, 2020, 14:56 (GMT) |
Particle: Added sanity in particle system removal function Added a NULL check since psys_get_modifier() might also return a NULL pointer. |
Revision 807aefd by Philipp Oeser February 6, 2020, 14:46 (GMT) |
Fix (unreported) timeline missing refresh on VSE selection change Keyframes and channels were not updating immediately (you had to enter channel and main regions with the mouse to force a redraw). Differential Revision: https://developer.blender.org/D6762 |
Revision 62ca9bc by Brecht Van Lommel February 6, 2020, 12:36 (GMT) |
Cleanup: refactor default materials and shader nodes |
February 6, 2020, 10:54 (GMT) |
Smooth Modifier add invert vgroup option Adds the invert vertex group option to the smooth modifier. Setup same way as previous modifiers. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6745 |
February 6, 2020, 10:51 (GMT) |
Curve Modifier add invert vgroup option Adds the invert vertex group option to the Curve modifier. Adds a short flag and char pad to the Curve modifier DNA. Passes the flag into the curve_deform_verts function as the weight values are found there and not in the modifiers .c file. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6746 |
Revision 2abe733 by Antonio Vazquez February 6, 2020, 10:38 (GMT) |
Merge branch 'blender-v2.82-release' |
|