State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:13.0v3|BugID:358709|
Problem summary
A command is missing attributes when viewing the Nuke Python Developer's Guide for Channels.
Customer reported version
nuke.n/a
Customer reported platform
n/a
Steps to reproduce
1. Open an internet browser and select the address bar.
2. Copy and paste this link: https://learn.foundry.com/nuke/developers/112/pythondevguide/channels.html, and press enter.
3. View the header "Adding New Channels" for the available line: nuke.Layer( 'customLayer', ['red', 'green', 'blue'] ).
Workaround
The user should include customLayer.in front of each channel name listed before entering the command.
Expected behavior
The add layer command should include the prefix of the custom layer name before the channel name. (e.g nuke.Layer( 'customLayer', ['customLayer.red', 'customLayer.green', 'customLayer.blue'] )
Actual behavior
The add layer command appears with incorrect channel names as: nuke.Layer( 'customLayer', ['red', 'green', 'blue'] ).
We're sorry to hear that
Please tell us why