-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor controllers by adding a base class Because we now have a new case for houdini that does not use an editor, we need a base controller class so we can keep everything as it is. * Refactor tests to new base class * Improve logging message * Add example in docs * Add houdini controller * Rename module * Cleanup vscode tasks * Add py37 specific testenv case * Remove user from about info * Renamed and move modules * Add missing type annotations for parent * Update changelog * Update local script name * Check if button is none * Fix path * Update houdini package.json * Update readme * Bump to 1.2.0 * Bump version * Rename scripts to tools houdini includes a scripts folder which shoud not be on the git attributes exclude * Fix comment * Fix houdini exec with exception * Refactor local editor * Improve logging message * Refactor exec code with stdout capture * Add tests for exec_code * Fix format
- Loading branch information
Showing
30 changed files
with
407 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"hpath": [ | ||
"$HOUDINI_PACKAGE_PATH/nukeserversocket/controllers/houdini" | ||
], | ||
"env": [ | ||
{ | ||
"PYTHONPATH": "$HOUDINI_PACKAGE_PATH" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.