0
0
forked from blender/blender
The official Blender project repository.
Go to file
Jesse Yurkovich 14e0547da9 Fix: OBJ failing to create a proper .mtl filepath
The MTLWriter was using a BLI_assert to check user-provided data, which
is incorrect and would only work in Debug builds. Release builds would
end up using too small of a buffer and would needlessly fail to append
the `.mtl` extension in some cases.

Instead, we now allow the path manipulation code to just use the full
max size available to it.

Pull Request: blender/blender#120275
2024-04-05 04:43:28 +02:00
.gitea
.github
build_files
doc
extern Libraries: integrate xxHash library for fast hashing 2024-04-03 10:22:53 +02:00
intern GHOST/WIN32: Remove Initial UpdateWindow 2024-04-05 00:34:23 +02:00
lib
locale
release Libraries: integrate xxHash library for fast hashing 2024-04-03 10:22:53 +02:00
scripts Curves: add edit mode operator to convert curve types 2024-04-04 21:04:51 +02:00
source Fix: OBJ failing to create a proper .mtl filepath 2024-04-05 04:43:28 +02:00
tests Cycles: Add regression test for light linking and mesh lights 2024-04-03 11:29:40 +02:00
tools Cleanup: suppress type warnings 2024-04-03 10:41:03 +11:00
.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.

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.