mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Official mirror of Blender
https://www.blender.org/get-involved/developers/
Support for having an input and output socket in the same socket declaration builder was added for the original node panels to be able to support inline sockets. However, those were generally disabled for now. As can be seen in the simulation and repeat zone, inline sockets can work differently too. Having an input and output in the same socket declaration builder builder makes some things simpler but makes other things much harder. For example, the current design wouldn't work all that well if the input and output socket has different types. This is easier to do with the `align_with_previous_socket` approach. I'm not yet entirely sure whether we want to use the same approach for corresponding sockets in the node tree interface, but that can be tried and decided separately. Pull Request: https://projects.blender.org/blender/blender/pulls/119599 |
||
|---|---|---|
| .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.
