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. |
Revision 623b08d by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 27, 2019, 15:03 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/blenloader/intern/versioning_280.c |
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) |
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 |
March 27, 2019, 13:46 (GMT) |
UI: use active-default button flag for the file selector |
March 27, 2019, 13:26 (GMT) |
UI: support an 'active default' button for pop-ups Use this for the save confirmation dialog so it has a default action when pressing enter which draws with a highlight so it's clear what the default action is (the dialog was just closing before). Resolves T57686 |
|
|
|


Master Commits
MiikaHweb | 2003-2021