Re-find program to batch convert Poser PP2 files to Daz dsas (had something, but can't find it now)

Hi all,

I had a program to batch convert folders of Poser Runtime files to use more easily within the Daz folders. It generated DSA files that referenced the original Poser files. Very simple to run. I used it in 2022, but have since changed computers and cannot figure out what I used before. Any ideas? This the code it generates:

var myfile = 'Runtime/libraries/Character/Michael4example.pp2';
var contentMgr = null;
var nDirType = DzContentMgr.AllDirs;
var sPath = (contentMgr = App.getContentMgr()).findFile(myfile,nDirType);
var oContentMgr = App.getContentMgr();
oContentMgr.openFile(sPath, true);

 

Comments

Sign In or Register to comment.