Skip to main content

Maya Script Help


I have been trying to add this script to maya but everytime I do it tells me it can't find the placement, so I looked inside the script and it said (where string $path = Place your directory here) I did that but it still says it can't find it.

What can I do >.<

Comments

  1. From what I can see in the picture, you have pasted the location twice... once in the $path variable and again in the 'if' statement.

    What the script is now doing is checking 'if' $path is equal to your location (as that is what you have pasted in), and therefore erroring, which is stopping the script from going any further.

    In this case, it should work if you change the line in the 'if' statement back to what it was originally, or by just completely removing that line so the script can continue.

    Hope this helps

    Ethan

    ReplyDelete
  2. Thanks Ethan I'll give it a try tomorrow.
    (I hope thats all it is )

    ReplyDelete
  3. Thanks so much it worked :D!!

    ReplyDelete

Post a Comment