May 23, 2019, 19:12 (GMT) |
Merge branch 'master' into asset-engine Conflicts: source/blender/blenkernel/intern/library.c source/blender/blenkernel/intern/library_remap.c source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/versioning_defaults.c source/blender/editors/space_file/space_file.c source/blender/makesdna/DNA_space_types.h source/blender/windowmanager/WM_api.h source/blender/windowmanager/intern/wm_files_link.c source/blender/windowmanager/intern/wm_init_exit.c |
May 23, 2019, 16:42 (GMT) |
[Fast import/export] Added option to disable deduplicating UVs and normals and small refactoring |
Revision 68174cf by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 23, 2019, 15:27 (GMT) |
Merge branch 'master' into functions |
Revision ef22ff0 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 23, 2019, 15:01 (GMT) |
GPencil: Redesign Grab evaluation transform calculation Still problems with single points strokes |
Revision 7acb5b9 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 23, 2019, 10:55 (GMT) |
GPencil: More test to apply evaluated rotation in Sculpt This is an experimental commit |
May 23, 2019, 09:54 (GMT) |
new: Collada added global orientation transform to export |
May 22, 2019, 20:35 (GMT) |
Merge branch 'master' into collada |
Revision cbb8bd4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 15:31 (GMT) |
better cross platform exponent computation |
Revision 8c37c37 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 15:21 (GMT) |
more assertions in ArrayLookup |
Revision e59d026 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 15:11 (GMT) |
create ArrayRef from std::vector and std::array |
Revision dac0f48 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 15:00 (GMT) |
cleanup SmallMap |
Revision 2888708 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 14:41 (GMT) |
ArrayRef constructor for SmallSet |
Revision 3ab2a2a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 14:37 (GMT) |
correct small object optimization for sets and maps |
Revision d5b707b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 14:22 (GMT) |
improve SmallStack class |
Revision 9ec8e30 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 14:16 (GMT) |
more efficient small vector extend |
Revision b328317 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 14:05 (GMT) |
fix memory leaks in unit tests |
Revision 24c3b57 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 13:53 (GMT) |
remove unused StringCollection |
Revision 7863cf8 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 13:41 (GMT) |
cleanup ScopedTimer |
Revision 900e7f6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 22, 2019, 13:31 (GMT) |
Merge branch 'master' into functions |
May 22, 2019, 11:22 (GMT) |
[Fast import/export] Fixed compile error Including BKE_mesh.h before BLI_sys_types.h creates a compile error, where uint isn't defined. This is strange and I'm not sure where it comes from, but I think it's a consequence of some change in master. |
|