Re: [Maya-Python] related to Maya Array Attribute, having compound child.

2014-11-27 Thread Hyun Seung Kim
Hello, Eduardo, sorry for not clear on question. Basically, what I am having as an issue is when plugin attributes created initially, array attributes can be expanded by arrayBuilder especially on output Attribute. In my case, I want to set the size of input array attribute on plugin

Re: [Maya-Python] related to Maya Array Attribute, having compound child.

2014-10-31 Thread Eduardo Grana
Hello Hyun, I may be misunderstanding the question, but I'll give it a try if you don't mind ;) As far as I know, when you have attributes and they have the default value, maya doesn't save them anywhere, and when you ask for them, the default value is returned ( and sometimes only the values that

[Maya-Python] related to Maya Array Attribute, having compound child.

2014-10-29 Thread Hyun Seung Kim
In fact, I have a question to ask. Question: related to dynamic size on array attribute Currently, 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