Marvelous Designer 10 Python Changes
Marvelous Designer Official71 views

From the Marvelous Designer version 10, PythonQt, which was supported by Python Script of previous Marvelous Designer versions, is not supported.
If you use the script file used in the previous version in the version 10, please modify the part of importing the module as below.
from MVPython import MarvelousDesignerAPI
from MVPython.MarvelousDesignerAPI import *
import MarvelousDesigner
from MarvelousDesigner import *
With the same issue as above, Phython Script does not support Qt Gui from the Marvelous Designer version 10.
#news#python
이 작업은 news, python 등의 기술로 제작되었습니다.
Marvelous Designer의 최신 기능과 소식을 만나보세요.