mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
add reloadTextures argument back to cmds.ogs
This commit is contained in:
parent
746e34aa55
commit
8ce8d72c03
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ def reload_all_udim_tile_previews():
|
|||
for texture_file in texture_files:
|
||||
if cmds.getAttr("{}.uvTilingMode".format(texture_file)) > 0:
|
||||
cmds.ogs(regenerateUVTilePreview=texture_file)
|
||||
cmds.ogs(reloadTextures=True)
|
||||
|
||||
|
||||
@contextlib.contextmanager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue