ID 241685 - Errors in example code of _Sending ID pass data to Katana_ section in Katana Developer Guide

Follow

Problem summary:

The Sending ID pass data to Katana section in the Katana Developer Guide contains errors.

Steps to reproduce:

  1. Open https://help.thefoundry.co.uk/katana/dev-guide/Plugins/Renderer.html#sending-id-pass-data-to-katana

Expected content:

  1. 
    idSender->getIds(&nextId, &maxId);
  2. 
    renderSettings.getChannelBuffers(buffers);

Actual content:

  1. 
    idSender->getIds(nextId, maxId);
  2. 
    renderSettings.getInteractiveBuffers(buffers);

    We're sorry to hear that

    Please tell us why