October 20, 2020, 16:41 (GMT) |
USD importer: removed unused code. Removed unused version of create_readers(). |
October 20, 2020, 15:50 (GMT) |
Cleanup: warning on windows |
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 |
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 |
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 |
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 0cd7f7d by Jacques Lucke (attribute-accessor, geometry-nodes, geometry-nodes-active-modifier-drawing, geometry-nodes-attribute-nodes, geometry-nodes-boolean-node, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, geometry-nodes-transform-node, geometry-tree-evaluation, temp-geometry-nodes-distribute-points-cleanup, temp-modifiers-instancing) October 20, 2020, 13:31 (GMT) |
October 20, 2020, 13:23 (GMT) |
Cleanup: remove dead code |
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 |
October 20, 2020, 13:08 (GMT) |
Volumes: Fix compilation when building without openVDB And remove a warning. |
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 |
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. |
October 20, 2020, 13:02 (GMT) |
Libmv: Add array<type, size> to libmv namespace |
October 20, 2020, 12:55 (GMT) |
GLTexture: Fix Anisotropic filtering affecting the standard mipmap samplers Everything's in the title... |
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). |
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. |
October 20, 2020, 12:16 (GMT) |
Fix compile error Haven't tested on windows, hope that works. |
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. |
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 |
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 |
|
|
|


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