Revision bb23151 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 3, 2020, 03:38 (GMT) |
LineArt: Fix uncaught memory leak in stroke generation. |
Revision c28f0e5 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 3, 2020, 03:34 (GMT) |
LineArt: Option for matching input/output vertex group names. |
Revision 6d53c21 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 3, 2020, 02:57 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 0c15f1e by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 2, 2020, 08:58 (GMT) |
LineArt: CD_MDEFORMVERT flag in viewport evaluation. |
Revision 97656f6 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 2, 2020, 07:08 (GMT) |
LineArt: Fixed render vert linking in intersection stage. |
Revision ecb734c by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 2, 2020, 06:46 (GMT) |
LineArt: vertex group data matching. |
Revision 52ef81f by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 2, 2020, 05:38 (GMT) |
LineArt: data copying and mofifier UI for vgroup. |
Revision 6b8b002 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 2, 2020, 04:47 (GMT) |
LineArt: Vertex group data structure changes. |
Revision cfb867f by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 2, 2020, 04:03 (GMT) |
LineArt: GPencil modifier API changes. |
Revision 9452227 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 2, 2020, 03:49 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 8b2694a by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:38 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # source/blender/python/mathutils/mathutils_Matrix.c |
Revision 36c273b6 by Ivan Perevala / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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 |
Revision 91b0bfc by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Cleanup: spelling |
Revision 6911832 by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Cleanup: remove full-stop from description |
Revision 162277f by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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. |
Revision 49b3691 by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Cleanup: sort cmake file lists |
Revision 5796c14 by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Cleanup: sort struct declarations |
Revision da87ee1 by Hans Goudey / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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. |
Revision a8e7d15 by Hans Goudey / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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. |
Revision a319af9 by Hans Goudey / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Cleanup: Use LISTBASE_FOREACH macro in outliner code |
|