More cleanup

This commit is contained in:
Roy Nieterau 2022-02-13 00:08:28 +01:00
parent 58ac71decb
commit c74f4e6f04

View file

@ -2124,6 +2124,7 @@ def reset_scene_resolution():
set_scene_resolution(width, height, pixelAspect) set_scene_resolution(width, height, pixelAspect)
def set_context_settings(): def set_context_settings():
"""Apply the project settings from the project definition """Apply the project settings from the project definition
@ -2600,10 +2601,6 @@ def fix_incompatible_containers():
"ReferenceLoader", type="string") "ReferenceLoader", type="string")
def _null(*args):
pass
class shelf(): class shelf():
'''A simple class to build shelves in maya. Since the build method is empty, '''A simple class to build shelves in maya. Since the build method is empty,
it should be extended by the derived class to build the necessary shelf it should be extended by the derived class to build the necessary shelf