General questioin about mixing python and maxscript

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have some subroutines that where written in C and I have some python wrappers that supposedly would make
those work in python. Does that mean those C subroutines will work in a max script if I use python in max script editor?
and question 2.
can you mix python and maxsript? like, if I take a returned value from python can I then use that in maxscript code and go back and forth?
I hope this makes sense. I am trying to figure out a work flow for how I can use C, python and maxscript in one script in max. (I am newby when it comes to python and the concept of wrappers) Any ideas?
I currently have a project where first half is done in C because I had to use certain C written subroutines, and second half of project is done in maxscript. I am trying to merge the two in maxscript using python wrappers and wondering if thats possible.
Thanks