Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved addons into src/addons and added VSCode settings and app launcher scripts #35

Merged
merged 10 commits into from
Jul 19, 2024

Conversation

jack-yao91
Copy link

@jack-yao91 jack-yao91 commented Jul 11, 2024

  • Moved addons into src/addons so we can use blender script directories to source the code directly into blender like discussed #29
  • Had to update the tests and release scripts to accomodate this change
  • Added .vscode folder for vscode users. These also include the launch tasks and debug configurations to remote debug blender and unreal.
  • Updated the developer docs to include this

@jack-yao91 jack-yao91 marked this pull request as draft July 12, 2024 13:46
@jack-yao91 jack-yao91 marked this pull request as ready for review July 19, 2024 14:33
@jack-yao91 jack-yao91 requested a review from JoshQuake July 19, 2024 14:36
Copy link
Collaborator

@JoshQuake JoshQuake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

b-e-a-utiful!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will removing the chmod line potentially cause file permission issues?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldnt, these chmod calls were causing permissions issues. They shouldnt need 777 to delete the files so I removed them.

@JoshQuake JoshQuake merged commit 4e59bfc into main Jul 19, 2024
4 checks passed
@jack-yao91
Copy link
Author

jack-yao91 commented Jul 20, 2024

New updates to dev docs. You can now remote debug blender and unreal and the tests.
https://poly-hammer.github.io/BlenderTools/contributing/development/#vscode

Also you can remote debug the containers too. I made the containers public that are used in the test runners, if people need to debug containers locally
https://github.com/orgs/poly-hammer/packages

@jack-yao91 jack-yao91 deleted the restructure-addons-for-better-dev-setup branch July 30, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants