Difference between revisions of "User:Ivo.grigull"
From The Foundry MODO SDK wiki
Ivo.grigull (Talk | contribs) m |
Ivo.grigull (Talk | contribs) |
||
Line 4: | Line 4: | ||
[http://modo.sdk.thefoundry.co.uk/wiki/Category:Objects SDK Objects] | [http://modo.sdk.thefoundry.co.uk/wiki/Category:Objects SDK Objects] | ||
+ | |||
+ | ==== Creating an undo context in a fire and forget script ==== | ||
+ | |||
+ | Your scripts can simply do <pre>lx.eval('undo.init')</pre> and it'll create an undo context for you. |
Revision as of 09:40, 13 May 2016
Creating an undo context in a fire and forget script
Your scripts can simply dolx.eval('undo.init')and it'll create an undo context for you.