forked from martinlanton/maya-script-editor-highlighter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ldunham1/main
PySide6 and teardown support.
- Loading branch information
Showing
3 changed files
with
153 additions
and
119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
This plugin lets you easily see errors and warnings in the Maya console. | ||
This plugin lets you easily see errors, tracebacks, warnings and debug messages in the Maya console. | ||
|
||
Improved from forks for performance, unloading and better matching. | ||
Tested on Maya 2024+ | ||
|
||
![image](https://github.com/hannesdelbeke/maya_script_editor_highlighter/assets/3758308/4f15a866-1d87-45a5-9cf6-e779a4bf17ee) | ||
it's quite primitive, e.g. the line `// https://www.autodesk.com/maya-arnold-not-available-error` will be colored as an error | ||
|
||
### install | ||
1. copy the script in your plugins folder `%UserProfile%\Documents\Maya\plug-ins` | ||
2. enable the highlight plugin | ||
3. open script editor. | ||
4. it wont work untill you go out of focus, so click on the viewport then back on the editor. | ||
### Install | ||
1. Either; | ||
a. Copy the script in your plugins folder `%UserProfile%\Documents\Maya\plug-ins`. | ||
b. Use the supplied `script_editor_highlighter.mod` ([Maya module](https://help.autodesk.com/view/MAYAUL/2023/ENU/?guid=Maya_SDK_Distributing_Maya_Plug_ins_DistributingUsingModules_html)) | ||
2. Enable the plugin. | ||
3. Open script editor. | ||
|
||
> **_NOTE:_** It won't work until you go out of focus, so click on the viewport then back on the editor. | ||
### reference | ||
### Reference | ||
see https://hannesdelbeke.github.io/wiki/tech%20art/maya/Maya%20script%20editor%20syntax%20highlight/ |
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,2 @@ | ||
+ script_editor_highlighter 3.0 .. | ||
plug-ins: maya_script_editor_highlighter |
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