Seeing as you haven’t yet gotten an answer to this, I’ll just say that I’ve never seen nor used maya.app before. Are you sure it’s an end-user library, like maya.cmds? Having a quick look at that api, there seems to be a cmds.assembly <http://help.autodesk.com/cloudhelp/2015/ENU/Maya-Tech-Docs/CommandsPython/assembly.html> command, have you tried it?
On 12 December 2014 at 16:31, Robert Kolbeins <[email protected]> wrote: > > > I'd like to sneak in one question here using referenceAssembly node. > The referenceAssembly node has a definition input path. I've got a assembly > definition as a rigged character. The animator creates > the referenceAssembly. I need to update the rig and the obvious would be to > replace the referenceAssembly input definition file path. But if I do that, > I loose the keyframes connection. > > Any simple solution to this problem? > > should this python module be able to do the job "import > maya.app.sceneAssembly.assemblyReferenceInitialRep as iRep" > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/02b5802b-6b6d-4383-ac4f-577876fb25a4%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/02b5802b-6b6d-4383-ac4f-577876fb25a4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBbpmCT6dveq6Bzk9m-VX_1FpPDMt2__f3tLCc7FXUAHA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
