Hello, 

i have a script which i think is split up appropriately into modules. However 
my main run() module takes variables set in a config() module and calls the 
other modules, using the configured variables as arguments.

but it is becoming a bit tedious when i need to return back each time with the 
modified variables, or extra variables, which need to be transferred back to 
the run() module and then out again to the next module.

eg 

createCurves.execute(circle_counter,limb_counter,configured.curves,curr_circ_center,limb_vec,crv_pnt1,crv_pnt2)

is this normal? or is there a cleaner way to communicate the current variable 
states between modules.


thanks,
Sam

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/ee3e0a6f-f3dc-4cbe-a99d-4b69fa7cd722%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to