Tekitoumen opened this issue on Aug 04, 2022 ยท 4 posts
Tekitoumen posted Wed, 17 August 2022 at 12:48 AM
sorry. I checked it and it didn't work....
After importing in python,
actor = scene.Actor("target_name")
scene. SelectActor(actor)
scene. DrawAll()
After recognizing the model like this, exporting from Python fails.
When I do the export, I get an obj file, but it's 0 bytes in size.
Since actor.Delete() succeeds, I think Poser is aware of the model.
What am I missing to recognize the model from python as well as the GUI?
Thank you.