Skip to main content
Rick E Johnson
Inspiring
September 11, 2023
Question

Cannot reorder some art with SDK

  • September 11, 2023
  • 0 replies
  • 120 views

I have a plugin that creates path art and arranges it in layers, which are sometimes nested in other layers. There are a couple of items, a compound path and a group, that stubbornly do not want to be reordered.

 

sAIArt->ReorderArt(art, kPlaceInsideOnTop, group) does not return an error, but it does not reorder the art, either.

 

Doing sAIArt->ReorderArt(art, kPlaceAboveAll) before that does not help. I've tried syncing the document, to no avail.

 

Is there anything I can do, or any known condition where ReorderArt won't work?

This topic has been closed for replies.