Re: how to obtain full script editor history

2014-02-18 Thread Luc-Eric Rousseau
if that preference doesn't work for you, there is nothing else. check if you can open the file while XSI is running using file sharing flags (something like SHARE_READ), and not just the default sharing flags (which is deny everyone else) the only recourse you have IMHO is to work write your own

how to obtain full script editor history

2014-02-17 Thread Matt Lind
I need to write a simple command to dump the script editor history log (or 'n' lines at the tail end of the log) to a text file so artists may attach the file to an issue in our bug tracking system. From what I've seen in the SDK docs, View.GetAttributeValue() only returns the last line, or

Re: how to obtain full script editor history

2014-02-17 Thread Siew Yi Liang
Um, maybe I'm misunderstanding, but doesn't the script editor have the option in prefs to write to a text file? Scripting Log to File You could run a simple python script to trim 'n' lines in the document and write it to a seperate file... Yours sincerely, Siew Yi Liang On 2/17/2014 8:11

RE: how to obtain full script editor history

2014-02-17 Thread Matt Lind
: Monday, February 17, 2014 8:29 PM To: softimage@listproc.autodesk.com Subject: Re: how to obtain full script editor history Um, maybe I'm misunderstanding, but doesn't the script editor have the option in prefs to write to a text file? Scripting Log to File You could run a simple python script

Re: how to obtain full script editor history

2014-02-17 Thread Cesar Saez
the current line. Matt *From:* softimage-boun...@listproc.autodesk.com [mailto: softimage-boun...@listproc.autodesk.com] *On Behalf Of *Siew Yi Liang *Sent:* Monday, February 17, 2014 8:29 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: how to obtain full script editor history