Meshroom
Meshroom copied to clipboard
[core/ui] Add support for PushButton attribute
Description
Push Button is a new type of attribute for nodes.
- They are described as PushButtonParam and do not need value. Value is set to "" to not have DescriptionConflict and be consistent with other types of attribute.
- Definition of
on{Attribute}Clicked
function available in the description of the node to have a custom behavior.