• Transparency mask not taken into account when using PathItem.translate()???
Hello -
I won't explain all the "process" or the reason why I'm using a script for this, but…
I made a script to moving a manually saved selection via "PathItem.translate()".
Until now, I though that everything works like a charm.
Until a colleague of mine told me that "transparency mask" where not moved! Even they where part of the selection.
If I do the operation manually (ie. moving the selection), everything is moving.
When I do it via scripting, well looks like the transparency masks are leaved on their original location. all the rest is moved.
NB. Of course they linked, not "locked", …
The line of code:
…
pgItem.translate( 50, 0 );
…
Any idea why?
Thank you,
- Dimitri

