okay, I feel dumb now looking at my code again. I wasn't doing things right at all. I ended up using the current vertex normal as my X axis, getting the next vertex position and subtracting the current vertex position, normalizing it, and using it for my Y axis, then Z was the cross product of X & Y, then set Y to be the cross of Z & X.
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/fd68c4fe-e607-45c3-9586-fbe58df901e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
