Jump to content
3DCoat Forums

heimlich

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by heimlich

  1. i am trying to just export the active object to a disk without popup,etc...

    so i am doing:

    string FileName = "C:/Users/Oliver/Documents/3D-CoatV47/Scripts/2.obj"

    SetFileForFileDialogs(FileName);
    SetModalDialogCallback("ModalDialogCallbackOk");

    cmd("$SaveToObjFile");

     

    however.. nothing happens... if instead of $saveToObjFile i use "$ExportObjects" i get a requester, but i cannot set the filename and its options  and close it automatically.  i simply want to export whats loaded as an obj.. 

    any ideas ?

    Thanks

×
×
  • Create New...