passing variables

mimoss03

New member
Joined
Jul 11, 2011
Messages
1
Programming Experience
Beginner
Hello, brand new here, so feel free to tell me if im posting this in the wrong section...

I'm new to VB.net and need to create a small program for work. I work in the Visual FX / 3D Modeling industry and use Maya on a daily basis.
I'm in the process of building a custom plug-in for Maya using MEL Script (Maya Embedded Language) and VB.net.

The MEL code is complete. All i need to do now is get to work on the VB part.
what im confused on is how to pass variables from Maya to VB. Or if thats even possible. IF not the other way i can do it, i store my MEL variables into a .txt and have VB read from the .txt and implement those into VB variables.

Can someone give me an idea on how to accomplish this?

Thanks in advance!

Mike
 
Back
Top