Add back _null(*args) because it was used by shelf`

This commit is contained in:
Roy Nieterau 2022-02-13 11:37:42 +01:00
parent b09629397d
commit d9ccb5e713

View file

@ -2601,6 +2601,10 @@ def fix_incompatible_containers():
"ReferenceLoader", type="string")
def _null(*args):
pass
class shelf():
'''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