Revision 91f539b by Brecht Van Lommel July 16, 2019, 15:46 (GMT) |
Fix T66862: crash with mirror modifier applied to curve object |
Revision 28c684f by Sebastian Parborg July 16, 2019, 15:33 (GMT) |
Fix T66999: Blender creates new cache for particles with step 10 instead 1 Update the default init step values to be the same for all caches. This is actually a small hack as these values are not used on the creation of the first cache. But the default init value is 1, so this will not be noticeable anymore. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5271 |
Revision 105ae3b by Bastien Montagne July 16, 2019, 14:08 (GMT) |
Fix T66944: Rigid Body Constraint in duplicated collection is not added to RigidBodyConstraints collection. We only had a very limited, specific handling of that in collection duplication code, but this has to be handled at a much more general level in Object copy code itself, since it makes no sense to duplicate rigidbody object data without adding new copy to relevant rigidbody collections... WARNING: This is a fairly risky rework of rigidbody handling logic when copying an Object data-block. It is *NOT* considered safe enough for 2.80 release. I tried to take into account copy flags to not mess with other IDs (collections) when we are copying outside of Main, and also not do deg tags when this is forbidden, but risk of something going wrong here is too high... |
Revision e6e69a2 by Sybren A. Stüvel July 16, 2019, 13:06 (GMT) |
Fixed crash when adding/removing custom normals from pinned mesh When a mesh is pinned in the properties panel, Blender crashes when you click the "Add Custom Split Normals Data". The code calls `ob = ED_object_context(C)` which returns NULL when the mesh is pinned in the properties panel, causing a segfault when trying to get the mesh via `ob->data`. A new function `ED_mesh_context(C)` avoids this by first checking whether a mesh was pinned in the context. If not, it checks the pinned object's data. If that's not there, or it's not a mesh, it returns the active object's mesh. Finally it returns NULL if there is no active object, or if the active object is not a mesh object. Reviewed By: brecht, mont29 Differential Revision: https://developer.blender.org/D5223 |
Revision dd3e347 by Gaia Clary July 16, 2019, 11:28 (GMT) |
fix T66899: Collada: Shininess/Reflectivity not handled correct Fixed: The Collada Exporter only supports export of Lambert Shaders. But Shininess is not supported with Lambert Shaders. The exporter must not add Shininess to the Shader data! Fixed: The Collada Importer adds an illegal value of -1 for reflectivity when this parameters is not defined in the imported collada data. Now reflectivity is only set when the import data contains a valid value. Discarded: The Collada Importer handles shininess in a dubious way. I have discarded import for now. This needs to be reworked carefully in 2.81. Differential Revision: https://developer.blender.org/D5262 |
Revision 965bd4c by Philipp Oeser July 16, 2019, 11:27 (GMT) |
Fix T66742: Frame selected last weightpaint/vertexpaint stroke not working Mouse values [for 'paint_last_stroke_update()'] gone missing in rB4f616c93f7cb. Thx @campbellbarton for hinting at convention to get mouse from sculpt caches. Reviewers: campbellbarton Maniphest Tasks: T66742 Differential Revision: https://developer.blender.org/D5267 |
Revision c4a6249 by Sebastian Parborg July 16, 2019, 09:44 (GMT) |
Fix T66835: Dynamic Paint weight group isn't updated unless weight has been assigned The dvert layer was not assigned to the mesh data if it had to be created by the dpaint modifier. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5263 |
Revision 6b3c119 by Campbell Barton July 16, 2019, 09:40 (GMT) |
Fix error in app-template image size check |
Revision b0b2546 by Campbell Barton July 16, 2019, 07:27 (GMT) |
Fix assert unlinking text Interferes with debugging. |
Revision c635663 by Campbell Barton July 16, 2019, 07:14 (GMT) |
Revision d5f725a by Campbell Barton July 16, 2019, 06:58 (GMT) |
Cleanup: typos in comments |
Revision 1fa61c8 by Campbell Barton July 16, 2019, 06:56 (GMT) |
Revision d5fa230 by Campbell Barton July 16, 2019, 05:53 (GMT) |
Fix T67002: Crash redoing an action after ID rename |
Revision fdf2d87 by Campbell Barton July 16, 2019, 03:26 (GMT) |
Docs: remove debug value, matching source |
Revision af51988 by Brecht Van Lommel July 15, 2019, 20:44 (GMT) |
Revision f3899c1 by Bastien Montagne July 15, 2019, 20:33 (GMT) |
Fix T64827: "Batch-Generate Previews" crashes. Second completely unrelated issue reported in same task (tssst...), caused by missing doversion code of some changes in recent-ish 2.80 development (tsst... again). Proper fix for the issue (reverted rB8a5a8282ce48 was merely sweeping the dirt under the carpet...). |
Revision 125e0cf by Bastien Montagne July 15, 2019, 20:33 (GMT) |
Revert "Fix T64827 (part two): "Batch-Generate Previews" fails with certain files" This reverts commit 8a5a8282ce48704e60e70cb02d747aede71e70b8. |
Revision c42b7f8 by Brecht Van Lommel July 15, 2019, 20:22 (GMT) |
Fix T66986: fix dylib plugins on macOS not working in code signed release Add more entitlements for code signing. |
Revision 8faaeef by Brecht Van Lommel July 15, 2019, 20:22 (GMT) |
Fix T67016: crash drawing image editor without image |
Revision d061154 by Clément Foucault July 15, 2019, 17:55 (GMT) |
Fix T66983 Wireframe Display in edit mode edges missing when overlays are disabled |
|
|
|


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