-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Conversation
There was a problem hiding this 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!
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
New updates to dev docs. You can now remote debug blender and unreal and the tests. 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 |
src/addons
so we can use blender script directories to source the code directly into blender like discussed #29.vscode
folder for vscode users. These also include the launch tasks and debug configurations to remote debug blender and unreal.