Jump to content

Tommy Kiser

Administrators
  • Posts

    1
  • Joined

  • Last visited

About Tommy Kiser

  • Birthday May 4

Profile Information

  • Location
    Portland, OR, USA
  • Interests
    Solutions Architecture, Pipeline Development & Automation, Virtual Production, Unreal, Film & Television, Game Development, Activism, NBA Basketball, Music, Camping, Hiking, Biking

Tommy Kiser's Achievements

  1. Here is an API snippet you can use to find the user info associated with the change of an attribute's value. Note that not all changes/updates generate events, so this may not work universally, but for standard, built-in fields this should be useful. for event in session.query('Event where parent_id is "<entity id>"'): print('Event data: {0} triggered by {1}'.format(event['data'], event['user']['username']))
×
×
  • Create New...