Thanks for the response, afraid I get a NameError when trying that:
>>> doc.chunks[1].model
2020-10-07 09:35:49 <Model '290979 faces, 147674 vertices'>
>>> doc.chunks[1].model = none
2020-10-07 09:36:05 Traceback (most recent call last):
2020-10-07 09:36:05 File "<console>", line 1, in <module>
2020-10-07 09:36:05 NameError: name 'none' is not defined
Is this something that needs to happen before ANY model is created?