forked from blender/blender
Issue caused by inconsistency in GPUFramebuffer viewport state between Metal and OpenGL. The MTLFramebuffer code has been modified such that framebuffer viewport/scissor state is retained and only updated if attachments are modified during bind. This is consistent with OpenGL. Previously, other updates to the framebuffer in Metal would reset the viewport region, especially if attachments were temporarily removed. This caused the color picker selection to be misaligned. Authored by Apple: Michael Parkin-White |
||
---|---|---|
.gitea | ||
.github | ||
build_files | ||
doc | ||
extern | ||
intern | ||
locale | ||
release | ||
scripts | ||
source | ||
tests | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitignore | ||
CMakeLists.txt | ||
COPYING | ||
GNUmakefile | ||
README.md | ||
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.