Hi, I'm having a problem I can't solve. I'm hoping someone can help me out. I'd like to have a fbx file be imported to the users Maya scene using my Python script, however I am having difficulty figuring out how to make this work. I think a subdirectory in the scripts folder must be needed to store the script and fbx in,…
Hello supremedalek925 import and reload are python commands which work with modules and packages. the way of addressing them is with the dot syntax: import customCharacterScript.customCharacterScriptreload( customCharacterScript.customCharacterScript ) where the first part is a package (a directory containing the modules…