Blender Git Commit Log

All Blender Git commits.

Page: 3230 / 8462

June 1, 2018, 11:21 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/depsgraph/intern/builder/deg_builder_nodes.cc
source/blender/depsgraph/intern/builder/deg_builder_relations.cc
source/blender/makesrna/intern/rna_material.c
June 1, 2018, 11:07 (GMT)
Enable motion path overlay by default
June 1, 2018, 11:04 (GMT)
Compile fix for previous commit: Forgot to reset these variables (were used when testing previous fix)
June 1, 2018, 10:58 (GMT)
Fix: Motion path colors/frame indicator weren't updating on frame change

This should have been using DEG_get_ctime() to read time instead of CFRA.
In viewport code, Scene/Scene_Eval's current frame doesn't change ever.
June 1, 2018, 10:52 (GMT)
LookDev: make sure lookdev balls are still visible after 'N'
June 1, 2018, 10:30 (GMT)
Fix: The overlays option to turn motion paths on/off didn't work
June 1, 2018, 10:28 (GMT)
Edit Mode: Fix Edit Object renderability with multi objects edit.
June 1, 2018, 10:19 (GMT)
Merge branch 'blender2.8' into tmp-b28-motionpath-drawing

# Conflicts:
# source/blender/draw/intern/DRW_render.h
# source/blender/draw/intern/draw_manager.c
# source/blender/draw/intern/draw_manager_data.c
# source/blender/makesdna/DNA_view3d_types.h
# source/blender/makesrna/intern/rna_space.c
June 1, 2018, 10:14 (GMT)
Fix: raytrace_mirror does not exist anymore

Eevee default material settings were not showing.
June 1, 2018, 10:04 (GMT)
Fix error
June 1, 2018, 10:01 (GMT)
Code cleanup: Compiler warning
June 1, 2018, 10:00 (GMT)
Math: optimizations for 4x4x matrix inverse, multiplications.

In some heavy rigs matrix inverse can be 10% of computation time. This
reduces it to 2% by using Eigen's optimized 4x4 matrix inverse and SSE
matrix multiplication.
June 1, 2018, 10:00 (GMT)
Modifiers: tiny optimizations for mesh deform, lattice, kdop.
June 1, 2018, 10:00 (GMT)
Fix missing animation updates when the proxy object is not visible.

The relation was inverted here, for a long time already. The reason is
unclear and in principle it should work fine in the right direction.
June 1, 2018, 10:00 (GMT)
Fix use of uninitialized value in depsgraph.
June 1, 2018, 09:59 (GMT)
Cleanup: long lines
June 1, 2018, 09:55 (GMT)
Fix building for workbench in windows (BLI_INLINE)
June 1, 2018, 09:55 (GMT)
COW Fix - Motion paths were not drawing as they weren't getting copied
Revision 0bddf53 by Sybren A. Stüvel (master)
June 1, 2018, 09:50 (GMT)
Fix T55282: Modifiers: Removed unnecessary object evaluation
June 1, 2018, 09:50 (GMT)
Removed old mention of CDDerivedMesh
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021