Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, in my Documents\Maya\scripts folder, I have a python file called "rr_main_curves.py".
To start this script, in Maya, I paste these 2 lines of code and then I run the script:
import rr_main_curves
rr_main_curves.window_creation()
But now, I want to put this script and all attached scripts in a subfolder of Documents\Maya\scripts : this subfolder would be called "RigBox".
So that's what I did, but now my "import" command does not work. I tried many things but they don't work:
import RigBox/rr_main_curves
import RigBox\rr_main_curves
import ./RigBox/rr_main_curves
import .\RigBox\rr_main_curves
HELP!!
Thanks 🙂
DS
Solved! Go to Solution.