Indeed I'm using the inViewmessage from cmds but I noticed sometime in Maya
that option in disabled in preferences.
Now I'm looking how to enable it. I also discovered that I can check if it
is checked or not through Maya optionVars but can't find a way to set it
On/off

On Fri, 16 Dec 2022, 13:06 vince touache, <fruityfr...@gmail.com> wrote:

> Some maya tools (or third-party tools) use heads up messages as a
> convenient way to give the user some information. I can't remember off top
> of my head what tools is using it in maya, but for the time being, you can
> generate a custom one, and I'm sure that will look familiar!
> inViewMessage -smg "test message" -pos topRight -bkc 0x00000000 -fade;
> (MEL)
> source:
> https://help.autodesk.com/cloudhelp/2017/ENU/Maya-Tech-Docs/Commands/inViewMessage.html
> If your In-View messages are enabled, you'll be able to see the message.
> Otherwise, it'll be ignored.
> Now I'm not sure exactly what you mean by "a way to check/uncheck this
> button". Can't you simply tick the box from the gui? If not, it might be a
> graphical bug, and my next try would be to change it via script (I suppose
> using optionVar)
>
>
> Le ven. 16 déc. 2022, à 12 h 51, Pacifique Nzitonda <
> nzitondapacifi...@gmail.com> a écrit :
>
>> Hi,
>> Can someone tell me what is the command or a way to check/uncheck this
>> button?
>> [image: dasdsa.JPG]
>>
>> Thanks
>>
>> --
>> 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 python_inside_maya+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/python_inside_maya/4bd7892c-00b0-47cf-b22a-6865c4239fe2n%40googlegroups.com
>> <https://groups.google.com/d/msgid/python_inside_maya/4bd7892c-00b0-47cf-b22a-6865c4239fe2n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Python Programming for Autodesk Maya" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/python_inside_maya/oLPUGfUmrfo/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/CAHChmQbZdci9_uB9b0T%3D%3DqEk9Gef4pMegZbEgRhWGPVuf_wwOA%40mail.gmail.com
> <https://groups.google.com/d/msgid/python_inside_maya/CAHChmQbZdci9_uB9b0T%3D%3DqEk9Gef4pMegZbEgRhWGPVuf_wwOA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CACNQXpXLdsXxHjtZdNoN_rxPp2vrWS_9VmEjXtaroFqJLmKbeg%40mail.gmail.com.

Reply via email to