I'm more glad then you are.
Justin Israel wrote:
Awesome! Glad you got it working!
On Thu, May 19, 2016 at 2:21 PM Christopher.
mailto:crestchristop...@gmail.com>> wrote:
Ah, so my original method wasn't too far off, good to know :) Thanks.
All my other python issues in the past got resolved
Awesome! Glad you got it working!
On Thu, May 19, 2016 at 2:21 PM Christopher.
wrote:
> Ah, so my original method wasn't too far off, good to know :) Thanks.
>
> All my other python issues in the past got resolved as well recently.
>
> On Wednesday, May 18, 2016 at 9:16:48 PM UTC-4, Justin Israe
Ah, so my original method wasn't too far off, good to know :) Thanks.
All my other python issues in the past got resolved as well recently.
On Wednesday, May 18, 2016 at 9:16:48 PM UTC-4, Justin Israel wrote:
>
>
>
> On Thu, May 19, 2016 at 1:09 PM Christopher. > wrote:
>
>> How do you query
On Thu, May 19, 2016 at 1:09 PM Christopher.
wrote:
> How do you query something that was created, simply such as this;
>
> rad = maya.cmds.polyCube (width=2.0, height=4.0);
>
>
>
The return value from that command is a list:
[, ]
So you might have gotten back something like:
[u'pCube1', u'polyC
How do you query something that was created, simply such as this;
rad = maya.cmds.polyCube (width=2.0, height=4.0);
--
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 email
In hopes to sum up my intention a little better:
I want to Create an internal NurbsCurve from inputed joints.within an
MPXNode and output this curve. I think maybe I shouldn't be putting my
MFNnurbsCurve.create call within the compute method...but I can't be sure...
--
You received this messa
Hey guys, i've been trying to get through this error all morning.
I'm simply trying to construct an internal nurbsCurve through some inputed
joints. I thought I would add a quick output attribute for this curve, so
I can see it...if needed.
Pretty straightforward I thought. I can't seem to ou