I saw a couple of threads about communicating with other things from outside of ZBrush but could not really figure out how they would apply to my case.
So, This is what I’m trying to do and I hope it is possible to implement! A temporary obj file gets written out with ZScript along with a user driven input variable, then the obj file and the input variable(how to send this variable to Python?) must get read by the Python script, after doing bunch of stuff, the Python script writes back the obj file and now the ZScript should read back the file again.
How may I go about doing this?