On Tue, Apr 18, 2017 at 8:31 AM MA07 <[email protected]> wrote:

> what does it mean by internal variable here? Is it variable that we
> assigned in the script?or it has different meaning?thanks
>

They are getters for Maya's internal variables. If you wanted to customize,
these, they are available through your Maya.env

https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/Maya/files/GUID-228CCA33-4AFE-4380-8C3D-18D23F7EAC72-htm.html



>
> 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]> 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].
>>> 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
> <https://groups.google.com/d/msgid/python_inside_maya/bae948b2-bc2a-476f-83e7-cdedcc8fcbbb%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/CAPGFgA2iQwQKb4%3Drw8q7Thca%2BJBPaM0n-TFnFt-yxQAXBsN7fA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to