mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
🐛 handle legacy pointcache instance conversion
This commit is contained in:
parent
10d0fda1a2
commit
dae6257f88
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ class HoudiniLegacyConvertor(SubsetConvertorPlugin):
|
|||
"creator_identifier": self.family_to_id[family],
|
||||
"instance_node": subset.path()
|
||||
}
|
||||
if family == "pointcache":
|
||||
data["families"] = ["abc"]
|
||||
self.log.info("Converting {} to {}".format(
|
||||
subset.path(), self.family_to_id[family]))
|
||||
imprint(subset, data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue