Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
Christoph Lendenfeld 57419c9653 Refactor: keyframing functions return more detailed status
The keyframing functions up to this point created many
messages through the `ReportList` about what went wrong
when inserting keys.

This has 2 issues:
* Everyone that wants to insert keyframes needs to have
a `ReportList` which comes from `bContext`
* The keyframing functions are very verbose.
Providing the user with errors when there is actually nothing wrong.

To combat that, return a status enum from functions that deal
with a single FCurve.
Functions that deal with more than one FCurve collect those statuses
into a new class `CombinedKeyingResult`
Based on that we can create a single well worded error message,
instead of potentially flooding the user with individual messages.

The downside is that some info is lost, e.g. we do not
know which exact FCurve has failed.

This will show a formatted error when inserting keys with a keying
set or when pressing `I` over the property to keyframe.
But not when pressing `I` in the viewport. The latter can be fixed in a later patch.

Pull Request: https://projects.blender.org/blender/blender/pulls/117449
2024-03-08 09:56:40 +01:00
.gitea Revert "Experiment: Add release notes PR link field to pull request template" 2024-02-16 16:41:07 +01:00
.github Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
build_files Cleanup: format, trailing space 2024-03-08 11:31:01 +11:00
doc CLI: support defining custom commands via C++ & Python API 2024-03-08 11:10:13 +11:00
extern Unbreak build on macOS with AppleClang from recent cleanup 2024-03-07 19:56:58 +11:00
intern Fix #119141: Cycles Metal compilation errors 2024-03-07 11:41:37 +01:00
lib Update submodule hashes 2024-02-22 19:28:49 +01:00
locale I18N: Updated UI translations from git/weblate repo (55428c73054459). 2024-03-05 10:04:20 +01:00
release Extern: update Audaspace to latest version 2024-02-29 12:08:00 +01:00
scripts CLI: support defining custom commands via C++ & Python API 2024-03-08 11:10:13 +11:00
source Refactor: keyframing functions return more detailed status 2024-03-08 09:56:40 +01:00
tests Merge branch 'blender-v4.1-release' 2024-03-07 20:16:51 +01:00
tools Fix error in c_struct_clean.py 2024-03-08 11:32:14 +11: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 Point submodules to the main branch 2024-02-22 13:56:33 +01:00
AUTHORS AUTHORS: add 7 new developers 2024-03-07 14:07:39 +11:00
CMakeLists.txt Unbreak build on macOS with AppleClang from recent cleanup 2024-03-07 19:56:58 +11:00
COPYING
GNUmakefile Merge branch 'blender-v4.1-release' into main 2024-02-22 15:12:40 +01:00
README.md Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
make.bat Switch SVN to Git submodules using Git-LFS 2024-02-22 13:50:55 +01:00
pyproject.toml Black: skip string normalisation 2024-01-22 10:09:33 +01: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.