May 15, 2020, 11:39 (GMT) |
Fix segfault when trying to free uninitialized loop normals Forgot this corner case when I created the new normal flip code. |
May 15, 2020, 11:32 (GMT) |
Fix T76710: objects get lost in linked/overridden collections Right now: - drag-drop in the Outliner prevents dropping inside linked collections - drag-drop in the Outliner allows dropping inside overridden collections (should not be the case) - `Object Properties` > `Collections` panel allows to add to overridden collection (should not be the case) - `Object Properties` > `Collections` panel filters out non-local collections (so adding to linked collections is forbidden) - `bpy collection.objects.link()` allows to add to linked collections (should not be the case) - `bpy collection.objects.link()` allows to add to overridden collections (should not be the case) While this might be supported in the future for overriden collections, these cases should not be allowed atm. since objects get lost on file reload. Note: for the case of the `Object Properties` > `Collections` panel, this could be improved further to filter out overridden collections as well. Reviewers: mont29, brecht Subscribers: |
May 15, 2020, 11:06 (GMT) |
Merge branch 'master' into greasepencil-object |
May 15, 2020, 11:05 (GMT) |
GPencil: Fix unreported crash using U key in Draw mode The problem was the preview could be not available when press the key. |
May 15, 2020, 10:59 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.83-release' |
May 15, 2020, 10:58 (GMT) |
Fix T76695: Not exporting normals properly in Alembic format When auto-smooth enabled, but no custom normals layer present, the Alembic exporter would incorrectly assume the mesh was shaded smooth. This is now corrected, and normals are always written when auto-smooth is enabled. |
May 15, 2020, 10:54 (GMT) |
temporary testing stuff |
May 15, 2020, 10:54 (GMT) |
leave only one probing variant |
May 15, 2020, 10:51 (GMT) |
add some collision tests |
May 15, 2020, 10:50 (GMT) |
Merge branch 'master' into single-slot-item-set |
May 15, 2020, 10:48 (GMT) |
BLI: add missing include for size_t |
May 15, 2020, 10:46 (GMT) |
improvements |
May 15, 2020, 10:15 (GMT) |
add multiple slot iterator variants |
May 15, 2020, 10:06 (GMT) |
improve collision stats |
May 15, 2020, 09:54 (GMT) |
Fix T76778: Dopesheet "Show Errors" affects timeline Since the timeline is a variation of the dopesheet, it also respects some of the dopesheet settings. The "Selected Only" setting is overridden from a scene property (since rB4904eadc0f38) and the "Display Hidden" dopesheet setting seems to be ignored. This commit adds the remaining "Show Errors" setting to the menu, allowing it to be updated from the timeline. |
May 15, 2020, 09:33 (GMT) |
cleanup slot iteration |
May 15, 2020, 09:20 (GMT) |
Libmv: Add map utility |
May 15, 2020, 09:20 (GMT) |
Libmv: Cleanup, spelling |
May 15, 2020, 08:53 (GMT) |
Merge branch 'blender-v2.83-release' |
May 15, 2020, 08:46 (GMT) |
Fix T76740: Static Override - Library Override Crash Missing proper tagging of 'backward' pointer from fcurve to its group in RNA would lead to infinite loop... Issue was triggered by override, but crash could be generated from other places as well (like from py console), on any action actually... |
|
|
|


Master Commits
MiikaHweb | 2003-2021