Closed slingshotvfx closed 6 months ago
Adds multi_entity_update_modes support to mockgun update() and batch() methods.
multi_entity_update_modes
update()
batch()
per docs: https://developers.shotgridsoftware.com/python-api/reference.html#shotgun_api3.shotgun.Shotgun.update
adds support for add, set, and remove multi_entity_update_modes, with the default being set
add
set
remove
Also adds an accompanying test to test_mockgun.py
Adds
multi_entity_update_modes
support to mockgunupdate()
andbatch()
methods.per docs: https://developers.shotgridsoftware.com/python-api/reference.html#shotgun_api3.shotgun.Shotgun.update
adds support for
add
,set
, andremove
multi_entity_update_modes, with the default beingset
Also adds an accompanying test to test_mockgun.py