State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:4.0v8|BugID:502675|
Problem summary
On a on number parameter, setting a min or max widget hint clamps the values.
The Developer Guide - WidgetsAndHints states that min or max widget hint "values entered via the text field are not clamped."
Customer reported version
katana.4.0v6
Customer reported platform
Steps to reproduce
1. In the Node Graph tab, create a Group node and set the edit flag
2. In the Parameters tab, edit the user parameters
3. Add a Number user parameter
4. Click the wrench icon and select "Widget Options..."
5. Set local edits on the Drag Minimum and Drag Maximum parameters, click "OK"
6. In the newParameter, set a value less than or greater than the Drag Minimum or Drag Maximum, respectfully
Alternatively, copy and paste the following Group node:
<katana release="4.0v6" version="4.0.3.000001">
<node name="__SAVE_exportedNodes" type="Group">
<node baseType="Group" edited="true" name="Group" ns_errorGlow="0.000000" ns_fromContext="legacy" selected="true" type="Group" viewed="true" x="-320.000000" y="112.000000">
<group_parameter name="Group">
<group_parameter hints="{'widget': 'userParamsEditor'}" name="user">
<number_parameter hints="{'max': '1.0', 'slider': 'True', 'min': '0.0'}" name="newParameter1" value="0"/>
</group_parameter>
</group_parameter>
</node>
</node>
</katana>
We're sorry to hear that
Please tell us why