Hello for everyone. Is it real to set up parameters like a position and rotation for all selected nodes by python?
def main():
nodes = []
root = nodeMaster.GetRoot()
for node in root.GetChildren():
if node.GetBit(c4d.BIT_ACTIVE):
##place for setting parameter##
If its real, could you write a command which set up x position in input for example