Revision 6a3abe3 by Joseph Eagar October 2, 2020, 04:34 (GMT) |
More trimesh stuff. Yeesh, the pbvh leaf limit in both trimesh and the original bmesh code seems to be a bit low. eek |
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 |
October 2, 2020, 03:02 (GMT) |
Merge branch 'master' into cycles_procedural_api |
October 1, 2020, 17:04 (GMT) |
Smaller UI tweaks for repository selection * Rename "Local" to "Current File" * Better separate built-in and custom repositories. Use columns with headings "Custom" and "Built-in". * Add separator before repository selector. |
October 1, 2020, 16:29 (GMT) |
Support switching between custom repositories in the Asset Browser Now the repository list in Asset Browers includes the custom repositories. They can be selected and should load fine (making the Browser show assets stored in the repository's .blend file). Some sanity checks (e.g. test if the repository path is valid and points to a .blend file) could be added still. |
October 1, 2020, 14:24 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 6387426 by Antonio Vazquez (greasepencil-edit-curve) October 1, 2020, 14:23 (GMT) |
Merge branch 'master' into greasepencil-edit-curve Conflicts: source/blender/blenloader/intern/versioning_290.c |
October 1, 2020, 13:46 (GMT) |
Add Preferences options to set up custom asset repositories Can be found under the File Paths category. There already is a default repository, called "Default" and pointing to the documents or home directory. For most Linux users it will be ~/assets.blend, for Windows users it will be the Documents directory. Note that this is only the Preference part of this. The Asset-Browser doesn't use this yet. For now, asset repositories will be single .blend files. There are some design questions regarding how the Asset Browser would display a directory structure as repository. |
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 |
Revision 81ad816 by Hans Goudey / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021