Model.hm_getincludes_modified_since_last_export#

Model.hm_getincludes_modified_since_last_export()#

Returns the include file IDs marked as dirty since the last export.

Returns:

Example#

Get the include file IDs marked as dirty since the last export#
import hm
import hm.entities as ent

model = hm.Model()

_, result = model.hm_getincludes_modified_since_last_export()

print("includesIds", result.includesIds)