Designer Plugins
Plugins for Disguise Designer software.
Plugins for Disguise Designer software.
This page and it’s sub-pages is intended to provide a reference guide for the Python API used within Designer. Note that Designer is built on Python 2.7, so all python executed must be compatible with Python 2.7.
A .pyi stub file for the d3 module is provided here. Download and include this in your python project to provide type hints, autocomplete and code analysis for the d3 module in your IDE.
At its core, Designer has two primary systems that you will interact with:
Resources are part of the project file and maintained throughout sessions. State is temporary and can be assumed only to be correct at the moment it is parsed, since many sources can update state.
getattribute override for restricted scopes
Get the address of the blip object underlying memory
Get the CPP type of the underlying blip object (including const &)
Determine if the type is provided by the C++ layer
Make a reference to the object passed in
Mark the given object as about to become dirty
Make Python own the resource object passed
Transforms a FieldInfo name into a valid, similar-looking Python identifier which can be used to look up a member on a Python object.
Ensures v
lies between lo
and hi
Does nothing at runtime: added so that extract_strings.py can pick up custom python strings for translation. see localisestring.hpp
Helper function to translate strings with interpolation
Helper function like TFormat, also adds context to the translation