mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Add back _null(*args) because it was used by shelf`
This commit is contained in:
parent
b09629397d
commit
d9ccb5e713
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue