Hi,
On my character rig, I have a line like this:
hips_con = doc.SearchObject('hips_con)
It works on the source document but once I reference the file it doesn't work since the file will now have a name of
character_name::hips_con
I can't delete the namespace entirely since there will be several character that have the same rig set-up in a single scene.
So, is there a way to limit the doc.SearchObject() on the source document and not on the reference document?
Thank you for looking at the problem.