Page MenuHome

Cleanup: Simplify job custom data query API
ClosedPublic

Authored by Sergey Sharybin (sergey) on Apr 29 2022, 4:43 PM.

Details

Summary

There were two calls to access job's custom data. One of them
ignored job type, the other one ignored job owner.

Now there is a single function to access job's custom data.
If the job type or owner is not relevant NULL or WM_JOB_TYPE_ANY
can be passes explicitly.

Diff Detail

Repository
rB Blender

Event Timeline

Sergey Sharybin (sergey) requested review of this revision.Apr 29 2022, 4:43 PM
Sergey Sharybin (sergey) created this revision.
This revision is now accepted and ready to land.Apr 29 2022, 4:43 PM