コード例 #1
0
static IECore::ImagePrimitivePtr image( const ImagePlug &plug )
{
	IECorePython::ScopedGILRelease gilRelease;
	return plug.image();
}