January 15, 2020, 15:23 (GMT) |
Copy full datablock to Eval Need to copy all, or all tags are missing |
January 15, 2020, 15:09 (GMT) |
Fix T71690: Skip enum item separators in uiItemEnumR_string_prop Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D6589 |
January 15, 2020, 15:05 (GMT) |
Revert "GPencil: Fix missing edit points with modifiers" This reverts commit 6c9f72c1b25624625feda2f556566f07eb5d2c66. |
January 15, 2020, 14:51 (GMT) |
January 15, 2020, 14:51 (GMT) |
January 15, 2020, 14:24 (GMT) |
Fix crash with some hidden regions after previous commit E.g. in the default "Animation" workspace this would crash. |
January 15, 2020, 14:17 (GMT) |
Codesign: Fix abort when xcrun returns non-zero code |
January 15, 2020, 14:17 (GMT) |
Codesign: Allow input be relative path |
January 15, 2020, 14:05 (GMT) |
Fix invalid region rectangles, sanitize dynamic region size calulations It was too easy to end up with invalid region rectangles and we were badly protected against them, so that they were hard to catch. In fact we still create a main region for the top-bar, which ended up getting a region height of -1. While this doesn't seem to have caused issues in practice, we should prevent them entirely. So idea was that at the end of region layout resolving, `BLI_rcti_is_valid()` should return `true` for the region rectangle. Further changes here ensure this is true: The `RGN_FLAG_TOO_SMALL` flag is now set whenever there is not enough space for a region or if it would get a size of zero or less. Note: Should the assert fail, please do not just disable it and try to actually address the root of the issue. |
January 15, 2020, 13:45 (GMT) |
Fix T72871 Overlay: Spotlights cone is much smaller than before |
January 15, 2020, 13:45 (GMT) |
Fix T72574 Overlay: 'Show Cone' for Spotlights not working anymore |
January 15, 2020, 11:21 (GMT) |
Fix T72302: Only hide objects if their collection is visible In Blender 2.80 Shift + H (`object_hide_view_set(unselected=True)`) used to (temporarily) hide objects only if their collection was visible in the current view layer. This behavior was changed in rB0812949bbc3d7acfd1f20a47087ff973110aa177 (D5992) by using `BASE_VISIBLE_DEPSGRAPH` for the decision which object's (temporary) visibility should remain unchanged. Since the view layer visibility and depsgraph visibility has been decoupled in said commit, the correct condition to check is `BASE_VISIBLE_VIEWLAYER`. This patch is a fix for T72302 Differential Revision: https://developer.blender.org/D6583 |
January 15, 2020, 10:51 (GMT) |
GPencil: Fix missing edit points with modifiers The flag was updated in original datablock, but not in eval copy. |
January 15, 2020, 10:42 (GMT) |
Fix linking error with ffmpeg_test on Linux The exact reason is unclear, but we might as well link just the few libraries that are actually needed for ffmpeg. |
January 15, 2020, 10:23 (GMT) |
Merge branch 'blender-v2.82-release' |
January 15, 2020, 10:18 (GMT) |
Fix numaapi on PowerPC platforms Seems that previous fix didn't work in all cases: Debian's build environment didn't fully detect endianess, possibly due to typo, possibly due to difference in various environments. Using define magic from a more battle-tested project seems a safe way to go. There are more changes than just PPC since the upstream commit contains full re-synchronization of all defines. This commit updates numaapi to a latest library version from upstream. |
January 15, 2020, 10:11 (GMT) |
Merge branch 'greasepencil-refactor' into temp-gpencil-eval |
January 15, 2020, 10:09 (GMT) |
GPencil: Set default vertex color to White |
January 15, 2020, 09:41 (GMT) |
Cleanup compiler warnings |
January 15, 2020, 09:22 (GMT) |
Merge branch 'greasepencil-refactor' into temp-gpencil-eval |
|
|
|


Master Commits
MiikaHweb | 2003-2021