Skip to content

Commit

Permalink
Added UE_PROJECT_FILE env to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-yao91 committed Jul 17, 2024
1 parent 6a53056 commit 57c6c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git checkout some-task-branch
```

## VSCode
The repo contains the tasks, launch actions, and settings for for developing with vscode. To get setup do the following:
The repo contains the tasks, launch actions, and settings for developing with vscode. To get setup do the following:

### Setup
1. Install the VSCode profile under `scripts/resources/profiles/dev.code-profile`. You can do this by typing `> Profile Import Profile` in the command pallette. This will give you all the vscode extensions you will need.
Expand Down
1 change: 1 addition & 0 deletions tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
environment = {
'SEND2UE_DEV': '1',
'UE2RIGIFY_DEV': '1',
'UE_PROJECT_FILE': '/tmp/blender_tools/tests/test_files/unreal_projects/test01/test01.uproject',
'BLENDER_DEBUG_PORT': BLENDER_CONTAINER_DEBUG_PORT,
'UNREAL_DEBUG_PORT': UNREAL_CONTAINER_DEBUG_PORT,
'BLENDER_ADDONS': BLENDER_ADDONS,
Expand Down

0 comments on commit 57c6c26

Please sign in to comment.