Blender Git Commits

Blender Git "master" branch commits.

Page: 1256 / 5574

March 27, 2019, 19:48 (GMT)
Fix T63017: selection via lasso does not work properly in X-ray.

Probably missed in rB40f8ddf8297a.
March 27, 2019, 19:47 (GMT)
Fix T55956: Transfer Weights: Source Layers can't be set to Active Layer.

Behavior of source/destination options was rather flaky in reversed
mode...

Note that even though this mode is a bit annoying and cumbersome, the
only alternative (defining a specific transfer weight operator) would be
much more verbose, so think that for now we'd rather keep what we have
here.
March 27, 2019, 19:47 (GMT)
Cleanup: minor comments fixes.
March 27, 2019, 19:47 (GMT)
Fix T62566 Eevee: Cubemap doesn't bake from current frame of animation

This was technically a feature request but it was quite simple to implement
so I did it quickly. Also it is much more consistent now.
March 27, 2019, 19:21 (GMT)
Fix T62680 Mirrored objects have flipped binormal vectors in LookDev

Pass binormal sign via object info.
March 27, 2019, 18:41 (GMT)
Eevee: Modify tooltip about transparent shadow

Mention that this option is only for shadow mapping and not contact shadow.
March 27, 2019, 18:15 (GMT)
Fix T62997 Eevee: visual artifacts during irradiance volume baking

Seems to be a problem with Nvidia drivers. glFlush does not work but
glFinish does ensure correct multithreading.
March 27, 2019, 18:15 (GMT)
Fix T62862 Eevee: Glitchy reflections in ortographic view

This was caused by sign(cubevec.xy) returning 0.0 when one component was 0.
Thus making the resulting component component 0.0 instead of 0.0.
March 27, 2019, 16:04 (GMT)
UI: Add missing separator in object context menu
March 27, 2019, 15:25 (GMT)
Python API: tweak RenderEngine example to be a bit more efficient.

Suggested by Germano Cavalcante.
March 27, 2019, 14:41 (GMT)
Fix T61559: show object constraints also when in pose mode, remove warning.

This was originally added in 6feddb8b61df, but the warning is quite clumsy
and we also don't limit editing object transforms that way. The add constraint
button at the top now also indicates if it's for objects or bones, which was
not the case before and probably was part of the confusion.

If it does still cause issues we can always change back or hide the tab.
March 27, 2019, 14:35 (GMT)
Edit Mesh Selection: make sure that `GL_SCISSOR_TEST` is disabled.

Possible solution for T62999.
March 27, 2019, 14:27 (GMT)
Fix T63004: Make Links operator would still allow collection instancing
for objects other than Empties

In 2.8 support for dupli-group instancing for non-empty objects was
removed (rB2eca054e14b1), so better prevent operators from setting
this...

Reviewers: brecht

Maniphest Tasks: T63004

Differential Revision: https://developer.blender.org/D4599
March 27, 2019, 14:14 (GMT)
Cleanup: style, use braces for draw
March 27, 2019, 14:13 (GMT)
Fix T62901: Bad handling of missing addon category
March 27, 2019, 14:06 (GMT)
Fix debug error on recent commit.
March 27, 2019, 13:59 (GMT)
UI: minor change to active-default logic

Don't attempt to activate default button if it's already active.

Also expand on the flags comment.
March 27, 2019, 13:54 (GMT)
UI: use active-default button flag for operator confirmation
March 27, 2019, 13:53 (GMT)
GPencil: Remove legacy `ED_gpencil_draw_view3d` code.

Differential Revision: https://developer.blender.org/D4598
March 27, 2019, 13:50 (GMT)
Fix T62935: Missing tag when copying constraints
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021