mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
More cleanup
This commit is contained in:
parent
58ac71decb
commit
c74f4e6f04
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue