April 1, 2021, 09:32 (GMT) |
Libmv: Add clang-format for third party sources Got ignored in the initial commit of clang-format support to the Libmv. |
April 1, 2021, 09:30 (GMT) |
Fix condition for ffmpeg seek workaround This condition was in contradiction with comment for function `ffmpeg_generic_seek_workaround()`. I have noticed, that formats that seeked well used this workaround. Problem was that I misunderstood code from `av_seek_frame()` - formats with `read_seek()` function stil don't use generic seeking method. This is defined in `seek_frame_internal()` |
April 1, 2021, 09:22 (GMT) |
improved handling of skipped sockets |
April 1, 2021, 09:04 (GMT) |
Fix T87037: Add tooltip for "Paste Flipped" The "Paste Flipped" operator was missing its own tooltip. This patch adds the tooltip by implementing the `get_description` callback for `GRAPH_OT_paste` and `ACTION_OT_paste`. Reviewed By: sybren Maniphest Tasks: T87037 Differential Revision: https://developer.blender.org/D10859 |
Revision bcbc905 by Sybren A. Stüvel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 1, 2021, 09:03 (GMT) |
Pose Library: rename `apply_flipped` to `flipped` Rename the operator property `apply_flipped` to simply `flipped`, as the verb ("apply") is already in the operator name. This will make it possible to add a `flipped` property to the select/deselect operators too, keeping things consistent. No functional changes. |
April 1, 2021, 08:45 (GMT) |
Fix freezed proxy frames `ffmpeg_generic_seek_workaround()` applied negative offset for seqrched packet timestamp, but proxies always start from 0 and timestamp can be negative. Limit timestamp value to 0, because `av_seek_frame()` doesn't accept negative timestamps and returns with error. This prevents seeking from working correctly. |
April 1, 2021, 08:38 (GMT) |
log more socket values |
April 1, 2021, 08:28 (GMT) |
refactor |
April 1, 2021, 08:18 (GMT) |
initial callback |
April 1, 2021, 08:07 (GMT) |
initial node group support |
April 1, 2021, 07:29 (GMT) |
separate node from display name |
April 1, 2021, 06:42 (GMT) |
Fix T86331: Preferences menu inaccessible until window resize The RGN_TYPE_EXECUTE region was zero height - with the "Load & Save" button drawing outside of those bounds - so it didn't respond to events. This is because the region started off this size and does not change with simply adding the buttons. Although it has RGN_FLAG_DYNAMIC_SIZE, delayed reinit of regions is only currently supported on headers. This gives the execute region an initial (minimum) vertical size but also makes the region **hidden** by default. - Showing Prefs as an editor among others it will show the header but not the execute region. - Showing the Prefs in a popup window, hides the header region and shows the execute region. Ref D10636 |
April 1, 2021, 06:16 (GMT) |
Cleanup: method naming. |
April 1, 2021, 06:16 (GMT) |
Cleanup: Split up methods. |
April 1, 2021, 00:18 (GMT) |
Cleanup: clang format |
April 1, 2021, 00:18 (GMT) |
Clang Format: bump the minimum version to 8 Make use of `StatementMacros` so Python structs are formatted correctly. The comment about STRINGIFY doesn't seem to be valid anymore, so this has been left out. |
March 31, 2021, 23:07 (GMT) |
Cleanup: Use const arguments in curve code |
March 31, 2021, 22:49 (GMT) |
Disfunctional support for geometry nodes on curve Very hacky, doesn't work, but it's a base, and some components work. I have a feeling that the curve modifier stack is just fundamentally broken. |
March 31, 2021, 20:53 (GMT) |
Merge branch 'master' into ui-asset-view-template |
March 31, 2021, 19:43 (GMT) |
Cleanup/CMake: tweak messages in platform_apple |
|
|
|


Master Commits
MiikaHweb | 2003-2021