Adds full frame implementation to "Bokeh Image" node, "Track Position"
node, SetVectorOperation and MovieClipAttribute.
The other nodes in "Input" submenu are implemented separately.
MovieClipAttribute needs resolution to calculate its constant value, it can't be constant folded,
which requires it to be a ConstantOperation. Now ConstantOperation contemplate this case
and any operation that is always constant without depending on inputs should implement it.
If in the future an operation needs to get an input constant element during
determineResolution it must first determine its input resolution.
The nodes have no functional changes.