Edit: C:\Program Files (x86)\Autodesk\Softimage 2013 SP1\Application\Commands\GlobalVarPlugin.js
From: [email protected] [mailto:[email protected]] On Behalf Of Matt Lind Sent: Friday, August 30, 2013 11:33 AM To: [email protected] Subject: undocumented flag for Command.SetFlag() Can anybody with inside information explain this one? I am looking at GlobalVariable.js which is the plugin for the SetGlobal(), SetGlobalObject(), and GetGlobal() commands. In the _Init() of each command there is a line that looks like this: Cmd.SetFlag( 262144, false ); Normally you'd see Cmd.SetFlag( siNoLogging, true ), or something like that, to define behavior of the command's execution environment. Upon looking in the SDK docs for Command.SetFlag(), there is no combination of enums that individually or bitwise combined that resolve to 262144 as shown above. So what does this flag do? Thanks, Matt

