This commit is contained in:
Kayla Man 2023-10-19 21:35:33 +08:00
parent 977d0144d8
commit f674b7b108
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
"""Library of functions useful for 3dsmax pipeline."""
import os
import contextlib
import logging
import json

View file

@ -287,7 +287,7 @@ def viewport_options_for_preview_animation():
"dspBones": False,
"dspBkg": True,
"dspGrid": False,
"dspSafeFrame":False,
"dspSafeFrame": False,
"dspFrameNums": False
}
else: