Blender Git Commit Log

All Blender Git commits.

Page: 3244 / 8462

May 29, 2018, 06:31 (GMT)
Bundle bind operator only works in object mode.
May 29, 2018, 06:03 (GMT)
Basic constraint for keeping the center curve attached to the scalp.
Revision 842245a by Rohan Rathi (master)
May 29, 2018, 05:40 (GMT)
Merge branch 'blender2.8' into soc-2018-bevel
May 29, 2018, 03:50 (GMT)
make.bat : fix release build not getting the right settings.
May 29, 2018, 03:44 (GMT)
Merge branch 'master' into soc-2018-volumes
May 29, 2018, 02:07 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
May 29, 2018, 02:07 (GMT)
make.bat : improve error message while detecting the msvc runtime when using clang
May 29, 2018, 01:57 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
May 29, 2018, 01:56 (GMT)
make.bat : add support for building with ninja and clang together.
May 28, 2018, 21:45 (GMT)
COW operators: Fix VIEW3D_OT_view_all cursor not updating with shift+c center cursor

This differential fixes a bug for resetting view (shift+c).
Bug description: When 3D cursor is placed randomly somewhere, and shift+c is pressed,
the cursor is not shown to reset at world center.

Reviewers: sergey, aligorith, brita_

Reviewed By: brita_

Subscribers: brita_

Differential Revision: https://developer.blender.org/D3423
May 28, 2018, 21:27 (GMT)
Cleanup: fix some harmless compiler warnings.
May 28, 2018, 21:24 (GMT)
Fix T55204: proxy object disappearing randomly.

The problem was a missing depsgraph relation between the transforms of
the object and its proxy, it was only there for the pose.
May 28, 2018, 21:19 (GMT)
Fix assert in workbench drawing, instance data not big enough.
May 28, 2018, 21:07 (GMT)
COW operators: Fix drag and dropping of color properties
May 28, 2018, 20:35 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
May 28, 2018, 20:34 (GMT)
Windows: Add support for building with clang.

This commit contains the minimum to make clang build/work with blender, asan and ninja build support is forthcoming

Things to note:

1) Builds and runs, and is able to pass all tests (except for the freestyle_stroke_material.blend test which was broken at that time for all platforms by the looks of it)

2) It's slightly faster than msvc when using cycles. (time in seconds, on an i7-3370)

victor_cpu
msvc:3099.51
clang:2796.43

pavillon_barcelona_cpu
msvc:1872.05
clang:1827.72

koro_cpu
msvc:1097.58
clang:1006.51

fishy_cat_cpu
msvc:815.37
clang:722.2

classroom_cpu
msvc:1705.39
clang:1575.43

bmw27_cpu
msvc:552.38
clang:561.53

barbershop_interior_cpu
msvc:2134.93
clang:1922.33

3) clang on windows uses a drop in replacement for the Microsoft cl.exe (takes some of the Microsoft parameters, but not all, and takes some of the clang parameters but not all) and uses ms headers + libraries + linker, so you still need visual studio installed and will use our existing vc14 svn libs.

4) X64 only currently, X86 builds but crashes on startup.

5) Tested with llvm/clang 6.0.0

6) Requires visual studio integration, available at https://github.com/LazyDodo/llvm-vs2017-integration

7) The Microsoft compiler spawns a few copies of cl in parallel to get faster build times, clang doesn't, so the build time is 3-4x slower than with msvc.

8) No openmp support yet. Have not looked at this much, the binary distribution of clang doesn't seem to include it on windows.

9) No ASAN support yet, some of the sanitizers can be made to work, but it was decided to leave support out of this commit.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D3304
May 28, 2018, 19:57 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides
May 28, 2018, 19:56 (GMT)
Fix readfile for affected collections
May 28, 2018, 19:27 (GMT)
Rename EEVEE visibility group > collection

I think we should rename the DNA as well, and break the 0.01 files using this feature.
But I will leave this decision to Clement.
May 28, 2018, 19:01 (GMT)
Merge branch 'master' into soc-2018-hair-shader

First conflict: IES vs our shader
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021