Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2912 / 8462

October 28, 2018, 09:37 (GMT)
Cycles: Added Cryptomatte output.

This allows for extra output passes that encode automatic object and material masks
for the entire scene. It is an implementation of the Cryptomatte standard as
introduced by Psyop. A good future extension would be to add a manifest to the
export and to do plenty of testing to ensure that it is fully compatible with other
renderers and compositing programs that use Cryptomatte.

Internally, it adds the ability for Cycles to have several passes of the same type
that are distinguished by their name.

Differential Revision: https://developer.blender.org/D3538
October 28, 2018, 08:59 (GMT)
Fix merge error in view3d ui script.
October 28, 2018, 08:45 (GMT)
Merge branch 'blender2.8' into hair_object
October 28, 2018, 07:49 (GMT)
Rename INFO menu to VIEW3D.
October 27, 2018, 15:18 (GMT)
Cleanup: More meaningful variable name
October 27, 2018, 13:00 (GMT)
Fix T57393: Cycles OSL bevel and AO not working after OSL upgrade.
October 27, 2018, 07:01 (GMT)
Merge branch 'blender2.8' into hair_object
October 27, 2018, 01:25 (GMT)
Tool System: pie menu style activate-on-release

Support activate on release for the popup toolbar.
October 27, 2018, 01:25 (GMT)
UI: operator to press the active button

Needed to use the keymap to activate buttons from other keys.
October 26, 2018, 23:01 (GMT)
Multi-Objects: Curve - select pick, linked and short path

I'm following mesh editing to decide when to switch active object, or
deselect the other objects. I hope we can keep this all consistent in
the end.
October 26, 2018, 22:20 (GMT)
Cleanup: Remove silly redundant if check in ED_armature_edit_select_pick
October 26, 2018, 22:18 (GMT)
Fix T57367: Multi-Object-Mode: Edit Lattice selection only working for active object

For the records, curves still have this problem.
October 26, 2018, 21:30 (GMT)
Fix lasso selection not working for lattices

Regression introduced on e88e80a6.
This was broken for both single and multi-objects.

It is a typo that apparently slipt through testing, oh well.
I'm glad I caught this, I just wished it would have been faster.
October 26, 2018, 18:33 (GMT)
Fix crash when switching to Scripting workspace

Crash introduced on: a4a6ed1ba3c86ed842f4373c65d64d28d827f864.
October 26, 2018, 16:48 (GMT)
Small cleanup: Remove uneeded/wrong check

If ob was NULL it would crash in the else part of the if statement.
If we really think we may run into that (which we should not) we can just assert
or add a if (ob == NULL) return; in the top of the function.
October 26, 2018, 16:48 (GMT)
Fix unreported: Crash when adding lattice vertex group
October 26, 2018, 16:39 (GMT)
Fix unreported: Crash when removing lattice vertex group
October 26, 2018, 16:39 (GMT)
Refactor cleanup: BKE_object_is_in_editmode

Using switch and keep it concise.
October 26, 2018, 16:11 (GMT)
Fix T57368: Multi-Object-Mode: Edit Lattice draws only active

As it turned out the issue wasn't that we were drawing only the active,
but that the "object mode" lattice drawing was drawing on top of the
drawing for all the edit mode lattice objects.

We are doing the same original behaviour for curves and even meshes. To be
investigated if it is ok for those other cases.
October 26, 2018, 14:21 (GMT)
Cycles: Expose noisy image pass by default when rendering with denoiser

Apparently quite a few users would like to have the noisy pass available when using the denoiser, and since it's being generated anyways we might as well expose it by default.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3608
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021