When configuring a custom column for color attribute data to appear in the Scene Graph tab, the resulting column is added to the tab, but wrongly remains blank.
Steps to reproduce:
Open the Preferences dialog, and select the scenegraph category.
In the userColumns section, add a new entry, enter myColor as the name, and select color as the type.
Close the dialog by clicking OK.
In the Node Graph tab, create a PonyCreate node (Help > I want a pony), and an AtributeSet node connected to it.
Double-click the AttributeSet node to set its view and edit flags.
In the Scene Graph tab, expand the entire scene graph.
Drag the /root/world/geo/pony location from the Scene Graph tab onto the paths entry in the Parameters tab.
In the Parameters tab, enter myColor as the attributeName, and change the number of rows or columns for the numberValue to 3.
Enter the following three values into the numberValue fields: 0, 1, 0
Expected behaviour:
The custom column for the myColor attribute shows a green color swatch for the /root/world/geo/pony location.
Actual behaviour:
The custom column for the myColor attribute remains blank.