Mechanical Blender - Fork https://mechanicalblender.org
Go to file
Jaume Bellet c5cfd962f0 python interface to get mb patches 2023-11-27 19:36:45 +01:00
.gitea Gitea: add note that developers must opt-out of inclusion in AUTHORS 2023-08-18 09:23:43 +10:00
.github
build_files CMake: Disable vcpkg for msbuild based builds 2023-11-23 17:19:06 -07:00
doc Cleanup: Make format 2023-11-24 07:20:52 +01:00
extern Externals: update fmtlib to latest version (10.1.1) 2023-11-21 10:43:14 +02:00
intern Cleanup: CMake: Modernize bf_intern_clog dependencies 2023-11-24 17:12:24 +01:00
locale I18N: Updated UI translations from git/weblate repo (45f7411855b5a02). 2023-11-20 12:41:55 +01:00
mblender added patches.py 2023-11-21 18:16:16 +01:00
release Merge branch 'bf-blender' into mb-0008-mblender-core 2023-11-25 13:55:05 +01:00
scripts Merge branch 'bf-blender' into mb-0008-mblender-core 2023-11-25 13:55:05 +01:00
source python interface to get mb patches 2023-11-27 19:36:45 +01:00
tests RNA: Expose ID type identifier in ID structs, add coherence test. 2023-11-21 18:54:00 +01:00
tools Cleanup: Grammar in comments 2023-11-21 09:42:39 -05:00
.clang-format clang-format: set BraceWrapping::AfterControlStatement to "MultiLine" 2023-05-02 09:37:08 +10:00
.clang-tidy
.editorconfig
.git-blame-ignore-revs Cleanup: add commit to .git-blame-ignore-revs 2023-05-03 20:31:11 +10:00
.gitignore Ignore build files for VS and VS Code 2023-03-07 17:38:34 +01:00
AUTHORS AUTHORS: add 3 new developers 2023-11-02 16:09:11 +11:00
CMakeLists.txt Core: Allow Optional Use of Harfbuzz and FriBiDi 2023-11-23 23:35:03 +01:00
COPYING
GNUmakefile Fix "make doc_man" not working, after changes in 61d99d45 2023-11-22 20:01:41 +01:00
README.md fixed readme.md 2023-11-25 16:49:15 +01:00
make.bat Windows: Propagate errors in make.bat 2023-08-16 19:29:47 +02:00
pyproject.toml

README.md

Mechanical Blender

This branch:

  • Sets up folders were specific to Mechanical Blender files will be located.
  • Adds Mechanical Blender's patches functionality.
  • Adds Mechanical Blender's command line options

See Development Notes on Project's website