Jump to content
3DCoat Forums

propyl

New Member
  • Posts

    3
  • Joined

  • Last visited

propyl's Achievements

Newbie

Newbie (1/11)

0

Reputation

  1. Thanks but still no luck. Every string format i've tried including literals still produce the file open dialog and do not import the file.
  2. Hi alvordr I believe backslash is an escape character in Angel script like other C languages. Are you saying this code runs for you without it? http://www.visualnovelty.com/docs/angel_docs/doc_datatypes.html
  3. 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...