Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1051 / 8462

December 14, 2020, 09:56 (GMT)
Merge branch 'master' into greasepencil-object
December 14, 2020, 09:48 (GMT)
Cleanup: clang tidy
December 14, 2020, 09:47 (GMT)
Fix T83712: arctangent math node does not work in Eevee

Caused by my refactoring of the math node.
Somehow this operation slipped through my double checking procedure.
December 14, 2020, 09:44 (GMT)
Cleanup: path_util.c comments
December 14, 2020, 09:44 (GMT)
Fix missing string escape for RNA path creation
December 14, 2020, 09:44 (GMT)
Fix version patching sequence strip alpha from 2.4x files

Regression in 4f5f868a523430aa41de8bd63f888878aaf63002
December 14, 2020, 09:44 (GMT)
Fix enum-conversion, old-style-declaration warnings

Introduced in 8f3a401975987c9b70f3ea0ea21977c70371b466
December 14, 2020, 09:25 (GMT)
Fix T83696: Add Additional menu to Effects panel

This adds the missing options for the effects as it is done in modifiers.

Reviewed By: HooglyBoogly

Maniphest Tasks: T83696

Differential Revision: https://developer.blender.org/D9838
December 14, 2020, 08:27 (GMT)
Eevee: Add Volume Transmittance to Color Render Passes.

In Cycles the volume transmittance is already composited into the color
passes. In Eevee the volume transmittance pass was separate and needed
to be composited in the compositor. This patch adds the volume
transmittance pass direct in the next render passes:

* Diffuse Color
* Specular Color
* Emission
* Environment

This patch includes the removal of the volume transmittance render pass.
It also renames the volume render passes to match Cycles. The setting
themselves aren't unified.

Maniphest Tasks: T81134
Revision fddbcb5 by Hans Goudey (master)
December 14, 2020, 05:49 (GMT)
UI: Click modifier icon to set active modifier

This should be a final piece of the changes for the active modifier
interface. Before, it was necessary to click on the blank space of a
modifier panel to set it active (not the header), this commit allows
clicking on the icon also.

The spacing with the spacing with the expand button would ideally
be a bit larger, but the layout system doesn't offer much flexibility
here.
Revision 260fca5 by Hans Goudey (master)
December 14, 2020, 04:59 (GMT)
Fix T83673: Custom node trees selectable in nodes modifier

Node tree types from addons were selectable in the modifier's drop-down.
Obviously they didn't do anything, but it shouldn't be possible anyway.
This was just caused by an unimplemented poll function.
December 14, 2020, 01:49 (GMT)
Fixed USD Import error message.
December 14, 2020, 01:39 (GMT)
USD importer: format and compiler warning fixes.
December 13, 2020, 21:12 (GMT)
Cleanup: Fix capitalization in various places

Approximately 33 changes of capitalization to conform to MLA title style.

Differential Revision: https://developer.blender.org/D9796

Reviewed by Julian Eisel
December 13, 2020, 21:04 (GMT)
Fix T83725 Inconsistent vertex group between exact and fast boolean.

This makes the exact boolean have zero weights for any vertex groups
on any newly created vertices, which is what the fast solver does.

The exact boolean solver was interpolating vertex data when interpolating
loop data in newly created faces. Not sure why I chose that. The Fast
boolean solver doesn't do that, so I stopped doing it too.
December 13, 2020, 20:59 (GMT)
Cleanup: removing some uses of equal sign in descriptions

Using 'is/means/equal' words in place of equal sign in descriptions.

Differential Revision: https://developer.blender.org/D9799

Reviewed by Hans Goudey
December 13, 2020, 20:48 (GMT)
Fix cursor position on HighDPI in stereo side-by-side mode

Could not select left quarter of the screen in stereo side-by-side mode on high dpi displays.

Differential Revision: https://developer.blender.org/D9836

Reviewed by Julian Eisel
December 13, 2020, 20:39 (GMT)
UI: Improved Script Execution Warning

New dialog box layout with large alert icon for the Python script execution warning popup.

Differential Revision: https://developer.blender.org/D9390

Reviewed by Hans Goudey
December 13, 2020, 20:30 (GMT)
UI: Remove Unused 'U.wheellinescroll' Property

Remove 'U.wheellinescroll' preference, currently hidden and unused.

Differential Revision: https://developer.blender.org/D9616

Reviewed by Brecht Van Lommel
December 13, 2020, 19:06 (GMT)
Fix weird Swing+Twist decomposition with noncanonical quaternions.

It turns out that after the fix to T83196 (rB814b2787cadd) the matrix
to quaternion conversion can produce noncanonical results in large
areas of the rotation space, when previously this was limited to
way smaller areas. This in turn causes Swing+Twist math to produce
angles beyond 180 degrees, e.g. outputting a -120..240 range.

This fixes both issues, ensuring that conversion outputs a canonical
result, and decomposition canonifies its input.

This was reported in chat by @jpbouza.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021