Hey list,

when running the following lines in the script editor with a read node selected, that has many channels (mostly black, CG ID passes), Nuke is quickly filling up the available RAM and it seems the RAM is never freed as well.

n=nuke.selectedNode()

for i,channel in enumerate(n.channels()):

print i,channel

n.sample(channel,633,633)


Is this to be expected? We had a tool using the code above for a long time but never noticed this... (Nuke 10.5v2)


Cheers

Sebastian



--

_*check out pointcloud9.com*_ <http://pointcloud9.com/>

**Sebastian Elsner - Pipeline Technical Director - RISE*

t: +49 711 97469570 _sebast...@risefx.com _ <mailto:sebast...@risefx.com>
_www.risefx.com_ <http://www.risefx.com/>*

*RISE FX GmbH*
*Büchsenstraße 20, 70174 Stuttgart
Schlesische Straße 28, 10997 Berlin
An der Schanz 1A, 50735 Köln
Gumpendorferstraße 55, 1060 Wien
Geschaeftsfuehrer: Sven Pannicke, Robert Pinnow
Handelsregister Berlin HRB 106667 B*

_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to