Blog
Maya adding a messagebox when file was opened
Hi there, just want to share the following code to create a welcome message when your files was opened. string $mel = “confirmDialog -m \”You’ve loaded the scene!\”;evalDeferred(\”OutlinerWindow\”)”;string $SN = `scriptNode -scriptType 2 -bs $mel`; If you have any question do not esitate to contact me! Cheers!