Jump to content
3DCoat Forums

propyl

New Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by propyl

  1. Hello,

    I've been excited for this app to get scripting abilities and have been playing with the latest 4 beta hoping to get some automation working. I seem to be having trouble with the file dialogs not being able to pass a path.

    Here are some things i've tried but all seem to hang on the file - open dialog waiting for user input. Am I going about this incorrectly or is this something that is still being implemented and just not finished yet?

    void main()

    {

    string filename = "C:\\sphere_vox.stl";

    SetFileForFileDialogs(filename);

    refmesh(filename);

    }

×
×
  • Create New...