Hi all,
I notice in my Maya installation that there is a folder structure:
pymel/core
And the folder “core” contains various .py files such as “general”.
I thought that in Python, when you import a module, you are importing a “.py” file.
So how is it possible to execute the code “import pymel.core as pm”, and then use pm to use the various functions in for example “general.py” files?
Thanks.