Scene file location
silvioarturi_d26d1707cd
Posts: 20
Hello,
I started just recently looking into the scripting with Daz Studio. In one of my tests I was trying to get the path of the current scene file : looking at the documentation I found the getFilename() method for the Scene object, but it seems to always return nothing.
Is this the correct method to get the path of the .duf file on the hard disk ?
I'm using version 4.8.0.51
Thanks in advance for any help
Comments
Not working for me, even after loading a scene and saving it to confirm the name. please report this as an apparent bug by opening a Tech Support ticket http://www.daz3d.com/help/help-contact-us
DzScene::getFilename() is part of the [deprecated] *.daz scene IO APIs. The newer DSON based APIs use a class that hasn't been wrapped for script access yet. I'll take a look at adding the wrappers to an upcoming release; not the next one, as that one is already "in the can", but one following that. Thanks for submitting the report.
-Rob