--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/7fdba434-2182-44b4-92aa-0f9dfd9821ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Cheers!maya doesn't save them anywhere, and when you ask for them, the default value is returnedAs far as I know, when you have attributes and they have the default value,Hello Hyun,I may be misunderstanding the question, but I'll give it a try if you don't mind ;)
( and sometimes only the values that are different from the default are returned, and you have to fill the array yourself )
Could this be what's happening?
Eduardo
On Wed, Oct 29, 2014 at 8:20 PM, Hyun Seung Kim <art...@gmail.com> wrote:
In fact, I have a question to ask.Question: related to dynamic size on array attributeCurrently, I use array attribute containing compound attributes within( target Matrices ( array ) - target 1st ( compound child as matrix type) and target weight 1st ( compound child as float type ) )When the plugin loaded and try to access the attribute but the size of array has not been increased.Since maya array attribute is sparse, I thought, it should be expanded with elementByPhysicalIndex.But Array does not seem to be increased.Anyone might have an idea there is a way Maya API to handle array compound attributes?Thanks in advance on any feedbacks!!
--
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/7fdba434-2182-44b4-92aa-0f9dfd9821ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.