0
1
forked from blender/blender
Nikhil's fork of the official Blender project repository.
Go to file
Sean Kim 2e487ec92e Fix #124484: Debug assert on undoing out of Sculpt Mode
While this is a rather fragile fix, the alternative also seems fragile.
We can instead check the operator name inside `push_begin_ex` to see if
the operator is transitioning into Sculpt Mode and initialize the
StepData.type to a custom "Mode Change" type instead of using "None"

Pull Request: blender/blender#124640
2024-07-16 21:27:11 +02:00
.gitea Issue template: Add guidelines surrounding content restrictions 2024-05-31 17:22:07 +02:00
.github Fix: Switch to scheduled trigger for appropriate permission scope in workflow 2024-05-28 14:12:20 +02:00
build_files Merge branch 'blender-v4.2-release' 2024-07-16 17:50:47 +10:00
doc Merge branch 'blender-v4.2-release' 2024-06-14 15:48:27 +02:00
extern Merge branch 'blender-v4.2-release' 2024-07-09 15:21:35 +02:00
intern Fix #124745: Wrong stack offset for Voronoi lacunarity parameter 2024-07-16 18:58:25 +02:00
lib Fix #124086: blake2 hasher is unavailable on macOS 2024-07-03 14:46:33 +02:00
locale I18N: updated UI translations from git/weblate repository (43b5cb1cbab4c7ea). 2024-07-15 10:36:02 +02:00
release Assets: Update asset repository hash for removed tool icons 2024-07-15 19:11:52 +02:00
scripts Fix #124647: UV editing console error due to missing enum 2024-07-16 19:23:22 +02:00
source Fix #124484: Debug assert on undoing out of Sculpt Mode 2024-07-16 21:27:11 +02:00
tests EEVEE: Update tests 2024-07-16 17:55:47 +02:00
tools Cleanup: spelling in comments 2024-07-13 16:56:57 +10:00
.clang-format Clang-Format: Ensure single new line at the end of files 2024-02-22 14:42:10 +01:00
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore Switch SVN to Git submodules using Git-LFS 2024-02-22 13:50:55 +01:00
.gitmodules Revert "Release: Updates for the 4.2 branch" 2024-06-05 12:33:31 +02:00
AUTHORS AUTHORS: add 2 new authors, 3 updated names 2024-07-05 21:04:39 +10:00
CMakeLists.txt Windows: Disable TBB_MALLOC_PROXY on ARM64 2024-07-04 17:14:42 +02:00
COPYING
GNUmakefile Cleanup: remove unused icon utilities and make convenience target 2024-06-27 18:28:32 +02:00
make.bat Cleanup: remove unused icon utilities and make convenience target 2024-06-27 18:28:32 +02:00
pyproject.toml Extensions: Support online extensions and move add-ons outside Blender 2024-05-15 19:26:29 +02:00
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.