You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
Hi.
I've been trying to import geometry cache with Python to no avail. When I select the object manually and import from menu, it works.
The cache was created from a referenced rig. exFemaleHair010:shirt_plyShape associated xml file is exFemaleHair010_shirt_plyShape
I want to import that cache to a reference of the same character with different namespace. cache000:shirt_plyShape in this case.
I tried to do it like this xml = path_to_xml shape = ['cache000:shirt_plyShape'] channel = ['exFemaleHair010:shirt_plyShape'] pm.mel.doImportReferenceFile(xml, '', shape, channel)
However I keep getting this error. I supply channel with empty list but no good. // Error: line 0: Channel exFemaleHair010:shirt_plyShape was not found. //
Any help appreciate. Thank you!
Panupat Chongstitwattana
unread,
Mar 17, 2015, 9:15:46 AM3/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
Finally got the cache working by generating cache separately per geometry and use pymel command cacheFile. However the warning is still there. Am I doing something wrong?