Python Reference: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
Add to Category:Reference (bot)
Point TOC to de-numbered 'Controlling MXW through Python'; drop index prefixes (bot)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
{|
{|
|-
|-
| style="padding: 10px" | [[1. Controlling MXW through Python]]  
| style="padding: 10px" | [[Controlling MXW through Python]]  
|-
|-
| style="padding: 10px" | [[3. Python command reference | 2. Python command reference]]  
| style="padding: 10px" | [[Python command reference]]  
|-
|-
| style="padding: 10px" | [[3. Python imgui reference | 2. Python imgui reference]]  
| style="padding: 10px" | [[Python imgui reference]]  
|-
|-
| style="padding: 10px" | [[3. Python plugin reference | 3. Python plugin reference]]  
| style="padding: 10px" | [[Python plugin reference]]  
|-
|-
|}
|}
[[Category:Python]]
[[Category:Reference]]
[[Category:Reference]]

Latest revision as of 20:58, 8 August 2026

Introduction

This document describes the MXWendler (MXW) Python command interface through an overview of the programming structure, with practical examples of automation and internal scripting. The presented Python commands are for most part supported in version 7.2.

What is Python?

Python is a standardized interpreted, high level programming language. It is used in many applications, mainly in AI and generative tasks. The amount of available libraries is outstanding.


Contents

Controlling MXW through Python
Python command reference
Python imgui reference
Python plugin reference