Adverti horiz upsell

Braid and Spiral PySide2 1.0.0 for Maya (maya script)

Braid and Spiral ported for Maya 2017+

License
Button download
2,831 Downloads

Compatibility

  • 2018, 2017, 2016, 2015, 2014

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:08/13/2018
Last Modified:08/13/2018
File Size: 7.26 KB

Keywords

braid, splines

Q/A

How do I intall scripts successfully?

Date:09/11/2018
Submitted by: Nekochiya Nekochiya
Sorry to troubleyou,I do put scripts folder in correct path.But I can't run it in Python.Or I will get a wrong,below is what it said:

braid:
import JUM.braid as braid
braid.run()
# 错误: line 1: invalid syntax #

Replies to this question:

  • FormJune

    FormJune said over 6 years ago:

    Hi! First line is't python code, but a label. You should use

    import JUM.braid as braid
    braid.run()

Post a reply: