This change moves the tests data files and publish folder of assets repository to the main blender.git repository as LFS files. The goal of this change is to eliminate toil of modifying tests, cherry-picking changes to LFS branches, adding tests as part of a PR which brings new features or fixes. More detailed explanation and conversation can be found in the design task. Ref #137215 Pull Request: https://projects.blender.org/blender/blender/pulls/137219
10 lines
540 B
Plaintext
10 lines
540 B
Plaintext
This directory serves as the root of a project. It has the following contents:
|
||
- .blender_project/:
|
||
The existence of this marks its parent directory as project root.
|
||
- .blender_project/settings.json
|
||
Project settings that tests can use (but shouldn't write to)
|
||
- some_project_file.blend: A copy of the startup.blend that should be considered part of the
|
||
project.
|
||
- unicode_subdirectory_новый/another_subdirectory/some_nested_project_file.blend: A copy of the
|
||
startup.blend that should be considered part of the project.
|