Revision 3d78e98 by Hans Goudey October 20, 2020, 17:47 (GMT) |
Ocean Modifier: allow spray maps to be baked In comments made by a tester on rB17b89f6dacba007bf, it seems that baking of the spray maps would be useful. This commit adds that capability. Both the spray map and its inverse are baked out in this change, for maximum convenience and to avoid assuming what the user wants. Differential Revision: https://developer.blender.org/D8470 |
Revision de77aa3 by Jacques Lucke October 20, 2020, 15:50 (GMT) |
Cleanup: warning on windows |
Revision c0a0789 by Harley Acheson October 20, 2020, 15:25 (GMT) |
UI: Sculpt 'Inverse Cursor Color' Label Shorten name of 'Inverse Cursor Color' to 'Inverse Color' so that it does not overflow its popover. Differential Revision: https://developer.blender.org/D9274 Reviewed by Brecht Van Lommel |
Revision e05ce1e by Jeroen Bakker October 20, 2020, 15:06 (GMT) |
UV/Image: Remove Legacy Drawing With D8234 a new drawing method for UV/Image editor was introduced. For debugging reasons we left the old drawing method in the code base. This patch will remove the old drawing method. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D9011 |
Revision 239eb95 by Philipp Oeser October 20, 2020, 14:22 (GMT) |
Fix T81865, T81860: CustomData Correction can fail on non standard names Caused by rBaafd71a8a160. In the process of CustomData Correction, we need to make sure we also have matching layer names [as was done before above commit], otherwise this will create layers with default names, applying (mesh_customdatacorrect_apply and friends) will fail then. Maniphest Tasks: T81865 Differential Revision: https://developer.blender.org/D9278 |
Revision 1c08ab4 by Sergey Sharybin October 20, 2020, 14:18 (GMT) |
CMake: Compile GMP library as fat library The idea behind this is to compile all versions of functions, and let the library to pick the best at runtime. Attempting to fix T81835 |
Revision 8319279 by Jacques Lucke October 20, 2020, 13:23 (GMT) |
Cleanup: remove dead code |
Revision 7320ece by Jeroen Bakker October 20, 2020, 13:17 (GMT) |
EEVEE: ShaderToRGB alpha inversed The alpha out socket output the average transmittance, not the alpha. This patch will convert the transmittance to alpha. Found during research of T80919; Issue introduced when `Closure.opacity` was migrated to `Closure.transmittance`. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D9010 |
Revision 257fe5a by Clément Foucault October 20, 2020, 13:08 (GMT) |
Volumes: Fix compilation when building without openVDB And remove a warning. |
Revision 360282c by Sergey Sharybin October 20, 2020, 13:02 (GMT) |
Libmv: Refactor camera intrinsics parameter block Use the newly introduced packed intrinsics, which allows to remove code which was initializing parameters block based on distortion model type. Now such initialization is done by a particular implementation of a distortion model. Differential Revision: https://developer.blender.org/D9192 |
Revision 549841b by Sergey Sharybin October 20, 2020, 13:02 (GMT) |
Libmv: Add generic class for packed intrinsics This is a common class which can be used in all sort of minimization problems which needs camera intrinsics as a parameter block. Currently unused, but will replace a lot of hard-coded logic in the bundle adjustment code. |
Revision 151173f by Sergey Sharybin October 20, 2020, 13:02 (GMT) |
Libmv: Add array<type, size> to libmv namespace |
Revision abc017a by Clément Foucault October 20, 2020, 12:55 (GMT) |
GLTexture: Fix Anisotropic filtering affecting the standard mipmap samplers Everything's in the title... |
Revision 45400b3 by Clément Foucault October 20, 2020, 12:55 (GMT) |
DRW: Disable anisotropic filtering on utility textures Anisotropic filter may result in incorrect algorithm. This only affects util textures (not Image datablocks gpu textures). |
Revision 711b55b by Sebastian Parborg October 20, 2020, 12:46 (GMT) |
Fix libmv test on windows There is no point in testing std::vector capacity as it can differ between std implementations. |
Revision b3d469e by Jacques Lucke October 20, 2020, 12:16 (GMT) |
Fix compile error Haven't tested on windows, hope that works. |
Revision 5bd7eda by Sebastián Barschkis October 20, 2020, 12:06 (GMT) |
Fluid: Add missing versioning for new options in 'Viewport Display' panel Files created before D8705 was merged need to get initial values for the new viewport display fields. |
Revision 14c0897 by Pablo Dobarro October 20, 2020, 11:22 (GMT) |
Fix T81076: Crash on switch object operator undo This fixes the crash and the assert, but undo is done in multiple steps Reviewed By: campbellbarton Maniphest Tasks: T81076 Differential Revision: https://developer.blender.org/D9256 |
Revision 0105f14 by Sebastian Parborg October 20, 2020, 11:04 (GMT) |
Cleanup: General comment style clean up of graph_edit.c and fcurve.c No functional changes. Reviewed By: Sybren A. St�vel Differential Revision: https://developer.blender.org/D7850 |
Revision 580fe9f by Bastien Montagne October 20, 2020, 10:52 (GMT) |
Fix (unreported) install_deps: wrong version number for llvm in some cases. Version reported by package manager is not always satisfying (on Debian testing currently e.g. `llvm-dev` is reported as `9.0`, when exact one is actually `9.0.1`, this break CMake build of Blender then). Just use version reported by `llvm-config` instead, when using distribution packages. |
|
|
|


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