April 30, 2020, 23:24 (GMT) |
Merge changes from patch review |
April 30, 2020, 22:07 (GMT) |
Curve: Force pretesselate modifier to output a Mesh output This is to improve the case of T71055 where curves share the same batch cache when they shouldn't. This however, does not help to fix edit mode display. The real fix would be to have a similar handling to what the mesh modifiers do and duplicate the whole Curve data. But this is too much work/change for the 2.83 release. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7569 |
April 30, 2020, 22:03 (GMT) |
Curve: Force pretesselate modifier to output a Mesh output This is to improve the case of T71055 where curves share the same batch cache when they shouldn't. This however, does not help to fix edit mode display. The real fix would be to have a similar handling to what the mesh modifiers do and duplicate the whole Curve data. But this is too much work/change for the 2.83 release. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7569 |
April 30, 2020, 21:19 (GMT) |
Merge branch 'master' into modifier-panels-ui |
April 30, 2020, 21:14 (GMT) |
- Merge changes from patch 2 - Move panel type lookup to constraints.c |
April 30, 2020, 20:08 (GMT) |
Merge branch 'panel-list-patch-2' into panel-list-patch-3 |
April 30, 2020, 20:03 (GMT) |
Merge branch 'panel-list-patch' into panel-list-patch-2 |
April 30, 2020, 20:00 (GMT) |
Merge branch 'master' into panel-list-patch |
April 30, 2020, 20:00 (GMT) |
Revert "Windows: Support backtraces on release builds." Issues with older cmake. |
April 30, 2020, 19:51 (GMT) |
VSE: Add frame interpolation option to speed effect Do cross transition from current to next frame instead of displaying one image for n frames. Reviewed By: ISS, sergey, campbellbarton Differential Revision: https://developer.blender.org/D7417 |
April 30, 2020, 19:34 (GMT) |
April 30, 2020, 19:21 (GMT) |
UI: Fix animating panels after drag changing region size The previous commit for this issue, 8e08d80e52d6, missed the case where the panel animates to its aligned position when the mouse is released. |
April 30, 2020, 18:54 (GMT) |
Fix T76276: Compiler Error C1061 due to too many nested if/else in MANTA_main.cpp The compiler error should be fixed by removing the 'else if' blocks. However, this function should still be refactored in the future. |
April 30, 2020, 18:54 (GMT) |
clean-up: Remove left over debug print. |
April 30, 2020, 18:41 (GMT) |
Windows: Support backtraces on release builds. This diff add supports for crash logs on windows for release builds. This can be toggled on/off with the `WITH_WINDOWS_PDB` cmake option. by default it is on. Things to take into consideration: Release builds are hightly optimized and the resulting backtraces can be wrong/misleading, take the backtrace as a general area where the problem resides rather than an exact location. By default we ship a minimized symbol file that can only resolve the function names. This was chosen to strike a balance between growth in size of the download vs functionality gained. If more detailed information is required such as source file + line number information a full pdb can be shipped by setting `WITH_WINDOWS_STRIPPED_PDB` to off. The Release in the title of this diff refers to the release build type, not the official blender releases. Initially this will only be enabled for nightly build bot versions of blender, official releases as of now will not ship with symbols. Differential Revision: https://developer.blender.org/D7520 Reviewed by: brecht |
April 30, 2020, 18:20 (GMT) |
Merge branch 'panel-list-patch-2' into panel-list-patch-3 |
April 30, 2020, 18:12 (GMT) |
Review update |
April 30, 2020, 17:20 (GMT) |
Fix dragging panels changing region size While dragging panels, the region size would change which would feel glitchy. See D7462 for a demo of the issue. |
April 30, 2020, 16:51 (GMT) |
Merge branch 'panel-list-patch' into panel-list-patch-2 |
April 30, 2020, 16:50 (GMT) |
Merge branch 'master' into panel-list-patch |
|
|
|


Master Commits
MiikaHweb | 2003-2021