Hi, I wrote a plugin that calculates custom position values. It works as expected in MAya and during playblasts but will not show any results in b... (more)
Hey guys, I don't know if anyone else saw this but Kickstand Studios just put up their plugin on indiegoo.com to raise funds to release it opensour... (more)
I'm trying to type cast an MPoint to an MFloatPoint using the setCast method:MStatus setCast(const MPoint &sourcePoint)This is my code:MPoint f... (more)
found the solution. I check the difference between the size of input array and my member array which is initialized to 4 in the post constructor. ... (more)
so I figured out that it is not the DataHandles. They are outputing exactly what is given to them.I checked. It is not an indexing thing. I assig... (more)
I have an input and output MArrayDataHandle. The input size determines the number of elements in the output. I do stuff with matrices and vectors... (more)
Reply to post