8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 912: | Line 912: | ||
XSIUtils.LaunchProcess onibat, 0, onilocation | XSIUtils.LaunchProcess onibat, 0, onilocation | ||
' alternative to cmd: call onisplit | ' alternative to cmd: call onisplit via winmgmts | ||
' slightly modified code from [http://blogs.technet.com/b/heyscriptingguy/archive/2006/12/08/how-can-i-start-a-process-and-then-wait-for-the-process-to-end-before-terminating-the-script.aspx that site] | ' slightly modified code from [http://blogs.technet.com/b/heyscriptingguy/archive/2006/12/08/how-can-i-start-a-process-and-then-wait-for-the-process-to-end-before-terminating-the-script.aspx that site] | ||
Line 1,294: | Line 1,294: | ||
** Trigger volumes: import / add / export | ** Trigger volumes: import / add / export | ||
** camera OBAN: import ([[wikipedia:Drag_and_drop|DnD]]) / export | ** camera OBAN: import ([[wikipedia:Drag_and_drop|DnD]]) / export | ||
Code needs improvement to ease integration of other file types. | |||
=====Selection tracking camera===== | =====Selection tracking camera===== | ||
* https://dl.dropbox.com/u/139715/auto_selection_tracking.txt | |||
' enable automatic tracking | |||
set_auto_tracking ("yes") | |||
' disable automatic tracking | |||
set_auto_tracking ("no") | |||
There could be other buttons to jump to previous/next object grouped under their parent. | There could be other buttons to jump to previous/next object grouped under their parent. |
edits