Licenses Class
The Licenses class describes the set of all installed license objects. It can be accessed with the licenses object, , found in the automatically imported td module.
Members
disablePro
→ bool
:
When True, the application will run as though no Pro licenses are available. This can be used to test compatibility with lesser licenses.
dongles
→ list
(Read Only):
Get the list of dongles connected to the system.
machine
→ str
(Read Only):
The computer machine name.
systemCode
→ str
(Read Only):
The unique computer system code.
type
→ str
(Read Only):
The highest ranking license type of all installed licenses, some products being 'Pro', 'Non-Commercial', 'Commercial'. See also app.product in App Class.
Methods
install(key)
→ bool
:
Install a license with the specified key. Returns True if successful.
TouchDesigner Build: