mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #3719 from simonebarbieri/feature/maya-unreal-layout_existing_scene
Unreal: Layout Loader from Maya for Existing Scenes
This commit is contained in:
commit
de7a6dfcc7
6 changed files with 451 additions and 13 deletions
|
|
@ -265,6 +265,10 @@ def get_last_workfile_with_version(
|
|||
if not match:
|
||||
continue
|
||||
|
||||
if not match.groups():
|
||||
output_filenames.append(filename)
|
||||
continue
|
||||
|
||||
file_version = int(match.group(1))
|
||||
if version is None or file_version > version:
|
||||
output_filenames[:] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue