Currently, the only layers vd.effect.Base accepts as targets are visual layers. Change its methods' argument types to accept the Base layer instead of just Visual ones.
For some reason, apply takes the target as an argument, even though it caches it when attached. We can take care of that later.
The text was updated successfully, but these errors were encountered:
Currently, the only layers
vd.effect.Baseaccepts as targets are visual layers. Change its methods' argument types to accept theBaselayer instead of justVisualones.For some reason,
applytakes the target as an argument, even though it caches it whenattached. We can take care of that later.The text was updated successfully, but these errors were encountered: