October 18, 2019, 12:43 (GMT) |
Fix T70815: Missing tool settings redraw when using Annotate Tool |
October 18, 2019, 12:43 (GMT) |
Fix T70605: incorrect darken and lighten rgb mix mode Differential Revision: https://developer.blender.org/D6058 Reviewers: brecht, fclem |
October 18, 2019, 12:43 (GMT) |
Cleanup: Use BKE_object_is_visible elsewhere |
October 18, 2019, 12:43 (GMT) |
Fix T70433: No shortcut in tooltip for viewport X-Ray While not a bug exactly, it's useful to show the shortcut, expose the operator in the UI instead of the property. |
October 18, 2019, 12:43 (GMT) |
Cleanup: warnings building with Python 3.8 |
October 18, 2019, 12:43 (GMT) |
Fix T70850: Scene.frame_set doesn't update camera from markers |
October 18, 2019, 12:43 (GMT) |
Fix T70560: Large cones are created with double vertices (even though the radius is zero) Merge threshold for remove_doubles was hardcoded, now scaled by depth. Reviewed By: campbellbarton Maniphest Tasks: T70560 Differential Revision: https://developer.blender.org/D6001 |
October 18, 2019, 12:43 (GMT) |
Cycles: Allow PTX targets for CUDA kernel build. This is intended for developers on Windows primarily: Now, CUDA architectures of type compute_xx are supported. This allows for quicker builds, at the expense of the CUDA driver running ptxas the first time a kernel is loaded. Differential Revision: https://developer.blender.org/D5953 |
October 18, 2019, 12:43 (GMT) |
Cleanup: pep8 for templates |
October 18, 2019, 12:43 (GMT) |
GPencil: Fix unreported duplicated brushes The eraser and fill brushes were duplicated due a bug introduced by versioning code. |
October 18, 2019, 12:43 (GMT) |
Fix incorrect brush falloff flag use Harmless currently since they're the same value, would fail if other options were added. |
October 18, 2019, 12:43 (GMT) |
Fix T70581: Node Wrangler output switching broken When executing the node selection operator through Python, or in fact any similar select operator with drag-all-selected support, the operator was enabling modal execution, which should not be done in this case. Reason was simply a wrong default for an internal property. |
October 18, 2019, 12:43 (GMT) |
Fix Filebrowser Blender ID filter When the filtering option was disable we should see all the datablock types. Differential Revision: https://developer.blender.org/D6033 |
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 |
|