Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
Is there an API for the arrange selected node command?
arrange selected node
Tried searching in the documentation and the forum. I couldn't find any reference.
hi,
The node editor commands are not exposed but you can use the usual callCommand
c4d.CallCommand(465002363) # Arrange All Nodes
Cheers, Manuel
@manuel
gotcha. thanks for the confirmation.