Revision 9c509a7 by Pablo Vazquez May 7, 2021, 15:17 (GMT) |
UI: Display indicator in the 3D Viewport when Clipping Region is on Small addition inspired by [this tweet](https://twitter.com/Vorundor/status/1390645286624763909) of a user in a situation I also saw myself in the past. Showing "(Clipped)" next to the view name in the `Text Info` overlay fits well since it's a per-viewport setting. {F10059921, size=full} While on Local view: {F10059925, size=full} Multiple viewports: {F10059946, size=full} Reviewed By: Severin Differential Revision: https://developer.blender.org/D11193 |
Revision 8f04ddb by Pablo Vazquez May 7, 2021, 15:12 (GMT) |
Node Editor: Show frame label only when a label is set Avoids having frames with the word "Frame" on top, resulting in less visual noise. (users were working this around by adding a space as label name). Differential Revision: D11193 |
Revision 8d6264e by Sebastian Parborg May 7, 2021, 15:12 (GMT) |
Cleanup: Remove deprecated variables and functions calls from our ffmpeg code There need to be more cleanup for ffmpeg 4.5 (ffmpeg master branch). However this now compiles on ffmpeg 4.4 without and deprication warnings. Reviewed By: Sergey, Richard Antalik Differential Revision: https://developer.blender.org/D10338 |
Revision 5bfd5e7 by Hans Goudey May 7, 2021, 14:55 (GMT) |
Fix: Curve to mesh node fails with one point and no profile Just because the spline is cyclic does not necessarily mean that it has an edge. |
Revision 36ffa5b by Sebastian Parborg May 7, 2021, 14:53 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 9cdf116 by Sebastian Parborg May 7, 2021, 14:51 (GMT) |
Fix: No sound is exported with ffmpeg 4.4 We were not assigning the amount of sound channels to the output frames. Newer ffmpeg releases has sanity checks in place and doesn't fall back to two channels anymore. |
Revision 7d90b0a by Charlie Jolly May 7, 2021, 14:27 (GMT) |
Geometry Nodes: Parallelize Attribute Curve Map node This adds `parallel_for` to the Attribute Curve Map node to improve performance. Grain size set to 512. Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D11194 |
Revision 8e3a73b by Bastien Montagne May 7, 2021, 14:14 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision 8241678 by Bastien Montagne May 7, 2021, 14:07 (GMT) |
LibOverride: more tweaking to handling of obsolete overrides during resync. this is a followup to rB2bd85d9cc623, we cannot forcefully delete obsolete overrides of object data (meshes etc.), as this implies also deleting their user object, which might still be a perfectly valid override, albeit in conflict regarding its obdata ID pointer... |
Revision bcfdbbf by Jacques Lucke May 7, 2021, 13:57 (GMT) |
Cleanup: clang tidy readability-inconsistent-declaration-parameter-name |
Revision a932b9e by Dalai Felinto May 7, 2021, 13:45 (GMT) |
Cleanup: make format (clang-format) |
Revision 94838ba by Dalai Felinto May 7, 2021, 13:45 (GMT) |
Silence warnings |
Revision b78a1c0 by Dalai Felinto May 7, 2021, 13:45 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.93-release' |
Revision d0c63a2 by Dalai Felinto May 7, 2021, 13:41 (GMT) |
Cleanup: make format (clang-format) |
Revision c58bf31 by Antonio Vazquez May 7, 2021, 13:30 (GMT) |
GPencil: Add Bracket keymaps to increase/decrease brush size This add the missing keymaps. Requested by Jukien Kaspar. Differential Revision: https://developer.blender.org/D11183 |
Revision e7312ef by Bastien Montagne May 7, 2021, 10:54 (GMT) |
Merge branch 'blender-v2.93-release' |
Revision aa8e058 by Bastien Montagne May 7, 2021, 10:54 (GMT) |
LibOverride: Do not preserve local overrides when their linked data disappear. This is the opposite of previous code, which would keep those 'deprecated' overrides arround (often in a dedicated collection), when they were detected as user-edited. While this is a safe-ish way to (try to) preserve user-edited data, this tends to add too much 'trash' data to production scenes, which cleaning becomes a burden. Note that user will get warnings in thos cases, and can always choose not to save the current blend file and go fix the library issue instead. |
Revision a54253f by Bastien Montagne May 7, 2021, 10:54 (GMT) |
LibOverride: Add proper reports when deleting user-edited overrides as part of resync. Logs are not enough here, we need proper warning visible for the user. |
Revision 2bd85d9 by Bastien Montagne May 7, 2021, 10:52 (GMT) |
LibOverride: Fix many 'obsolete' overrides not being properly deleted. Code detecting overrides which reference linked data is missing was actually missing many cases, leading to too much garbage data being kept around after resync process. |
Revision 23acca0 by Sergey Sharybin May 7, 2021, 10:43 (GMT) |
Fix T88100: Crash going to shading tab |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021