Etienne Azambre Posted April 11 Share Posted April 11 Hi everyone, This topic has probably been discussed before, but here’s my issue: when I turn my Marionette network into a menu command and use the "Input Object by Criteria" node with "SEL=TRUE", I select the objects I want to process in my drawing and then run the menu command — the tool works, but it ends up targeting other objects as well! Ca you help me please ? this examples is to rotate 90° group individualy and it works as a network but not as a menu command. example rotate.vwx Quote Link to comment
Pat Stanford Posted April 11 Share Posted April 11 SEL = TRUE can be a dangerous criteria because there can be objects that are Selected but not Visible to the user (on a hidden layer, invisible class, inside s symbol, etc.) Try changing the criteria to VSEL = TRUE which should only return the Visible Selected objects.l Quote Link to comment
Letti R Posted April 11 Share Posted April 11 Hello, i just tested the criteria node with VSEL = TRUE and it does not work as expected within a menu command that was created via a Marionette Network. It seems like it does not find any objects at all. Regards Letti Quote Link to comment
Etienne Azambre Posted April 11 Author Share Posted April 11 Hello 1 hour ago, Letti R said: Hello, i just tested the criteria node with VSEL = TRUE and it does not work as expected within a menu command that was created via a Marionette Network. It seems like it does not find any objects at all. Regards Letti Hello Thx Pat and Letti 🙂 but yes Letti VSEL=TRUE does't work for me too 😞 best regards Quote Link to comment
Marionette Maven Marissa Farrell Posted April 11 Marionette Maven Share Posted April 11 There have been issues with this workflow before, I don't see any recent bugs reported against it, but I will file something with this bug to get it back in the eyes of the engineers. Thanks! 1 Quote Link to comment
gplumb Posted June 4 Share Posted June 4 I have been using a workaround to get object selection to work via menu commands. it still has an issue, that it will not run correctly when inside groups. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.