Previous topic

oyProjectManager.utils

This Page

oyProjectManager.utils.uncompress_range

oyProjectManager.utils.uncompress_range(_range)[source]

a shotRange is a string that contains numeric data with ”,” and “-” characters

1-4 expands to 1,2,3,4 10-5 expands to 5,6,7,8,9,10 1,4-7 expands to 1,4,5,6,7 1,4-7,11-4 expands to 1,4,5,6,7,8,9,10,11