Blender Git Commit Log

All Blender Git commits.

Page: 3193 / 8462

June 11, 2018, 17:29 (GMT)
Improve/partially fix overriding of Object material pointers.

Basic workflow shall now work, still lots to do in the UI (ID template
needs some love to reflect overriden status ;) ).
June 11, 2018, 17:09 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcache
June 11, 2018, 16:58 (GMT)
Fix crash when doing Sculpt->Edit->Sculpt switch.

We actually get fully rid of BKE_object_free_derived_mesh_caches usages,
now always using BKE_object_free_derived_caches (bad name, btw, should
be 'evaluated_caches ;) )...
June 11, 2018, 16:39 (GMT)
WM: use layout/draw callbacks for buttons space
June 11, 2018, 16:39 (GMT)
WM: split panel drawing into layout and draw

This matches changes made to the header.
June 11, 2018, 16:11 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcache
June 11, 2018, 16:04 (GMT)
Outlines: Make Xray outlines 2px thick instead of 3px
June 11, 2018, 16:04 (GMT)
Outlines: Make outlines in xray mode not occluded.

This is visually too distracting (flickering). Until we have a better
solution, just disable occlusion fading.
June 11, 2018, 15:55 (GMT)
Add comments to review context creation in render
Revision b5f67bf by Rohan Rathi (master)
June 11, 2018, 15:54 (GMT)
Merge branch 'blender2.8' into soc-2018-bevel
June 11, 2018, 15:54 (GMT)
Add missing parameter after merge
June 11, 2018, 15:41 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/space_view3d.py
June 11, 2018, 15:39 (GMT)
Revert previous commit and do proper fix for missing typeinfo in nodes.
Revision 1255129 by Rohan Rathi (master)
June 11, 2018, 15:33 (GMT)
Merge branch 'blender2.8' into soc-2018-bevel
June 11, 2018, 15:23 (GMT)
GHOST: GLX: Remove XInitThreads

This was needed because we were sharing opengl contexts across multiple
threads. With the recent refactor this should be no longer needed.
June 11, 2018, 15:12 (GMT)
Fix crash in loading/applying static overrides of some nodal material.

No real idea why node's typeinfo is NULL here... but think we do not
care much in that case, so just adding some NULL checks for now.
June 11, 2018, 15:07 (GMT)
GHOST: Fix uninitialized values.
Revision 05111d7 by Brecht Van Lommel (master)
June 11, 2018, 15:06 (GMT)
Cleanup: remove unused DAG_EVAL_PREVIEW mode.
Revision 2abb156 by Brecht Van Lommel (master)
June 11, 2018, 15:06 (GMT)
Cleanup: remove object.is_visible.

Depsgraph already iterates over visible objects, and since this was only
valid for objects evaluated with the depsgraph it was confusing.
Revision 73b9531 by Brecht Van Lommel (master)
June 11, 2018, 15:06 (GMT)
Fix incorrect object selection test in outliner and rigid body.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021