forked from blender/blender
The official Blender project repository.
Harley Acheson
23d0034a1b
When we create a new window at run time, we request that it be placed at a specific size and location, but afterward we ask the OS for details about where it was actually made and then update the window's size and position with the correct information. Unfortunately when we open a window when loading a blend file we do most of this, but only update the size from the OS, not the position. There are times a window will need to be placed somewhere different than we request and so the window posx and posy will be incorrect until we move or resize it. This is more likely to happen on Macs, but is possible on any platform. Pull Request: blender/blender#127819 |
||
---|---|---|
.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.