Hi,
I am trying to create a wipe node so that I can set the wipe functionality on a stack node using python api. When I try to create a wipe node using wipe_node = rvc.newNode("RVWipe", "Custom_Wipe_Node")
it is giving me an exception as Exception: Exception thrown while calling commands.newNode -- exception: in commands.newNode: can't build node of type 'RVWipe', program exception
. I would appreciate it if anyone could help me out to create a wipe node using the python api for RV player. I am trying to set Wipes Tools -> Wipes
functionality from RV player using the RV Python API on a stack node.
Also is there any reference where we can check out what different node names we can pass within the newNode()
method