Main
|
Resume
|
Showreel
|
Blog
|
Script
|
Contact
connexion
go to footer
expand all
|
collapse all
languages
class
All
JScript|XSI
Python|XSI
JScript|WEB
Python|Maya
All
Memo
learning
DDD
php
tool
keyboard tooltips
rig
CurrentUser()
- All - felixlecha
// Log the Current User Name function CurrentUser() { LogMessage(XSIUtils.Environment.Item("USERNAME") ); } // note : // you can access to all environement variable // and create a new one from xsi // //XSIUtils.Environment.SetItem("MYVAR", 1 );