mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
OP-4504 - remove extension from originalBasename
It would produce weird concatenation of extensions.
This commit is contained in:
parent
e3866dff5a
commit
3c09dfc80e
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
raise KnownPublishError(
|
||||
"This is a bug. Representation file name is full path"
|
||||
)
|
||||
template_data["originalBasename"] = fname
|
||||
template_data["originalBasename"], _ = os.path.splitext(fname)
|
||||
# Manage anatomy template data
|
||||
template_data.pop("frame", None)
|
||||
if is_udim:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue