Jump to content
Developer Wiki and Function Reference Links ×

Pop Back Node


AlanW

Recommended Posts

Is the Pop Back Node used simply to remove the extra count that the program uses which starts at 0, so that when you input 3 copies you get 3 and not 4?

Also in the Filter Rectangle Wrapper in the same network you use a Get Object type Node and reference it to the Object types.

Why do you filter this down to the specific shape.?

Thanks

Edited by Alan Woodwell
Link to comment

It's useful sometimes to look at the python descriptions for some of these commands, as pop comes from the list structure command in python. So pop back actually removes the last item in the list and the key is returns it (so it gives you the value). So what you get back is a new shorter list and the last value in the list. The list could be a list of points, text values, whatever.

https://docs.python.org/3.1/tutorial/datastructures.html

Link to comment

Hi, Thanks, I did look at this and as I have very little programming knowledge what seems such a simple thing to a programmer just draws a blank with me.

I need to learn and understand Python I guess but I though Marionette would allow a NOOB to visual program.

Thanks for commenting as this is all needed to see how best to move forward with Marionette for everyone.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...