Hi!
I want to use a custom entity to configure all the different kinds of formats and resolutions that can occur in a project... So I enabled CustomEntity01 and renamed it 'Format'. But I can't do
shotgun.find_one('Fomat', ....)
only
shotgun.find_one('CustomEntity01', ...)
but that is just not pretty.
Could there at least be a
shotgun.find_one_custom_entity('Format', ....) ?
Or is there something that would work the same way?
That would be awesome.
Cheers,
Sebastian H