You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workaround we have at the moment is to have a customize lamba on the product that will then call change this associations once it's done.
The problem now is that we have plenty of those (group, can contain other groups, meshes are referenced in 20 other places) and it becomes very error prone to change anything.
I figured I would ask if there is another way or something directly from amoeba to handle this kind of cross references for "duplicated" children objects
The text was updated successfully, but these errors were encountered:
We have a structure like this one:
When we duplicate the product, it will duplicate itself, its meshes and groups but the groups will still be referencing the original meshes:
The workaround we have at the moment is to have a
customize
lamba on the product that will then call change this associations once it's done.The problem now is that we have plenty of those (group, can contain other groups, meshes are referenced in 20 other places) and it becomes very error prone to change anything.
I figured I would ask if there is another way or something directly from amoeba to handle this kind of cross references for "duplicated" children objects
The text was updated successfully, but these errors were encountered: