I’m bad with python but shouldn’t you have to initialize it first as it’s being 
called as a startup script or perhaps set it to wait till Maya has loaded all 
the way?  I’m not sure at all, just a suggestion and or query.

 

Jason

 

From: python_inside_maya@googlegroups.com 
[mailto:python_inside_maya@googlegroups.com] On Behalf Of João Victor
Sent: Tuesday, August 17, 2021 6:39 PM
To: Python Programming for Autodesk Maya <python_inside_maya@googlegroups.com>
Subject: [Maya-Python] userScript.py is not being executed

 

Hello there,
I am trying to run the userScript.py file placed in 
Documents\maya\2020\prefs\scripts , but there are functions and variables which 
are not declared when Maya is open…
I basically did it:

def functionA():

        varA = False

cmds.scriptJob(event = ["SceneOpened", functionA]) 

Sometimes it runs, and sometimes do not.
The userScript.mel runs always, so I think I could put at the end of the mel 
code, a line to call the python code.

Any suggestion? 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 
<mailto:python_inside_maya+unsubscr...@googlegroups.com> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/b3b1bf17-c520-4ef0-b7cd-d26afe63220cn%40googlegroups.com
 
<https://groups.google.com/d/msgid/python_inside_maya/b3b1bf17-c520-4ef0-b7cd-d26afe63220cn%40googlegroups.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/002c01d793de%249210b430%24b6321c90%24%40gmail.com.

Reply via email to