September 12, 2019, 15:42 (GMT) |
Shading: Add Vertex Color node. This patch adds a new Vertex Color node. The node also returns the alpha of the vertex color layer as an output. Reviewers: brecht Differential Revision: https://developer.blender.org/D5767 |
Revision 3c4d8b1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 12, 2019, 15:13 (GMT) |
rename BLI_hash.hpp to BLI_hash_cxx.h |
September 12, 2019, 15:03 (GMT) |
Fix: missing atomic include |
September 12, 2019, 14:55 (GMT) |
BLI: new StringRef and StringRefNull data structures These two data structures reference strings somewhere in memory. They do not own the referenced string. The string is considered const. A string referenced by StringRefNull can be expected to be null-terminated. That is not the case for StringRef. This commit is a continuation of rB369d5e8ad2bb7c2. |
September 12, 2019, 14:36 (GMT) |
Fix T69791: Fix crash reading old file browser in temporary window When reading a old .blend file (from before the new file browser design), we wouldn't create the execute region for existing file editors. This usually wasn't an issue, but it could become one when a file browser was opened in a temporary screen before, and that screen was still visible. Then code spawning the new file browser would re-use the old file browser data, assuming the execute region was there. Handle this in versioning code and let rest of the code keep sane assumtions (e.g. that there always is a execute region, even if invisible). |
September 12, 2019, 14:31 (GMT) |
LANPR: Icon fixes on line type target layer selector. |
Revision d24380d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 12, 2019, 14:31 (GMT) |
remove unused function |
September 12, 2019, 14:30 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 3cdc35d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 12, 2019, 14:29 (GMT) |
test OutputTupleRef abstraction |
September 12, 2019, 14:29 (GMT) |
LANPR: Line type target hide selector when use==false. |
September 12, 2019, 14:21 (GMT) |
GPencil: Add Simplify panel to Workbench engine |
September 12, 2019, 14:21 (GMT) |
GPencil: Fix missing Simplify panel in Cycles Differential Revision: https://developer.blender.org/D5776 |
September 12, 2019, 14:18 (GMT) |
LANPR: Fix assert errors. |
September 12, 2019, 14:08 (GMT) |
September 12, 2019, 14:08 (GMT) |
UI: Two-column layout for User Interface theme settings. Group related settings in columns: * Align Inner, Inner Selected and Outline. * Align Text, Text Selected and Item. Place Shaded settings in its own sub-panel. |
September 12, 2019, 13:58 (GMT) |
Fix T69792: Auto-merge split faces creates faces with unrelated wire edges. |
Revision 9e9e150 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 12, 2019, 13:55 (GMT) |
size parameter in turbulence force node |
Revision 592470b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 12, 2019, 13:45 (GMT) |
simplify code by changing ownership of particle functions |
Revision 1e28a51 by Bastien Montagne (undo-experiments, undo-experiments-idnames, undo-experiments-remap-history, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) September 12, 2019, 13:45 (GMT) |
Merge branch 'master' into undo-experiments |
September 12, 2019, 13:45 (GMT) |
Merge branch 'master' into asset-engine Note: reworking filebrowser UI is still TODO. Conflicts: release/scripts/startup/bl_ui/space_filebrowser.py source/blender/blenloader/intern/versioning_280.c source/blender/editors/include/ED_fileselect.h source/blender/editors/space_file/file_draw.c source/blender/editors/space_view3d/space_view3d.c |
|
|
|


Master Commits
MiikaHweb | 2003-2021