Jump to content

Marissa Farrell

Marionette Maven
  • Posts

    1,474
  • Joined

  • Last visited

Posts posted by Marissa Farrell

  1. Unfortunately the way Marionette works is that it always keeps your objects contained in a group so that re-running the network will always replace everything done.

    You'll have to manually do this, or create a custom node that removes the object you're trying to exclude from all container groups.

  2. On 1/27/2022 at 4:24 PM, Pat Stanford said:

    The reason I couldn't find it is that the node is actually named PIO Handle, but the text displaying on the node when inserted is Parent PIO.

    This has always bothered me! I'll see if there's an opportunity to coordinate those names, otherwise I'll try to throw a tag in there for searching at the very least.

    • Like 1
  3. So, Symbols cannot have different configurations, this would be a Plug In object (which is saved with red text in the resource manager)

    If I'm following correctly, you would have one symbol that was the same everywhere, but would want the position of the red box to move?

    For this, your Marionette script would place the static symbol object first and then layer the red box over the top in whatever position is defined with your option choice.

     

    I'm not sure that I am following the full goal correctly, if you could supply a simple file with a couple of the end results you're looking for I can probably make better sense of it.

  4. Since you state that these configurations are all stored as symbols already, it should be easy enough to write a script with an input field (either text or preconfigured popup) that would allow you to choose which configuration you want to be placed.

    I believe this would meet you request, please let me know if I'm incorrect.

  5. REFFILE is used for updating the scripts across all your nodes, it's useful when a node has a bug and needs to be updated in the source code, but what you've stumbled across is the small issue - each existing node in your document must be updated to refresh the script (so each time you open and close the node it will update it, but you need to do that for each existing node in your drawing). I *think* you could also use the "Tools > Utilities > Reset All Plug-ins" command to refresh the script, but I am not 100%.

     

×
×
  • Create New...