what does it mean by internal variable here? Is it variable that we assigned in the script?or it has different meaning?thanks
On Monday, April 17, 2017 at 9:09:04 PM UTC+1, Justin Israel wrote: > > > > On Tue, Apr 18, 2017, 7:45 AM MA07 <[email protected] <javascript:>> > wrote: > >> Hello, >> >> Can anyone explain to me when is appropriate to use internal Var ? >> >> what is internal Variable? >> >> what exactly this command does.I don't really understand. >> >> Example : >> >> import maya.cmds as cmds >> >> myScriptDir = cmds.internalVar(userScriptDir=True) >> >> Thank you in advance >> >> > > http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/CommandsPython/internalVar.html > > "This command returns the values of internal variables. No modification of > these variables is supported." > > It returns the values of various directory paths. > > >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/f0442d46-8479-49ee-bd7f-0a3c34c78e8a%40googlegroups.com >> >> <https://groups.google.com/d/msgid/python_inside_maya/f0442d46-8479-49ee-bd7f-0a3c34c78e8a%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/bae948b2-bc2a-476f-83e7-cdedcc8fcbbb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
