Jump to content

Marissa Farrell

Marionette Maven
  • Posts

    1,474
  • Joined

  • Last visited

Posts posted by Marissa Farrell

  1. This is likely due to the Compose command requiring objects to be selected, which doesn't work well inside of Marionette Objects, if at all. 
    I'm not sure there's a current workaround because there isn't a function that allows users to compose without an active selection, to my knowledge.

    I guess it would be possible to write a new node that could query the points/vertices of polys and lines and draw a new line, but it wouldn't be straightforward and would take me a while to get right.

    I'll keep thinking about this.

  2. Here's a file that demonstrates one approach (there are many ways to do this)

    Let me know if you need any help with it. 

     

    Essentially, the ordered list contains all of the possible attributes, I used an Any node to give a list of values to compare (those lists are of equal length)

    The point nodes (Point 2D and Get XY) create tuples to keep the values together when filtering them so they don't come out of pairs

    filterRanges_MFarrell.vwx

  3. Here's a standalone node to return subrows. 

    I couldn't find my copy of the node you were using earlier and decided just creating one would be faster.

    It's definitely possible to combine the functionality, rows that aren't database rows will return 0, so if you wanted you could add an output port that also told you the subrow count.

    GetSubrowCount_v2022.vwx

    • Love 1
  4. I'm looking into this.

    I have another script that populates some static text in the OIP, but those values aren't dependent on other values throughout the network, so my method isn't working how I've written it in the past.

    I do have hope, though.

    • Like 2
  5. @Alex Talbot

     

    In case you're interested in what's happening, you have folders in your resource manager that have the same name as your layers, and the script is finding those first. Since a symbol on the drawing area can't be placed in a resource folder, they're defaulting to be placed on the active layer. I'll have to look into a way to handle this, but as others have said earlier in this thread, it's better to try to reduce similar names of objects throughout the document.

  6. 17 hours ago, Pat Stanford said:

    Also, when I am on the Default layer, I can select the nodes, but the handles to move the wires never show up.

    Are you in Top/Plan? I'm able to see the handles, but Marionette requires you to be in this view in order for the handles to appear. Just want to make sure you're not experiencing something else.

×
×
  • Create New...