Blender Git Commit Log

All Blender Git commits.

Page: 3155 / 8462

June 21, 2018, 16:04 (GMT)
Modifiers: Stop using md->scene in isDisabled() callback

This is first commit in series of changes to get rid of md->scene.
June 21, 2018, 15:54 (GMT)
Object Mode: Make the LightProbe Grid samples outlines as dots

This is because this display will not always match the position of the baked
samples. Making it as dots also makes it less flickery.
June 21, 2018, 15:51 (GMT)
Eevee: LightProbes: Add back and optimize the irradiance sample display
June 21, 2018, 15:23 (GMT)
Fix name typo error
June 21, 2018, 15:08 (GMT)
Fix incorrect use of G.is_rendering for particles in some places.
June 21, 2018, 14:45 (GMT)
Cleanup: nuke useless BKE_DerivedMesh.h includes.
June 21, 2018, 14:43 (GMT)
Merge branch 'master' into blender2.8
June 21, 2018, 14:37 (GMT)
UI: don't show empty button context menu
June 21, 2018, 14:18 (GMT)
Small UI Fixes

* Fixed comment about the "Surface" panel. It's used after all
(as a parent for two others). Adjusted comment to make that
more obvious.

* Don't show decorators on the Parent Relations panel.
None of those settings should be driven/animated.
Maybe we put it back for overrides later though?
June 21, 2018, 14:18 (GMT)
Cleanup: Delete unused code
June 21, 2018, 14:18 (GMT)
Cleanup: Move some GP Object specific types to their respective files
June 21, 2018, 14:14 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 21, 2018, 14:11 (GMT)
Fix T55555: Crash when select material properties

This error is only in Windows and Mac when select in properties the material tab.

This commit revert dc856be8399242f4ee3a2ce0450b7ac5a20b35f6 Preview: Add own opengl context to render preview images.
June 21, 2018, 14:00 (GMT)
Eevee: LightCache: Add back progressive rendering.
June 21, 2018, 13:57 (GMT)
Depsgraph: Add missing relation from proxy group

Transform evaluation does depend on that matrix, but relation was never
in dependency graph. It was not even in the old dependency graph, which
makes me wonder how this thing worked reliably to begin with.

Should fix flickering issue in the render farm.
June 21, 2018, 13:57 (GMT)
Depsgraph: Re-hook duplicgroup relation to final transform operation

Transform evaluation doesn't not depend on objects which are being duplicated,
so should not be any regressions here.

The whole relation should probably be gone as it's kind of rooting back to
legacy times, but that would need more clear research and investigation and
regression testing.
June 21, 2018, 13:57 (GMT)
Depsgraph: Walk into dupli_group object

That will help with cases when dupli_group object is not linked
directly to the scene.
June 21, 2018, 13:50 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 21, 2018, 13:33 (GMT)
Cleanup: names: data transfer/mesh remap: dm -> me/mesh.

That area is now officially purged from the Devil.. errr... DerivedMesh!
June 21, 2018, 13:33 (GMT)
Cleanup: data transfer: get rid of dual destination mesh.

Not needed anymore, we only actually need to know wether it's orig mesh
or eval one in a few places...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021