Blender Git Commits

Blender Git commits from all branches.

Page: 681 / 2888

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
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 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.
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)
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
October 1, 2020, 13:37 (GMT)
Cleanup: spelling
October 1, 2020, 13:37 (GMT)
Cleanup: remove full-stop from description
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: sort cmake file lists
October 1, 2020, 13:37 (GMT)
Cleanup: sort struct declarations
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)
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: Use LISTBASE_FOREACH macro in outliner code
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021