State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:15.1v7|BugID:594523|
Problem summary
DeepFromFrames does not seem to include the last frame of its frame range.
Customer reported version
Nuke 15.0v4
Customer reported platform
N/A
Steps to reproduce
1) Open Nuke.
2) Create 2 Constant nodes, one red and one green.
3) Create a Switch node that animates between inputs 0 and 1 on frames 1-2.
4) Connect the Constant nodes to the Switch node.
5) Add a DeepFromFrames node downstream of the Switch node.
6) Change the DeepFromFrames node's frame range knobs to 1 - 2.
7) Add a DeepSample node downstream of the DeepFromFrames. An example script is below:
Constant { inputs 0 color {0 0.2 0 0.9} name Constant2 selected true xpos -86 ypos -207}Constant { inputs 0 color {0.2 0 0 0.9} name Constant1 selected true xpos -441 ypos -213}Switch { inputs 2 which {{curve x1 0 1}} name Switch1 selected true xpos -261 ypos -49}DeepFromFrames { range_last 2 name DeepFromFrames1 selected true xpos -261 ypos 5}DeepSample { name DeepSample1 selected true xpos -261 ypos 49} We're sorry to hear that
Please tell us why