you’re right, that was my mistake. I’m sitting in front of after effects now and it’s not working with an adjustment layer or solid. What I was describing was a workflow I used a while ago but now that I think about it, we had BCC’s wire removal tool which I don’t have here.
If you have your clone working on your image, you could try an expression for the position of your clone (within the plugin). Add the position of your null to the position of you clone to result in an animated clone moving with your scene.
a = effect("CC Simple Wire Removal")(1); // your current clone position
b = thisComp.layer("null_layer_name").transform.position; // the position of the null
a+b // your output
You’ll likely have to apply this to your clone source too. That wont account for the rotation but maybe that won’t be so bad to animate when the position is locked in. Or maybe someone has a math.equation they can share for rotation.
I’m sorry I might have lead you down the wrong path. I hope you’re finding solutions.
Best,
Mike Sevigny