Nuke is messed up when it comes to splitting knobs.

Just look in the curve editor and you will see it names the curves horribly
wrong.  You will get extra dots at the end of names, nor does it append each
views name after the full knob name.  It only appends the name of a view for
1 view.

This is an old bug and goes back since stereo was implemented into nuke.

On Wed, Mar 30, 2011 at 12:56 AM, Howard Jones <[email protected]>wrote:

> Dear All.
>
> Does anybody know why it is possible to end up with more curves per view
> than there are views?
>
> That is create a stereo project
>
> split off a knob to left right,
> you get 2 curves, knobs etc
>
> knob.le
> knob
>
> split it again and you get
> knob.le
> knob.re
> knob.*
>
> the last one is an extra knob beyond the amount of views you have.
>
> I can understand from a code pov why when you split knobs in the first
> place you get
> knob.le
> knob
>   and not
> knob.le
> knob.re
>
> but I cant understand the need for the extra view.
>
> Is this a bug or clever behaviour.
>
> It means btw if you want to know how many views are in a project you have
> to add 1 to the result.
> ie len(nuke.views()) is potentially 1 short unless its safe to ignore the
> extra one.
>
> Howard
>
>
> _______________________________________________
> Nuke-python mailing list
> [email protected]
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to