Blender Git Commits

Blender Git "temp_lineart_contained" branch commits.

Page: 6 / 29

October 5, 2020, 13:24 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
October 5, 2020, 07:39 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
October 4, 2020, 07:45 (GMT)
LineArt: Fix compiler warnings for windows.
October 4, 2020, 04:41 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# source/blender/makesrna/intern/rna_gpencil_modifier.c
October 3, 2020, 05:33 (GMT)
LineArt: Use max weight among groups for selection.
October 3, 2020, 04:15 (GMT)
LineArt: Smooth weight option.
October 3, 2020, 03:38 (GMT)
LineArt: Fix uncaught memory leak in stroke generation.
October 3, 2020, 03:34 (GMT)
LineArt: Option for matching input/output vertex group names.
October 3, 2020, 02:57 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
October 2, 2020, 08:58 (GMT)
LineArt: CD_MDEFORMVERT flag in viewport evaluation.
October 2, 2020, 07:08 (GMT)
LineArt: Fixed render vert linking in intersection stage.
October 2, 2020, 06:46 (GMT)
LineArt: vertex group data matching.
October 2, 2020, 05:38 (GMT)
LineArt: data copying and mofifier UI for vgroup.
October 2, 2020, 04:47 (GMT)
LineArt: Vertex group data structure changes.
October 2, 2020, 04:03 (GMT)
LineArt: GPencil modifier API changes.
October 2, 2020, 03:49 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
October 1, 2020, 13:38 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# source/blender/python/mathutils/mathutils_Matrix.c
October 1, 2020, 13:37 (GMT)
Fix T81100: ccl::Node: ASan SEGV due to bad pointer

`SOCKET_OFFSETOF` was added in the initial commit {rBec51175f1fd6c91d5}
when `offsetof` [1] was not supported well enough. GCC and LLVM
support it since C++17.

Other two changes: type and size check can be done without creating
an invalid address too.

[1] https://cppreference.com/w/cpp/types/offsetof

Reviewed By: campbellbarton, brecht

Maniphest Tasks: T81100

Differential Revision: https://developer.blender.org/D9042
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)
API Docs: Correct syntax for bpy.utils.register_class
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021