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 output the kNurbsCurveData properly.
Any Help would be appreciated! $1 paypal deposit to the winner. :)
Here is the code:
http://pastebin.com/V5ykSRRd
// Error: (kInvalidParameter): Unexpected Internal Failure
# Traceback (most recent call last):
# File "C:/Users/Stephen Candell/Documents/maya/plug-ins/scStickyLips.py", line 70, in compute
# OpenMaya.MFnNurbsCurve().copy(curve,outputCurveAData)
# File "S:\Maya_2016_DI\build\Release\runTime\Python\Lib\site-packages\maya\OpenMaya.py", line 6400, in copy
# RuntimeError: (kInvalidParameter): Unexpected Internal Failure /
-Stephen