- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I'm testing out if we can fit Bifrost in certain parts of our pipeline and got into scripting a graph. I did run into a problem when trying to rename a node though. It looks like Bifrost acts like Maya, in the sense that if you try to name a node to something that already has the same name, it will automatically increment the name by 1. This is fine and I'm very used to it in cmds, but in cmds it returns the result, while it looks like Bifrost's cmds.vnnCompound(renameNode) returns nothing at all. This is an issue because if the node I'm trying to rename has a conflict I'll suddenly lose reference to the node!
Is there some workaround to get its real name in case of a conflict? Ideally cmds.vnnCompound would also have a name parameter that you can set right off the bat, just like cmds.createNode.
Solved! Go to Solution.