Revision 006e850 by Campbell Barton August 1, 2020, 02:52 (GMT) |
Cleanup: spelling |
Revision 03afffc by Campbell Barton August 1, 2020, 02:18 (GMT) |
Merge branch 'blender-v2.90-release' into master |
Revision 06f3312 by Campbell Barton August 1, 2020, 02:18 (GMT) |
Merge branch 'blender-v2.90-release' into master |
Revision 72b422c by Campbell Barton August 1, 2020, 02:15 (GMT) |
UV: support select linked with sync-select in vert/edge modes |
Revision 732434c by Campbell Barton August 1, 2020, 02:14 (GMT) |
Fix T46568: UV select-linked failure to de-select Shift-L was de-selecting all instead of the linked UV's. |
Revision 106e765 by Sebastián Barschkis July 31, 2020, 21:27 (GMT) |
Fluid: Another adjustment for Python pointers Yet another update to ensure that pointer variables are always up to date, i.e. those referencing the memory allocated by Mantaflow. Outdated pointers usually show up through flickering in viewport. |
Revision 251ae10 by Antonio Vazquez July 31, 2020, 16:20 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 71683be by Antonio Vazquez July 31, 2020, 16:20 (GMT) |
Fix T78884: GPencil weight paint crash when painting over modifier generated points The weight must be added only to the real points, not to the autogenerated points by modifiers. This affects, not only to subdivide, but to any modifier that generate points. |
Revision 7e64f6c by Sebastián Barschkis July 31, 2020, 15:42 (GMT) |
Fluid: Fix for Python pointer update (flickering in smoke/fire issue) In f2b04302cdec the pointer update was refactored. It was sufficient to update pointers just in replay mode at the end of a step since the 'ensure()' functions from manta_fluid_API.cpp had their own pointer update call. These were removed in 51f4bee5a5d7, however, and so in order to still have some sort of update, the given update call needs to be available to all cache types. |
Revision 83f8223 by Ray molenkamp July 31, 2020, 15:34 (GMT) |
Deps builder: Add support for building GMP Required for the new boolean code, disabled by default until all platforms have landed the libs and the boolean code actually lands in master. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8384 |
Revision a2c6c51 by Philipp Oeser July 31, 2020, 14:46 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision cab9673 by Philipp Oeser July 31, 2020, 14:39 (GMT) |
Fix T79111: Cycles: Image Sequence not rendering Caused by c7aa0f9d743ee9cafe91b4a51d9f1ecc5e437d71. Since above commit, BKE_image_user_frame_calc requires an image (not just the iuser) to get the framenumber. Cycles used to call this with NULL image (in `image_user_file_path` and `image_user_frame_number`), now pass the image as well. Maniphest Tasks: T79111 Differential Revision: https://developer.blender.org/D8439 |
Revision 2a0a2c1 by Sebastián Barschkis July 31, 2020, 14:32 (GMT) |
Fluid: Cleanup and improved readability A collection of multiple changes that had been living in my stash: - Use nullptr instead of NULL in C++ files - Removed unused/deprecated functions from headers - Cleared animatable flag in cache UI - Comment cleanups |
Revision 51f4bee by Sebastián Barschkis July 31, 2020, 14:32 (GMT) |
Fluid: Refactored Python fluid initialization functions Initialization functions now have a return type which will be asserted during fluid object creation. |
Revision f2b0430 by Sebastián Barschkis July 31, 2020, 14:32 (GMT) |
Fluid: Refactored Python pointer update function Use static_cast() where possible and refresh pointers for every frame when in replay mode. The latter is particularly important as this seems to have caused the issue where smoke in the viewport was flickering when loading data from pointers after loading them from disk for the frame before (e.g. when resuming a bake job). |
Revision 227e20f by Germano Cavalcante July 31, 2020, 14:25 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 1ff1a2b by Germano Cavalcante July 31, 2020, 14:24 (GMT) |
Fix T78600: Crash when transforming doubles with mirroring on `EDBM_verts_mirror_cache_begin_ex` could do a better work avoiding these duplicates, but this is a separate problem. |
Revision 201b405 by Sebastián Barschkis July 31, 2020, 13:19 (GMT) |
Fluid: Fix missing WITH_FLUID in draw code The new draw code from 486c7b87fb06 was just missing a WITH_FLUID flag. |
Revision 81caec8 by Brecht Van Lommel July 31, 2020, 12:41 (GMT) |
Fix blender_test runner build on the buildbot on Linux and macOS Add our own copy of the gtest discovery scripts from CMake a few reasons: * Use the very latest version which supports PRE_TEST for Windows * Fix usage of [] symbols in file paths that fail with the zsh shell * Disable asan leak checker when discovering tests This means Windows also no longer requires the very latest CMake 3.18. |
Revision 5628aae by Brecht Van Lommel July 31, 2020, 12:15 (GMT) |
Fix build of blender_test runner on macOS |
|
|
|


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