0
0
forked from blender/blender
The official Blender project repository.
Go to file
Clément Foucault 0ab3ac7a41 BLI: Math: Fix vector operator * with MutableMatView
This was caused by operator priority trying to use
`friend VecBase operator*(const VecBase &a, FactorT b)`.

Adding tests as these were not covered.
2023-02-08 19:38:53 +01:00
.gitea Gitea: add merge message templates 2023-01-30 23:48:41 +01:00
.github Docs: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:23:05 +01:00
build_files Make update: Ignore submodules 2023-02-08 14:05:50 +01:00
doc Update references to the new projects platform and main branch 2023-02-07 14:18:19 +01:00
extern Docs: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:23:05 +01:00
intern Fix Cycles debug build error after host falback changes 2023-02-08 19:27:40 +01:00
release Cleanup: format 2023-02-08 00:21:57 +01:00
source BLI: Math: Fix vector operator * with MutableMatView 2023-02-08 19:38:53 +01:00
tests Update references to the new projects platform and main branch 2023-02-07 14:18:19 +01:00
.arcconfig
.clang-format
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore
.gitmodules Un-ignore modules in .gitmodules configuration 2023-02-08 11:32:32 +01:00
CMakeLists.txt Build: Remove unused BLENDER_GL_LIBRARIES. 2023-01-30 12:04:44 +01:00
COPYING
GNUmakefile
make.bat Cleanup: trailing space 2023-01-31 15:49:04 +11:00
pyproject.toml
README.md Update references to the new projects platform and main branch 2023-02-07 14:18:19 +01:00

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.

Blender screenshot

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.