We have noticed that somewhere along line during the latest deadline 10 version releases, the ‘FramesList’ attribute disappeared from the job dictionary returned by the restful api’s Jobs.GetJob() function. Was that intended?
I wasn’t able to find anything explicit either in the release notes or the code commits here (quick check).
I’ll open an issue for this one.
I know that changing the property directly is a problem as I don’t think it would change the tasks document. Are you reading or writing that property?
Just reading. We have now repointed the script to use job[‘Props’][‘Frames’], which seems to be equivalent i think