March 10, 2020, 09:25 (GMT) |
Codesign: Attempt to make macOS codesign more reliable Is still sometimes .ready file appears prior to an actual archive. |
March 10, 2020, 09:24 (GMT) |
Buildbot: Enable version character for development builds Allows to have 2.82a as a beta version on buildbot. |
March 10, 2020, 08:01 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision bf4d5f8 by Joseph Eagar March 10, 2020, 02:12 (GMT) |
Merge branch 'master' of git://git.blender.org/blender |
March 10, 2020, 00:40 (GMT) |
Minor cleanup: Use r_ prefix for return arguments |
March 9, 2020, 19:59 (GMT) |
Revert typo fix to ensure localisations don't break |
March 9, 2020, 19:55 (GMT) |
Update add-ons submodule with fixes for 2.82a |
March 9, 2020, 19:33 (GMT) |
Fix T72253: Mantaflow adaptive domain cuts off The issue of T72253 was that the density threshold (RNA adapt_threshold) was considering cells as empty cells too early and thus also shrinking the domain too early. The fix for this is to use smaller threshold values for the adaptive domain. This fix gives more flexibility in the UI to do just that. |
March 9, 2020, 19:33 (GMT) |
Revert "Constraints: remove special meaning of Local Space for parentless Objects." This reverts commit 7728bfd4c45c634ba6b62e149176425ec5779945. Although this brings back an inconsistency in the behaviour of constraints on objects and bones, people were relying on the old behaviour, and the new behaviour broke their files. It is still desired to remove this inconsistency, but it will happen more gradually. |
March 9, 2020, 19:33 (GMT) |
March 9, 2020, 19:33 (GMT) |
Fix T74295: Cloth + Internal springs crashes on a non-polygonal geometry Added check to see if the mesh has any polygons at all. If there are no polygons, the bvh tree data will consist of null pointers, so skip internal springs if this is the case. |
March 9, 2020, 19:33 (GMT) |
Fix T74278: Light, Image Object, and Compositor Backdrop Viewer Node gizmos are too big Caused by rB9cac5fa681c5 which fixed the handles for the camera border gizmo (being much too small)-- which in turn was broken by rB98e4fbc7cc9e. Camera border gizmo sets up its matrix_space a bit differently [this is why we are getting very small values in gizmo_calc_rect_view_scale -- needs more investigation], but instead of breaking it for Light, Image and Compositor Backdrop, lets just compensate by scaling the Camera Border Gizmo for now. Maniphest Tasks: T74278 Differential Revision: https://developer.blender.org/D6991 |
March 9, 2020, 19:33 (GMT) |
Fix crash when compiling renderpass shader on some AMD drivers Differential Revision: https://developer.blender.org/D6959 # Conflicts: # source/blender/draw/engines/eevee/shaders/renderpass_postprocess_frag.glsl |
March 9, 2020, 19:33 (GMT) |
Fix (unreported) Separate bones creates empty armature Fix for fix (rB8bf7ca9fe31c). The fix was not actually working [neither for multi-armature-editing as intended nor for single armatures] and it broke single-armature bone separation completely. More or less indentation issue, move relevant code out of bone loop, do after all bones have been checked, guess this was intended anyways. Differential Revision: https://developer.blender.org/D6949 |
March 9, 2020, 19:33 (GMT) |
Fix camera border gizmo size |
March 9, 2020, 19:33 (GMT) |
Fix T72903: Bone envelope & bone size tool functionality swapped |
March 9, 2020, 19:33 (GMT) |
Fix T74182: Crash saving images from non-image spaces |
March 9, 2020, 19:33 (GMT) |
Fix T74003: Autocomplete bug with mesh.loop_triangles. in Blender Python Console. The collection property `loop_triangles` was given the RNA type `MeshLoopTriangle` (the type of the collection's items), instead of `MeshLoopTriangles` (the actual expected RNA collection/array type). The cutest, tiniest typo mistake in RNA code, leading to some complete non-sense... It's fairly amazing that this did not cause more severe issues actually. |
March 9, 2020, 19:33 (GMT) |
Fix T73932: modifying keyframes in nodes fails when there is an image sequence Image animation should not be an depsgraph node of type ANIMATION, there is no need for it to be affected by the special casing for that. |
March 9, 2020, 19:33 (GMT) |
Fix T54270: Reset last_hit and last_location when reading the file It does not make sense to read those values when loading a file and they can crash the cursor if they contain invalid coordinates. Reviewed By: brecht Maniphest Tasks: T54270 Differential Revision: https://developer.blender.org/D6754 |
|
|
|


Master Commits
MiikaHweb | 2003-2021