The official Blender project repository.
Harley Acheson
5ae220af06
Currently when a character is requested that is not found in the selected font we first look in other fonts that are already loaded that include some of the requested Unicode range. If not found in any of those we then look in unloaded fonts. But multiple fonts often have overlapping coverage, so this means you can sometimes get a character from different fonts depending on the order they are requested. Since the design of that character could differ, this can lead to visual changes. This PR changes the fallback search to do so in a consistent order, not favoring loaded or unloaded. This does not lead to any measurable performance changes in testing. Pull Request: #131812 |
||
---|---|---|
.gitea | ||
.github | ||
build_files | ||
doc | ||
extern | ||
intern | ||
lib | ||
locale | ||
release | ||
scripts | ||
source | ||
tests | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
GNUmakefile | ||
make.bat | ||
pyproject.toml | ||
README.md |
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.