Pular para o conteúdo principal

Central de Ajuda da CLO

Como podemos te ajudar?

Pesquisa

Chatbot CLO

Python export fbx

Comentários

  • fverbaas

    I see your question was not answered. That is not surprising. The Python interface does not have priority at CLO/MD.

    I have some experience with programming for MarvelousDesigner. Things have grounded to a halt there with the MD10 move to a heavily crippled version of Python3.7. I was just looking around here to see if things had been better arranged here at CLO. It seems not.

    At MD and CLOViewer there is a copy of MarvelousDesigner.py in the installation. Trust it comes with CLO also. It appears to implement a sort of job queue but I still have to hear the firtst user who managd to get it working. The version that comes with MD is quite buggy but it does give an idea of the workings.

    I have no idea what is the cause of the errors you get.

    One thing I see is windows paths with a single backslash. Single backslash is an escape character.  '\n' is newline for example, so your '\Nylon' may send Python astray. Python os module works perfect when you use forward slash in a file path. you just have to be careful that the os may return paths with a single backslash.  

     

    0
Por favor, entrar para comentar.