mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove unused variables
This commit is contained in:
parent
2b98ac1ef2
commit
ba83d4cc2f
1 changed files with 0 additions and 1 deletions
|
|
@ -177,7 +177,6 @@ def maintained_selection():
|
||||||
def reload_textures():
|
def reload_textures():
|
||||||
"""Reload textures during playblast
|
"""Reload textures during playblast
|
||||||
"""
|
"""
|
||||||
original_texture_loading = cmds.ogs(query=True, reloadTextures=True)
|
|
||||||
texture_files = cmds.ls(type="file")
|
texture_files = cmds.ls(type="file")
|
||||||
if not texture_files:
|
if not texture_files:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue