PageParam

Inherits Param

Synopsis

A page param is a container for other parameters. See detailed description.

Functions

Detailed Description

A page param does not hold any relevant value. Rather this is a purely graphical element that is used to gather parameters under a tab. On the graphical interface a PageParam looks like this (e.g. the Controls tab of the panel)

../../../_images/pageParam.png

Warning

All parameters MUST be in a container, being a group or a page. If a Param is not added into any container, Natron will add it by default to the User page.

NatronEngine.PageParam.addParam(param)
param param:Param

Adds param into the page.

Warning

Note that this function cannot be called on pages that are not user parameters (i.e: created either by script or by the “Manage user parameters” user interface)

Warning

Once called, you should call refreshUserParamsGUI() to update the user interface.