forked from blender/blender
The official Blender project repository.
Jeroen Bakker
8945b29762
Mixed resolution rendering had some issues with overscan and border rendering. - `render_offset` was in display space and not in render space. Is now replaced by the `overscan_extent`. - `overscan_extent` introduced that stored the overscan of the render extent. - Fixed issues to determine the film sample weight when `scaling_factor` was used. It didn't match decompose the actual offset making the length of the same to large, what blurred the final samples. NOTE: there are some other issues related to border rendering which was already in main before mixed resolution rendering was added. I assume that viewport render image in camera view still adds an additional offset, which should be ignored. Fixes #119510 Fixes #119511 Pull Request: blender/blender#119524 |
||
---|---|---|
.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.