Revision 95247b4 by Aaron Carlisle March 27, 2020, 01:34 (GMT) |
UI: Use Title Case |
Revision 03ac301 by Aaron Carlisle March 27, 2020, 01:20 (GMT) |
UI: Spelling Inconsistencies |
Revision e1ee4df by Campbell Barton March 27, 2020, 00:47 (GMT) |
Cleanup: redundant mask includes |
Revision c8b85d3 by Campbell Barton March 27, 2020, 00:28 (GMT) |
Cleanup: quiet unused function warning |
Revision ed86f3e by Campbell Barton March 27, 2020, 00:28 (GMT) |
Cleanup: rename WM_modalkeymap API names, matching WM_keymap Rename: - WM_modalkeymap_add to WM_modalkeymap_ensure - WM_modalkeymap_get to WM_modalkeymap_find |
Revision 5c74b09 by Campbell Barton March 27, 2020, 00:28 (GMT) |
Cleanup: add iterator macros to clang-format Also rename START to BEGIN (matching BEGIN/END for most iterator macros). |
Revision 2f149eb by Campbell Barton March 27, 2020, 00:27 (GMT) |
Cleanup: uppercase macros for sculpt iterators, add to clang-format Also use sculpt prefix for SCULPT_CLAY_STABILIZER_LEN. |
March 26, 2020, 23:49 (GMT) |
UI: use pixel unit for generated image dimensions Differential Revision: https://developer.blender.org/D7171 |
March 26, 2020, 23:45 (GMT) |
UI: fix inconsistent modifier menu order for fluid and multiple strokes Differential Revision: https://developer.blender.org/D7172 |
March 26, 2020, 23:44 (GMT) |
Fix T74996: material custom properties not displayed for Cycles Differential Revision: https://developer.blender.org/D7223 |
March 26, 2020, 23:43 (GMT) |
Cleanup: suppress warning about float-to-int conversion Differential Revision: https://developer.blender.org/D7212 |
Revision 5cf6689 by Sebastián Barschkis March 26, 2020, 23:16 (GMT) |
Fluid: Removed obstacle levelset optimization Currently results in unstable particle behavior and incorrect meshing. |
Revision b7666f2 by Aaron Carlisle March 26, 2020, 22:49 (GMT) |
Revision a921a4d by Aaron Carlisle March 26, 2020, 20:29 (GMT) |
Mantaflow: remove reminents of high res smoke It appears this slipped through the code review Reviewed By: sebbas Differential Revision: https://developer.blender.org/D6760 |
Revision 56e0249 by Clément Foucault March 26, 2020, 20:10 (GMT) |
GPU: Add workaround for faulty default attrib values on some drivers On some drivers, the default values is not respected correctly. To workaround this we create a small VBO that contains only 1 vec4 worth of data and just bind it using glBindVertexBuffer to ensure 0 stride. This fixes T75069 Instances not rendered correctly by workbench. |
Revision afb1a64 by Brecht Van Lommel March 26, 2020, 18:57 (GMT) |
Fix T60682: adds macOS alias redirection for directories This adds support for macOS aliases in addition to symlinks. It also adds support for hidden, readonly and system file attributes. Contributed by Ankit (ankitm) with modifications by me. Differential Revision: https://developer.blender.org/D6679 |
Revision d1972e5 by Chris Clyne / Bastien Montagne March 26, 2020, 18:36 (GMT) |
Add option to Copy the active view layer, and add an empty view layer Modify the view layer add operator (and underlying `BKE_view_layer_add`) to allow for copying the current view layer, as well as adding a new one but with all LayerCollections disabled by default (this is important for heavy scenes where currently adding view layers can take a long time due to enabling every collection by default). Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6862 |
Revision 839f0cf by Clément Foucault March 26, 2020, 18:16 (GMT) |
Overlay: Fix crash caused by NULL passes |
Revision 86c61ce by Ray molenkamp March 26, 2020, 17:41 (GMT) |
Cycles: Restore cycles_cubin_cc to working order Reviewed by: brecht pmoursnv Differential Revision: https://developer.blender.org/D7136 |
Revision 58ea0d9 by Ray molenkamp March 26, 2020, 17:30 (GMT) |
Cycles/Optix: Add CYCLES_OPTIX_TEST override This works similarly to the CYCLES_OPENCL_TEST environment variable to allow testing on unsupported hardware. Note: like the OPENCL test override, this is for *testing* only and bug reports on unsupported hardware will *not* be accepted at this point in time. |
|