October 18, 2019, 12:43 (GMT) |
Py API doc generator: more tweaks to adapt to new release process. Now we also create a 'version' symlink for master. |
October 18, 2019, 12:43 (GMT) |
GPU: prevent assert for zero length arrays This could happen with the build modifier. |
October 18, 2019, 12:43 (GMT) |
Py API doc generator: tweak to handle new release process. We need to handle beta stage in a specific way, since it's no longer master, but not yet 'real' rc/release stage... For now, only point to version dir of the API doc, but no need to create any symlink (that way, 'current' remain pointing to 2.80 release, while '2.81' is no longer a symlink to 'master', but its own actual doc). |
October 18, 2019, 12:43 (GMT) |
Fix T70670: Hidden collections are still rendered by Cycles in the Viewport Now local collections are fully working with cycles preview, while the collection visibility bug is fixed. Local collections were not working with cycles viewport even before the recent commit to allow users to show collections that are hidden in the view layer. It just got worse with said commit (0812949bbc3d). Differential Revision: https://developer.blender.org/D6034 |
October 18, 2019, 12:43 (GMT) |
Update Py API link in help menu to point to version dir also in beta. Now that we have beta and master in parallel, we cannot point to API doc from master in beta builds of incoming release anymore. |
October 18, 2019, 12:43 (GMT) |
Cleanup: Fix naming of a function |
October 18, 2019, 12:43 (GMT) |
macOS: add opus to FFMPEG_LIBRARIES |
October 18, 2019, 12:43 (GMT) |
Fix autokeyframe not working on bones mirrored bones The previous code for this didn't work as the MIRROR bone flag would be cleared before the autokeyframe code was run. |
October 18, 2019, 12:43 (GMT) |
Docs: clarify writefile.c format text |
October 18, 2019, 12:43 (GMT) |
Fix T69644 / T68586: objects flag unsynced when drag hidden collections That would lead to crashes and other issues. The solution is not elegant though, it involves resyncing all the collections again. Differential Revision: https://developer.blender.org/D6043 |
October 18, 2019, 12:43 (GMT) |
October 18, 2019, 12:43 (GMT) |
UI: Add renaming to Node and VSE strip context menu We should have that consistently everywhere the operation is available. |
October 18, 2019, 12:43 (GMT) |
File Browser: Add F2 shortcut to rename files Previously, we used Ctrl+Click for renaming, but since that shortcut is now consistently used to add items to the selection, we can't use that. In other cases we switched to F2 now, so it makes sense for the File Browser too. Further, AFAIK renaming was only possible through the context menu, which makes it hard to discover in the right click select keymap (have to press W). Note that I had to do some internal changes to ensure the context menu always acts on the clicked/hovered item, while the shortcut operates on the active item. William and I agreed that this is likely the behavior expected by most users. |
October 18, 2019, 12:43 (GMT) |
Fix image undo restoring float/byte tiles into the wrong buffer type This also resolves the (unlikely) issue of undo having uninitialized zbuf data, now it's cleared instead. |
October 18, 2019, 12:43 (GMT) |
Cleanup: pep8 |
October 18, 2019, 12:43 (GMT) |
Fix T70787: Duplicating objects with custom property of type ID creates bogus links. Note that the issue also affected animdata handling... Checked all usages of the `BKE_libblock_copy_ex()` function, and think never handling user count here is valid, although a bit risky maybe. But other solution would be to add yet another copy flag, so would rather go with that one for now. |
October 18, 2019, 11:35 (GMT) |
Cleanup: clang-format |
October 18, 2019, 11:35 (GMT) |
Cleanup: warnings |
October 18, 2019, 11:35 (GMT) |
Fix T69964: GPencil: Fill options are not shown on a properties editor Differential Revision: https://developer.blender.org/D6041 |
October 18, 2019, 11:35 (GMT) |
Cleanup: Fix wrong assert introduced by rBd98ae27f02c7 |
|