I just noticed something strange this morning while trying to extract the path of the cache of a selected read. If you type:
print nuke.selectedNode()['file'].value() : you get the network path as expected print nuke.selectedNode()['file'].evaluate() : same thing but with solved expressions But if you do print nuke.selectedNode() and look at the output, you get the path of the local cache. I know I can easily reconstruct the path of where the cache is, but was wondering, since I see that the path is already solved in the print statement, if there was a function to get that path directly. -- Hugo Léveillé TD Compositing, Vision Globale [email protected] _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
