Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-26Compositor automated testingHabib Gahbiche
Added support for compositor tests. Compositor tests can be added, executed and viewed in a similar way to cycles and other render engines tests. Running test: `ctest -R compositor` Updating test: `BLENDER_TEST_UPDATE=1 ctest -R compositor` Viewing test results: typically saved under `build_folder/tests/compositor/report.html` Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6334
2020-01-29Fluid: Added wavelet noise tile to the gitignoreSebastián Barschkis
This file is generated during bakes. It should not be committed to the blender repository. It just annoys developers when staging files.
2019-11-13Initial implementation of code signing routinesSergey Sharybin
This changes integrates code signing steps into a buildbot worker process. The configuration requires having a separate machine running with a shared folder access between the signing machine and worker machine. Actual signing is happening as a "POST-INSTALL" script run by CMake, which allows to sign any binary which ends up in the final bundle. Additionally, such way allows to avoid signing binaries in the build folder (if we were signing as a built process, which iwas another alternative). Such complexity is needed on platforms which are using CPack to generate final bundle: CPack runs INSTALL target into its own location, so it is useless to run signing on a folder which is considered INSTALL by the buildbot worker. There is a signing script which can be used as a standalone tool, making it possible to hook up signing for macOS's bundler. There is a dummy Linux signer implementation, which can be activated by returning True from mock_codesign in linux_code_signer.py. Main purpose of this signer is to give an ability to develop the scripts on Linux environment, without going to Windows VM. The code is based on D6036 from Nathan Letwory. Differential Revision: https://developer.blender.org/D6216
2019-01-22Git: add TAGS & tags to .gitignoregsr b3d
Index files used by emacs, vim and others, for autocompletion and searching; generated by etags, universal-ctags and others. Differential Revision: https://developer.blender.org/D4208
2018-07-31Revert "Gitignore: Ignore diffs in all subdirs"Aaron Carlisle
This is an issue for some file in the extern dir This reverts commit d940a081a9f1f4106a5d2d155682695b0a6b0cb6.
2018-07-31Gitignore: Ignore diffs in all subdirsAaron Carlisle
2017-08-07Build: add scripts to build dependencies for Windows and macOS.Brecht Van Lommel
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
2017-07-27Cleanup: Remove gitignore for api imagesAaron Carlisle
2017-07-24Cleanup: remove scons configCampbell Barton
2016-08-21Update .gitignore to some more generated/non-git-stored files.Bastien Montagne
2015-11-23Git ignore BUILD_NOTES.txt from install_deps.sh.Brecht Van Lommel
2014-08-08Revert "ignore conflict files"Campbell Barton
This reverts commit 7d20ad6a1ba46cad209d17d144af1cffbab334fc. turns out this hides conflicts which we may want to see
2014-08-07ignore conflict filesCampbell Barton
2014-07-27ignore in-source doc building dirsCampbell Barton
2014-01-27.gitignore: Adding CMakeLists.txt.user for QtCreator users.Mitchell Stokes
2013-11-22Ignore *.patch and *.diff files which are in the working tree rootSergey Sharybin
2013-11-15add gitignoreCampbell Barton