Message 1 of 1
How can I source multiple projects files from the script editor?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I like to build my tools from multiple files. One file for joints, one file for controllers, one file constraints, etc. (for rigging) The problem I'm having is in order for the files to be able to talk to each other, all the files need to be in the Maya native script folder.
C:\Users\Documents\maya\2024\scripts.
This was great at first but now its becoming a headache and difficult to manage. Ideally I would like to build a project in PyCharm place it in my project folder. Maya's script editor source from the file in that particular project.
D:\Scripts\RiggingProjects\Test_Project\venv\scripts. All functions and definitions should only source and look into this folder.
Is this possible?