blender/tests/python
Brecht Van Lommel 67b014af48 Workspaces: active view layer now always comes from workspace, not scene.
Both the scene and workspace had an active view layer, and it was confusing
which settings were being used or displayed where. Now we always have one,
so there is no mismatch.

The "View Layers" tab in the properties editor is now "View Layer", no longer
showing a list of layers. Instead view layers can be added and removed with
the workspace view layer selector. They are also listed and selectable in the
outliner.

Single layer rendering uses the active view layer from the workspace.

This fixes bugs where the wrong active view layer was used, but more places
remain that are wrong and are now using the first view layer in the scene.
These are all marked with BKE_view_layer_context_active_PLACEHOLDER.
2018-04-26 17:06:14 +02:00
..
collada Disable Feature Collada: Tests do not work on unix 2018-04-16 09:56:59 +02:00
modules FFmpeg: Add regression tests 2018-03-09 10:33:20 +01:00
view_layer Workspaces: active view layer now always comes from workspace, not scene. 2018-04-26 17:06:14 +02:00
alembic_tests.py Python tests: Split re-usable test related functionality to a module 2018-03-01 17:44:35 +01:00
batch_import.py Tests: fix incorrect check for hidden dir 2017-08-23 15:36:39 +10:00
bl_alembic_import_test.py Fixing alembic unittest after render layer purge 2017-11-27 14:52:21 -02:00
bl_keymap_completeness.py Cleanup: indentation, long lines 2017-06-12 13:38:21 +10:00
bl_load_addons.py addon_utils default mismatch /w enable/disable 2015-06-14 05:14:43 +10:00
bl_load_py_modules.py Tests: fix incorrect check for hidden dir 2017-08-23 15:36:39 +10:00
bl_mesh_modifiers.py TexFace removal part 3 2017-05-25 15:19:58 +10:00
bl_mesh_validate.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
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 Tweak multi-units tests to match new precision handling in conversion from raw value to prety-printed one. 2017-08-01 16:43:40 +02:00
bl_pyapi_idprop_datablock.py Datablock ID Properties 2017-04-13 12:33:05 +03:00
bl_pyapi_idprop.py PyAPI: Fast buffer access to id property arrays 2017-04-10 21:12:02 +10:00
bl_pyapi_mathutils.py Tests: Compare vectors with epsilon 2017-04-07 18:28:38 +02:00
bl_rna_defaults.py Tests: improve RNA default reporting 2016-02-29 11:55:44 +11:00
bl_rna_manual_reference.py rename wiki -> manual 2015-06-08 11:34:07 +10:00
bl_rst_completeness.py Removing Blender Game Engine from Blender 2.8 2018-04-17 17:51:28 +02:00
bl_run_operators.py Tests: fix incorrect check for hidden dir 2017-08-23 15:36:39 +10:00
bl_test.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
CMakeLists.txt Merge branch 'master' into blender2.8 2018-03-13 18:39:51 +11:00
cycles_render_tests.py Tests: split off render report test code from Cycles tests. 2018-02-16 12:51:49 +01:00
ffmpeg_tests.py FFmpeg: Add regression tests 2018-03-09 10:33:20 +01:00
opengl_draw_tests.py Tests: add OpenGL UI drawing tests. 2018-02-16 12:51:49 +01:00
pep8.py Tests: replace os.system w/ subprocess.call 2018-01-26 12:23:15 +11:00
rna_array.py Cleanup: use static sets where possible 2014-09-18 17:45:31 +10:00
rna_info_dump.py Cleanup: indentation, long lines 2017-06-12 13:38:21 +10:00
rst_to_doctree_mini.py Cleanup: pep8 2016-02-01 00:47:10 +11:00