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 Programming for Autodesk Maya
Hi,
Is there any example on how one can setup data for a custom attribute that is created as MFnArrayAttrsData
I manage to write some python code in a node to read them from an nParticleShape1Cache1 node.
nParticleShape1Cache1 has an output attribute call "Out Cache Array Data".
I want to write some sort of filtering node to modify the array data and repackage them before sending them off to a similar output attribute for connecting to the "Cache Array Data" input in a nParticleShape1 node
Information and example code for MFnArrayAttrsData is rather sparse.