added comment to nuke lib changes

This commit is contained in:
iLLiCiTiT 2020-11-04 11:10:04 +01:00
parent 67fb706d1b
commit 7d2fb084aa

View file

@ -1388,6 +1388,9 @@ class ExporterReviewMov(ExporterReview):
self.log.debug("Path: {}".format(self.path))
write_node["file"].setValue(self.path)
write_node["file_type"].setValue(self.ext)
# Knobs `meta_codec` and `mov64_codec` are not available on centos.
# TODO change this to use conditions, if possible.
try:
write_node["meta_codec"].setValue("ap4h")
except Exception: