Blender Git Commits

Blender Git "soc-2021-porting-modifiers-to-nodes_all" branch commits.

Page: 8 / 26

July 30, 2021, 14:56 (GMT)
PyDocs: Fix syntax errors resulting in warnings
July 30, 2021, 14:56 (GMT)
Compositor: Full frame Box Mask node

Adds full frame implementation to this node operation.
No functional changes.

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D11627
July 30, 2021, 14:56 (GMT)
UI: Line Art: Always use Material icon on picker

The Material picker shouldn't change icon based on it's state,
it should always display the Material icon.
July 30, 2021, 14:56 (GMT)
Geometry Nodes: Fix vector math project bug

Implementation is incorrect compared to Cycles/Eevee.

Reported by @DrDubosc in comments of T88922.

Differential Revision: https://developer.blender.org/D12029
July 30, 2021, 14:56 (GMT)
Cleanup: Rearrange mesh extraction files

In the draw module, it's not easy to identify what its header is, and
where the shared functions are.

So move `draw_cache_extract_mesh_extractors.c` and
`draw_cache_extract_mesh_private.h` to the same folder as the extractors
and rename these files to make them more identifiable.

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D11991
July 30, 2021, 14:56 (GMT)
macOS Cleanup: Remove old version specific code

Reviewed By: #platform_macos, brecht
Differential Revision: https://developer.blender.org/D12021
July 30, 2021, 14:56 (GMT)
cmake: enable Wayland by default
July 30, 2021, 14:56 (GMT)
Fix T86768, bevel doesn't loop slide sometimes.

Six years ago, Bug T44961 about unwanted spikes had me not do a loop
slide if the angle was too extreme, to avoid unwanted spikes.
The current bug showed that that angle was much too big, and limited
desired behavior in many cases. Changing the angle from 0.25 radians
to 0.0001 radians (about 0.006 degrees) still fixes the original bug
and seems very unlikely to be limiting desired behavior now.
July 30, 2021, 14:56 (GMT)
Cleanup: use doxy comments
July 30, 2021, 14:56 (GMT)
Cleanup: spelling in comments
July 30, 2021, 14:56 (GMT)
GHOST/wayland: explicitly delete 'GHOST_SystemWayland' when fallback to X11
July 30, 2021, 14:56 (GMT)
GTest: Use INC/INC_SYS for Libmv/OSD tests

This change transitions libmv/osd tests to our
blender_add_test_executable macro that explicitly
takes the include directories as a parameter.

This is in preparation for future clean-up of
global include directories.

Differential Revision: https://developer.blender.org/D12012
Reviewed By: sergey
July 30, 2021, 14:56 (GMT)
Compositor: Full frame Scale node

Adds full frame implementation to this node operations.
No functional changes.

Includes a new operation method `init_data` used to initialize any data
needed after operations are linked and resolutions determined.
Once tiled implementation is removed `initExecution` may be renamed
to `init_rendering` and `init_data` to `init_execution`.

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D11944
July 30, 2021, 14:56 (GMT)
GHOST/wayland: use Wayland only when 'BLENDER_WAYLAND' is set
July 30, 2021, 14:56 (GMT)
Mantaflow: Remove Noise Type Option

Mantflow only supports wavelet noise, thus the parameter with only one option is no longer useful.

Differential Revision: https://developer.blender.org/D6770
July 30, 2021, 14:56 (GMT)
Fix T89391, etc. Boolean bugs when objects have negative scale.

The old modifier code, now just used for Fast, has code in it to
flip faces of arguments when their tranform's negativity differs
from the main object's transform's negativity.
I had neglected to put that logic in when I made the change that
skipped the round trip through BMesh.
Fixing this means that the results are more what the user expects
when some or all operands have negative scales.
July 30, 2021, 14:56 (GMT)
Cleanup: clang tidy
July 30, 2021, 14:56 (GMT)
Fix T85517: Cannot type Space while holding Shift key in text-field like spaces.

Fix for T85517
Bug: Couldn't type space while holding down the shift key in text spaces (e.g. when saving a file, changing the name of object).

Changes: Removing the key combination of Shift + space in `WM_event_is_ime_switch` method.

Reviewed By: harley, mont29

Maniphest Tasks: T85517

Differential Revision: https://developer.blender.org/D10452
July 30, 2021, 14:56 (GMT)
Fix T90127: Merge Down layer doesn't take the transform location into account

Now the layer transformation is applied before the merge.
July 30, 2021, 14:56 (GMT)
Cleanup: missed comment in D12029

No functional change.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021