Revision c05e173 by DaweiSun (cycles_unbiased_volumes) September 10, 2019, 21:17 (GMT) |
make local not working on selected linked objects |
September 10, 2019, 20:39 (GMT) |
Fix build error: Update changed PointerRNA field |
September 10, 2019, 20:05 (GMT) |
Fix T69729: Missing Direction buttons in Draw Sharp brush Reviewed By: brecht Maniphest Tasks: T69729 Differential Revision: https://developer.blender.org/D5746 |
September 10, 2019, 19:59 (GMT) |
EEVEE: Volume: Fix error in fallback integration algo |
September 10, 2019, 19:59 (GMT) |
EEVEE: Volume: Speedup: Use Image load store extension Reviewed By: brecht Differential Revision: https://developer.blender.org/D5740 |
September 10, 2019, 19:12 (GMT) |
Move all CustomData correction logic used on Edge/Vert Slide to `transform_convert_mesh.c` And apply changes to mirror elements |
September 10, 2019, 17:55 (GMT) |
Merge branch 'master' into greasepencil-object |
September 10, 2019, 16:40 (GMT) |
UI: File browser deselect on click on empty space For the default and industry compatible keymap, clicking on empty space in the file browser will deselect all files. Also makes selection use same operator description we use for other select operators. |
September 10, 2019, 16:31 (GMT) |
More quadriflow review fixes |
September 10, 2019, 15:51 (GMT) |
Fix SDNA error expanding names not updating name array sizes This doesn't cause problems at the moment, it just makes using name sizes possible in the future. |
September 10, 2019, 15:51 (GMT) |
Cleanup: no need to add Brush.flag2 Also use 'use_' prefix for RNA booleans. |
September 10, 2019, 15:49 (GMT) |
GPencil: Deduplicate function The same code was duplicated and now it was moved to shared function. |
September 10, 2019, 15:45 (GMT) |
Fix T69723: Crash with mask expand operator while in rendered or material view Reviewed By: brecht Differential Revision: https://developer.blender.org/D5745 |
Revision 9727603 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 10, 2019, 15:41 (GMT) |
fix keymap registration |
September 10, 2019, 15:41 (GMT) |
GPencil: New Simplify Tint option This is useful to disable all layers tint in one step and it will be used for future operators. |
September 10, 2019, 15:07 (GMT) |
UI: File Browser Custom Folder Color Allows file browser folders to be shown in a theme-selectable color, default of manila. Differential Revision: https://developer.blender.org/D5713 Reviewed by Brecht Van Lommel |
Revision 8024da6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 10, 2019, 15:02 (GMT) |
testing initial bit array ref implementation |
September 10, 2019, 14:57 (GMT) |
Rename `TransDataMirror` members and use bitfield for sign |
September 10, 2019, 14:57 (GMT) |
Cleanup: Use more descriptive variable names |
September 10, 2019, 14:57 (GMT) |
EditMesh support mirror on all axes Part of T68930 This patch adds two more mirror options that can be enabled simultaneously: Mirror Y and Z. Since different transformation options use their own mirroring code (eg edge / vert slide and proportional editing), this patch proposes a generic solution that can be applied to any transformation. The idea is to create a new array type that points to the location of each reference element with the mirror element location. This reduces the amount of `TransData` that is already overkill. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D5720 |
|
|
|


Master Commits
MiikaHweb | 2003-2021