Is it possible to determine color programmatically?

I’m thinking the GetChildren idea means nested loops of varying depth. And ultimately that loops through every object in the addon. If there was a nice easy premade method to do it that might be ok.

So I think the easier way is creating the themed object table. More creation up front, but it produces a single table to iterate later on. And its only going to include the relevant objects. So that seems more elegant to me.

GetChildren/GetRegions IS the premade method :wink:

I mean a one-liner lol