sosoyan / aton

Arnold Interface-compatible display driver and Nuke plugin for direct rendering into the Nuke interface.
http://sosoyan.github.io/Aton
BSD 3-Clause "New" or "Revised" License
99 stars 17 forks source link

Prevent extra empty formats from being initiated in nuke #6

Closed bscherbi closed 9 years ago

bscherbi commented 9 years ago

Right now since the format is made on node initialisation it creates a new format for every time a node is created. We should have a scene wide flag to see if the "renderConnect" format is already there and not make new ones if so.

bscherbi commented 9 years ago

fixed with commit: https://github.com/Sosoyan/renderconnect/commit/d5c74901a1a6a27085283707d596d0e8f64af733

bscherbi commented 9 years ago

When creating the renderconnect node it gives a popup windows with true or false if it exists already. This should not pop up

sosoyan commented 9 years ago

I didn't get it, which popup?