I'm trying to export clothing animation as an obj sequence via MD python API. For example, for a body motion with 100 frames, I want to use MD to get draped garment sequence and export corresponding animation file as .obj format(100 frames in total).
Since the number of motion sequnce is large in an actual situation, it is time-consuming to manually export these obj sequence via GUI. Fortunately, I noticed that MD provides python scripting APIs, which may help me avoid such loop process.
However, I did not find any proper function that is able to export obj sequence either in example.py or in MarvelousDesigner.py. Did I miss something?
댓글을 남기려면 로그인하세요.