blender/tests/python
Sergey Sharybin 5d99cde822 Remove SCons building system
While SCons building system was serving us really good for ages it's no longer
having much attention by the developers and started to become quite a difficult
task to maintain.

What's even worse -- there started to be quite serious divergence between SCons
and CMake which was only accumulating over the releases now. The fact that none
of the active developers are really using SCons and that our main studio is also
using CMake spotting bugs in the SCons builds became quite a difficult task and
we aren't always spotting them in time.

Meanwhile CMake became really mature building system which is available on every
platform we support and arguably it's also easier and more robust to use.

This commit includes:

- Removal of actual SCons building system
- Removal of SCons git submodule
- Removal of documentation which is stored in the sources and covers SCons
- Tweaks to the buildbot master to stop using SCons submodule
  (this change requires deploying to the server)
- Tweaks to the install dependencies script to skip installing or mentioning
  SCons building system
- Tweaks to various helper scripts to avoid mention of SCons folders/files
  as well

Reviewers: mont29, dingto, dfelinto, lukastoenne, lukasstockner97, brecht, Severin, merwin, aligorith, psy-fi, campbellbarton, juicyfruit

Reviewed By: campbellbarton, juicyfruit

Differential Revision: https://developer.blender.org/D1680
2016-01-04 14:20:48 +05:00
..
batch_import.py cleanup 2015-02-13 16:17:00 +11:00
bl_keymap_completeness.py
bl_load_addons.py addon_utils default mismatch /w enable/disable 2015-06-14 05:14:43 +10:00
bl_load_py_modules.py Update module test to pass w/o freestyle enabled 2015-09-23 03:36:32 +10:00
bl_mesh_modifiers.py Update test to RNA API 2015-09-23 03:11:17 +10:00
bl_mesh_validate.py
bl_pyapi_bpy_path.py Add test scripts to ctest & rename 2015-09-24 20:52:58 +10:00
bl_pyapi_bpy_utils_units.py Add test scripts to ctest & rename 2015-09-24 20:52:58 +10:00
bl_pyapi_mathutils.py PyAPI: add optional filter argument to KDTree.find 2015-12-06 21:35:32 +11:00
bl_rna_defaults.py RNA defaults test 2015-05-01 01:15:55 +10:00
bl_rna_manual_reference.py rename wiki -> manual 2015-06-08 11:34:07 +10:00
bl_rst_completeness.py Cleanup: don't use single sets for comparisons 2015-04-14 10:34:32 +10:00
bl_run_operators.py Cleanup: pep8 2015-06-07 17:28:02 +10:00
bl_test.py
CMakeLists.txt Add test scripts to ctest & rename 2015-09-24 20:52:58 +10:00
cycles_render_tests.py Add extra Cycles regression tests 2015-02-02 02:02:10 +05:00
pep8.py Remove SCons building system 2016-01-04 14:20:48 +05:00
rna_array.py Cleanup: use static sets where possible 2014-09-18 17:45:31 +10:00
rna_info_dump.py
rst_to_doctree_mini.py Cleanup: pep8 2015-06-07 17:28:02 +10:00