pymxs_stubs icon indicating copy to clipboard operation
pymxs_stubs copied to clipboard

Stubs and stub generator for PyMXS

Results 9 pymxs_stubs issues
Sort by recently updated
recently updated
newest added

I created a simple method to generate all the stubs for all StructDef objects. I've got a pretty vanilla install of Max 2023 so it should be free of third...

Added functionality to parse some struct types for signatures. It doesn't cover all the types, but provides data on a large number of the outstanding ones. Currently formatted to return...

Optimize stub generation by cleaning the scene before and after the generation of the stubs. Investigate if turning off UI/Viewport elements can improve generation speed as well. Provide visual feedback...

Make sure pyi file comes with valid encoding and valid line breaks.

1. See if attaching debugger and starting pymxscom can be summarized in one launch profile. 2. See if deploying pymxscom startup script can be automated 3. See if linking VSCode...

A number of current properties default to `None` or its not possible to construct the base object without some signature, so they are ignored. Catalogue the missing or broken properties...

Non MaxObjects (regular data containers) are currently not showing their properties. Find a way how to get those from Max or provide a manual class library for just the data...

Currently `#Structs` are completely ignored. Find a way to implement and represent them in Python.

Currently there are no signatures how to create new objects/object commands. Find a way to parse the constructors and create placeholders in the stub using `__new__`.