Hello, I was wondering if it would be possible to create custom attributes that would appear as columns in the Jobs list. They don’t have to do anything, but it would be a great way to visually organise data. So if I went to View->Columns->Jobs, there could be a button to create a new column.
For example, I would like a project column, a shot column and a column that tells me how many polygons are in the scene. As I have written my own submitter to Deadline from Maya, when I create the *_info.job file, I could insert code that may look like this:
...Project=" + $project + "\nShot=" + $shot + "\nPolygons=" + $polygons + "\n...
Then if I have created columns with the same name, then the data from the submission would automatically be in them. This would be very useful in many ways like displaying the number of polygons, lights, objects, shot codes, number of Mental Ray passes, and any other data that we think would be an advantage to display. This would be also helpful in more easily tracking down problems artists may have with their scenes.
Thanks!