That was it ! :) -

Fixed.

Thanks Ben and Diogo.

Neil Rognvaldr Scholes

+44 (0) 7977 456 197
www.uvfilms.co.uk

On 10/09/13 02:52, Ben Dickson wrote:
Yep, it's most likely the builtin autolabel code (in plugins/autolabel.py) is picking up one of the knobs, and showing it in a confusing way - most likely 'output' (which is usually a channel selector, so 'rgba' etc)

If not, you could check

print nuke.callbacks.autolabels

..for any custom callbacks that might be causing problems, or temporarily clear them with:

nuke.callbacks.autolabels['Group'] = []
nuke.callbacks.autolabels['*'] = []

On 10/09/13 11:05, Diogo Girondi wrote:
Double check if you don't have any knob that is named "mix", "output" or
uses some of the names automatically picked by the auto label.

cheers,
Diogo


On Mon, Sep 9, 2013 at 6:02 PM, Neil Rognvaldr Scholes
<n...@uvfilms.co.uk <mailto:n...@uvfilms.co.uk>> wrote:

    Hi chaps

    So - i'm making a gizmo and my group node has a '(1)' in brackets,
    under the name. It disappears when I turn of 'autolabel' in
    preferences - but apart from that it sits there like a sore thumb -
    and i have no idea what the '1' refers to.

    Can anyone help me get rid of it? - short of remaking the group and
    relinking all the controls.... :(

    Thanks.

    --
    Neil Rognvaldr Scholes

    +44 (0) 7977 456 197 <tel:%2B44%20%280%29%207977%20456%20197>
    www.uvfilms.co.uk <http://www.uvfilms.co.uk>

    _________________________________________________
    Nuke-users mailing list
    Nuke-users@support.thefoundry.__co.uk
    <mailto:Nuke-users@support.thefoundry.co.uk>,
    http://forums.thefoundry.co.__uk/ <http://forums.thefoundry.co.uk/>
http://support.thefoundry.co.__uk/cgi-bin/mailman/listinfo/__nuke-users
<http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users>




_______________________________________________
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users


_______________________________________________
Nuke-users mailing list
Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to