|
QuiltiX Plugins 0.0.1
Custom Plugins for QuiltiX
|
Go to the source code of this file.
Namespaces | |
| namespace | plugin |
| Copyright (c) 2025 NanMu Consulting Author: Bernard Kwok (kwokc.nosp@m.b@gm.nosp@m.ail.c.nosp@m.om) | |
| namespace | materialxjson |
| /plugin | |
Functions | |
| plugin.__init__ (self) | |
| Initialize the JSON highlighter. | |
| plugin.highlight (self, text) | |
| Highlight the given JSON text. | |
| plugin.after_ui_init ("quiltix.QuiltiXWindow" editor) | |
| After UI initialization, add the MaterialX glTF serializer to the editor. | |
| str | plugin.plugin_name () |
| Get the name of the plugin. | |
| bool | plugin.is_valid () |
| Check if the plugin is valid. | |
Variables | |
| bool | plugin.has_materialxjsoncore = True |
| plugin.lexer = JsonLexer() | |
| plugin.formatter = HtmlFormatter(linenos=False, style='github-dark') | |