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

Q/A

install problem

Date:11/05/2015
Submitted by: lazar trajcevski lazar trajcevski
i have problem with install,when i execute it says (# Error: AttributeError: 'module' object has no attribute 'ui' # )
 

Replies to this question:

  • Replyindent
    FormJune

    FormJune said about 9 years ago:

    hi Lazar, Please, try put down two python commands one by one and print results here: 1 PinToCurve inside console you'll see path to module. Make sure it's the same where you placed module. 2 dir(PinToCurve) this command will return list of attibutes. besides you can try directly load by next code: PinToCurve.UI.PinToCurveUI() or just send me files to www.maya@aol.com to breakdown. thanks, Andrey
  • FormJune

    FormJune said almost 9 years ago:

    hi again, Since version 1.4 there're new way to run code directly. In the case it's not working again, use next command: from PinToCurve import PinToCurve PinToCurve.UI() The way you need to check environment use command: import PinToCurve print dir(PinToCurve) the result list must contain "ui" and "PinToCurve" elements you're lacking of. thanks, Andrey
  • FormJune

    FormJune said over 7 years ago:

    Hi Lazar,
     
    I don't know if it works for you, but I guess that you've extracted files from folder PinToCurve? Since There're both of module and package (folder) named PinToCurve. So package has "ui" while module doesn't.
     
    Thanks,
    Andrey

Post a reply: