Blender Git Commits

Blender Git "lineart-bvh" branch commits.

Page: 28 / 49

October 1, 2020, 13:37 (GMT)
Sculpt: Preserve Mesh visibility from edit mode using the Face Sets

Before this change, when users switch from edit mode to sculpt mode, the
entire mesh would be visible. Even if in the edit mesh mode part of it was
set to invisible.

With this change the visibility is preserved, by creating a separate face set
for the visible and invisible parts of the mesh and setting their initial visibility.

Implementation details: This adds a function to initialize a new Face Set
datalayer taking the current mesh visibility into account which is stored
in the ME_HIDE flag of the vertices.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8901
October 1, 2020, 13:37 (GMT)
UI: Remove second person in warning message

This phrasing can feel like an accusation, and a simpler phrase
gets across the idea just as well.
October 1, 2020, 13:37 (GMT)
Cleanup: Use LISTBASE_FOREACH macro in outliner code
October 1, 2020, 13:37 (GMT)
Fix use after free deleting object with modifier panels visible

It's necessary to check if the panels are active before accessing their
data. Thanks to @ankitm for reporting this.
October 1, 2020, 13:37 (GMT)
Cleanup: Make function private

The "UI_panel_set_expand_from_list_data" doesn't need to be in the
public API since it's just called every time an instanced panel is added.
This commit just sets the expansion automatically and adjusts some
naming to account for the moved function.
October 1, 2020, 13:37 (GMT)
Cleanup: sort struct declarations
October 1, 2020, 13:37 (GMT)
Cleanup: sort cmake file lists
October 1, 2020, 13:37 (GMT)
Cleanup: use angle-brackets for email addresses

This is already the most widely used convention.

Use this so `make check_spelling_c` will ignore all email addresses.
October 1, 2020, 13:37 (GMT)
Cleanup: remove full-stop from description
October 1, 2020, 13:37 (GMT)
Cleanup: spelling
October 1, 2020, 13:37 (GMT)
UI: Motion Tracking: Fix description of K2 coefficient

Fixed description of K2 coefficient. It is second coefficient

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D9050
September 29, 2020, 14:16 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
September 27, 2020, 11:15 (GMT)
LineArt: 2d Intersection function ratio check improvements.
September 27, 2020, 07:13 (GMT)
LineArt: Deg representation of crease threashold.
September 27, 2020, 04:58 (GMT)
LineArt: Reliable line type determination.
September 27, 2020, 03:38 (GMT)
LineArt: Better logic for usage flags.
September 27, 2020, 03:02 (GMT)
LineArt: Collection "no intersection" flag
September 27, 2020, 02:45 (GMT)
LineArt: Object "No Intersection" flag.
September 26, 2020, 23:56 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
September 25, 2020, 13:33 (GMT)
LineArt: Fix rna_lineart_auto_update_set() error
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021