|
Dear all,
I have installed plugin for 3D flood fill and need to run it through macro. The problem I am facing in this regard is that when I record the macro for floodfill3D, I get the function call but do not get the function parameters to pass the location unlike 2Dfloodfill. e.g:
setForegroundColor(255, 255, 255);
run("Flood Fill(3D)");
So, I set the foreground color and initiate the flood fill 3D but not able to pass the location. And it seem to continue without waiting for user to manually give the input through mouse click.
Thanks,
Himanshu Bugalia
|