
0
Planned
Passing Variables between Scripts and Macros?
Is there a way to run a macro and pass a variable like a %1 or @variable in the Macro table to a line running a python script? I ask this because I am partial to the simplicity of using macros but often there needs to be a logical process that requires python.
Customer support service by UserEcho
What you can do is load a Macro substitution form in python and read the values inside:
This is kind of a workaround, the best thing would be to enable the user to pass an argument list to a script in the Run Python Script dialog.