ScriptSpot

Forum topic · General Scripting

Expanded Tooltip

By remykonings · 2020-01-23

Description
Comments (2)

MichaelTik55 · 2020-03-12

yes, it helped

.

Swordslayer · 2020-01-24

The rich tooltips themselves are defined in toolclips xml files where the section specifies what's displayed after waiting for a while, and in the xml you have to specify the key for the tooltip lookup - for macros, that's usually the action ID but for interface items the keys cannot be specified in MAXScript, you have to do that with the Qt designer (so both python and C++ do qualify).