Adverti horiz upsell

PinToCurve 1.10.2 for Maya (maya script)

Script pack for modelling via using curves

License
$20.00
(qty: 1)

  • Check 16 Future Updates Included
  • Check 16 Highend3d Quality Checked
  • Check 16 Purchase Guarantee
  • Check 16 Support Included

Compatibility

  • 2018, 2017, 2016

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:02/25/2015
Last Modified:06/26/2020
File Size: 128 KB

Bugs

does not work at all for me

Statusclosed
Prioritymedium
Date02/05/2017
Submitted byFormJune FormJune
not working for me. I create a simple plane with few subdivisions> delete center> select border> select curve>click  button> nothing happens.
 
heres the message i get in script editor. # Traceback (most recent call last):
#   File "I:\share\Documents\Projects\Python\PinToCurve\source 1.5.3\UI.py", line 128, in mousePressEvent
#   File "I:\share\Documents\Projects\Python\PinToCurve\source 1.5.3\PinToCurve.py", line 244, in _executeProject
#   File "I:\share\Documents\Projects\Python\PinToCurve\source 1.5.3\PinToCurve.py", line 53, in __init__
#   File "I:\share\Documents\Projects\Python\PinToCurve\source 1.5.3\PinToCurve.py", line 95, in _mfn
# AttributeError: 'module' object has no attribute 'MFnNurbsCurve'

Comments on this bug:

  • FormJune

    FormJune said almost 8 years ago:

    Hi
     
    It resembles you have your OpenMaya.pyd file corrupted.
    However just to check that please run next python command:
    import maya.api.OpenMaya as api
    api.MFnNurbsCurve
     
    If it gives the same error again use next python code:
    import maya.api.OpenMaya as api
    print dir(api)
    print api.__file__
     
    And send the result to me.
    thanks,
    Andrey
  • FormJune

    FormJune said almost 8 years ago:

     import maya.api.OpenMaya as api
    reload(api)
     
    It has to reset module to default, so everything will work fine.
  • onionhead_o

    onionhead_o said almost 8 years ago:

    import maya.api.OpenMaya as api
    api.MFnNurbsCurve
     
    running that will give me this

    # Error: AttributeError: file <maya console> line 2: 'module' object has no attribute 'MFnNurbsCurve' #
     
    ---------------------------------------------------------------------------------------------------------------------------------------------
     
    import maya.api.OpenMaya as api
    print dir(api)
    print api.__file__
     
    result
     
    ['MAngle', 'MArgDatabase', 'MArgList', 'MArgParser', 'MArrayDataBuilder', 'MArrayDataHandle', 'MAttributeIndex', 'MAttributePattern', 'MAttributeSpec', 'MAttributeSpecArray', 'MBoundingBox', 'MCallbackIdArray', 'MColor', 'MColorArray', 'MCommandMessage', 'MConditionMessage', 'MContainerMessage', 'MDAGDrawOverrideInfo', 'MDGContext', 'MDGMessage', 'MDGModifier', 'MDagMessage', 'MDagModifier', 'MDagPath', 'MDagPathArray', 'MDataBlock', 'MDataHandle', 'MDistance', 'MDoubleArray', 'MEulerRotation', 'MEventMessage', 'MExternalContentInfoTable', 'MExternalContentLocationTable', 'MFileObject', 'MFloatArray', 'MFloatMatrix', 'MFloatPoint', 'MFloatPointArray', 'MFloatVector', 'MFloatVectorArray', 'MFn', 'MFnAttribute', 'MFnBase', 'MFnCamera', 'MFnComponent', 'MFnComponentListData', 'MFnCompoundAttribute', 'MFnDagNode', 'MFnData', 'MFnDependencyNode', 'MFnDoubleArrayData', 'MFnDoubleIndexedComponent', 'MFnEnumAttribute', 'MFnGenericAttribute', 'MFnGeometryData', 'MFnIntArrayData', 'MFnLightDataAttribute', 'MFnMatrixAttribute', 'MFnMatrixData', 'MFnMesh', 'MFnMeshData', 'MFnMessageAttribute', 'MFnNumericAttribute', 'MFnNumericData', 'MFnNurbsCurveData', 'MFnNurbsSurfaceData', 'MFnPlugin', 'MFnPluginData', 'MFnPointArrayData', 'MFnSingleIndexedComponent', 'MFnStringArrayData', 'MFnStringData', 'MFnTransform', 'MFnTripleIndexedComponent', 'MFnTypedAttribute', 'MFnUInt64ArrayData', 'MFnUnitAttribute', 'MFnVectorArrayData', 'MGlobal', 'MImage', 'MIntArray', 'MItMeshPolygon', 'MItSelectionList', 'MItSurfaceCV', 'MLockMessage', 'MMatrix', 'MMatrixArray', 'MMeshIsectAccelParams', 'MMeshSmoothOptions', 'MMessage', 'MModelMessage', 'MNodeClass', 'MNodeMessage', 'MObject', 'MObjectArray', 'MObjectHandle', 'MObjectSetMessage', 'MPlane', 'MPlug', 'MPlugArray', 'MPoint', 'MPointArray', 'MPolyMessage', 'MPxAttributePatternFactory', 'MPxCommand', 'MPxData', 'MPxGeometryData', 'MPxGeometryIterator', 'MPxNode', 'MPxSurfaceShape', 'MQuaternion', 'MRampAttribute', 'MSceneMessage', 'MSelectionList', 'MSelectionMask', 'MSpace', 'MSyntax', 'MTime', 'MTimerMessage', 'MTransformationMatrix', 'MTypeId', 'MUint64Array', 'MUintArray', 'MUserData', 'MUserEventMessage', 'MVector', 'MVectorArray', 'MWeight', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'key', 'maya', 'ourdict', 'py2dict', 'val']
    E:\Autodesk_2015\Maya2015\Python\lib\site-packages\maya\api\OpenMaya.pyc

  • onionhead_o

    onionhead_o said over 7 years ago:

    newest version works for me now in maya 2016 extension 2. you can close the ticket now
  • FormJune

    FormJune said about 6 years ago:

    After some research I've discovered that Maya 2014-2015 don't have full OpenMaya 2.0 support. Seems only old version of PinToCurve will work. I\ve removed them from supported versions list. Thank you!

Post a comment: