maya - how can I change the geometry name in abc file by python -


i export animation alembic file in maya 2014. then, want import , connect render model abcimport. but,the render model's shape not same such : abc model's shape : aaashapedeformed render model's shape : aaashape

and namespace not same

so abcimport -connect not work

how can do..

can use pyalembic change model name in abc file?

you don't have that. when import abc file maya, creates abc node in maya scene. if object name doesn't match scene's object name, can connect manually.

the way follows.

enter image description here

the alembic node has bunch of output plug arrays, outpolymesh, outnsurface etc. these contain outputs. if render object mesh, able find corresponding output plug inside outpolymesh array. in connections editor, connect corresponding outpolymesh[i] plug inmesh plug of render model's shape node.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -