this it my code:
…………………………………………………………………………………………………………………………………………
myDoc = c4d.documents.GetActiveDocument()
myPath = ‘D:\test_project\assets’
assets = c4d.documents.GetAllAssets(myDoc, False, myPath)
print assets # result is None
…………………………………………………………………………………………………………………………………………
I have a missing asset .
so , the function return None .
what should i do ?