Jump to content

Pseudocrat

Members
  • Posts

    4
  • Joined

  • Last visited

Personal Information

  • Name
    Sam

Pseudocrat's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Erm, nevermind. I figured out that using: mergeNode.setInput(Iterator, xform) did what I needed it to do.
  2. I'm trying to set multiple transform nodes as the inputs to a merge node, but when I do this with code it just connects one of the transform nodes and then replaces each transform node as that one input. I am assuming this is because I am using: mergeNode.setFirstInput(xform) How would I connect each transform node as a separate input to a single merge node?
  3. Thanks, that is exactly what I was looking for.
  4. Is it possible to have a standalone window dialog that does more than just read input or multi-input using python? For instance, can I have a dialog that reads multi input, has a node selection tree, and uses the button as a function call rather than closing the window? Or have a checkbox option within the GUI?
×
×
  • Create New...