July 24, 2020, 09:41 (GMT) |
DNA: disable 'int8_t' since it's not properly supported Currently negative values from this type will be changed if the int8_t changes to a int16_t for e.g. |
July 24, 2020, 09:39 (GMT) |
WIP: fix syntax highlighting in console |
July 24, 2020, 09:24 (GMT) |
Merge branch 'blender-v2.90-release' |
July 24, 2020, 09:23 (GMT) |
Fix interface artifacts on Intel GPUs This is a continuation of fix for T78307. Turns out instancing do not work at all, so enforce single widget drawing on macOS and Intel GPU. It was also reported that certain AMD and Mesa driver suffer from similar issue, so disabled instancing for this configuration as well. Differential Revision: https://developer.blender.org/D8374 |
July 24, 2020, 09:09 (GMT) |
Added tests for Curves both generate and deform |
July 24, 2020, 09:09 (GMT) |
Added FluidSpec for Fluid simulations and a test. Note the test should be run in 2.90 |
July 24, 2020, 09:01 (GMT) |
Cleanup: remove redundant glReadBuffer call when reading pixels |
July 24, 2020, 06:28 (GMT) |
Merge branch 'master' into soc-2020-info-editor # Conflicts: # source/blender/blenkernel/intern/fcurve_driver.c # source/blender/windowmanager/intern/wm_files_link.c |
July 24, 2020, 06:21 (GMT) |
Merge branch 'blender-v2.90-release' |
July 24, 2020, 06:20 (GMT) |
Fix T79209: Empties have disabled viewport display settings |
July 24, 2020, 05:58 (GMT) |
Merge branch 'blender-v2.90-release' |
July 24, 2020, 05:55 (GMT) |
Fix shape key pin toggle drawing as disabled in edit-mode Pin can be used in edit-mode when shape key in edit-mode is enabled. |
July 24, 2020, 03:58 (GMT) |
Cleanup: use doxy sections, update comments missed from refactor |
July 24, 2020, 03:33 (GMT) |
Outliner: Remove outliner parent object selection In order to fix T74332 it was necessary to flag parent elements as selected in the outliner to prevent the bases from being deselected on the selection sync. This ensures the parent object is selected for editing drivers, etc. An annoying issue that results from this is the context menu shows Object entries even when the target is a data (material, action, bone) type. This also causes issues with drag and drop and other operations. This adds a new TSE flag to prevent a selection sync on a per-element case. This is used to prevent a parent element sync which ensures the parent object stays selected, but it does not draw as selected in the outliner. |
July 24, 2020, 03:03 (GMT) |
Merge branch 'master' into soc-2020-outliner |
July 24, 2020, 00:13 (GMT) |
GHOST: Vulkan: Add ImageView, Framebuffer and default RenderPass |
July 23, 2020, 22:42 (GMT) |
GHOST: Vulkan: Add swapchain creation |
July 23, 2020, 22:35 (GMT) |
Try to fix build error Not sure if this is the correct fix, because I can't reproduce the error. |
July 23, 2020, 22:04 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
July 23, 2020, 22:03 (GMT) |
Fix curve not being visible in Object mode. Thanks to Howard Trickey(@howardt) for finding the fix! |
|
|
|


Master Commits
MiikaHweb | 2003-2021