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