State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:6.5v7 / 7.0v7|BugID:596791|
Problem summary
Incorrect Parameter Tab Generation When a GroupStack node contains a Colored Child Node.
Customer reported version
Katana 7.0v5
Customer reported platform
Rocky 9
Steps to reproduce
1) In Katana, create a Transform3D node and a GroupStack node.
2) Open the parameters for the GroupStack node (e) and add the Transform3D node to the GroupStack by holding the Shift key and middle-mouse dragging the Transform3D node to the Parameters Tab.
3) Right click the newly created Transform3D section under the Parameters tab, hover colors and select any color.
4) Save and reload the scene, the parameters will generate incorrectly and Katana will an error.
Expected behaviour
A little colored badge is displayed next to the Transform3D section along with the UI generating properly without error.
Actual behaviour
The GroupStack nodes Parameters completely breaks and reports the following error:
[ERROR python.QT4FormWidgets.GroupFormWidget]: Error syncing children: TypeError: arguments did not match any overloaded call: QColor(Qt.GlobalColor): argument 1 has unexpected type 'float' QColor(int): argument 1 has unexpected type 'float' QColor(QRgba64): argument 1 has unexpected type 'float' QColor(Any): too many arguments QColor(): too many arguments QColor(int, int, int, alpha: int = 255): argument 1 has unexpected type 'float' QColor(str): argument 1 has unexpected type 'float' QColor(Union[QColor, Qt.GlobalColor, QGradient]): argument 1 has unexpected type 'float' We're sorry to hear that
Please tell us why