nuke.knobDefault('RotoPaint.toolbar_source_translate_round', "True" )

pete

On Thu, Nov 17, 2011 at 11:14 AM, Ben Roberts <[email protected]>wrote:

> hey all,
>
> i'm trying to setup some default knobs for the rotoPaint node to use the
> "round to pixels" feature. in the doc's it explicitly says this:
>
>
> • to set the source transform round on clone to on by default, add this
> Python line:
> nuke.knobDefault("RotoPaint.toolbox", '''clone {
> { clone str 1 }
> }''')
>
>
> if i set this in my init.py or even menu.py, it just seems to ignore it.
> has anyone found that this works? if not i'll report this to the foundry.
>
> btw: when using a hard edged brush in clone mode, with "round to pixels"
> turned on (manually) nuke seems to paint every stroke with "black outside"
> turned on. which ends up painting small black lines every few strokes. we
> worked out a setting which turns off "black outside" on every frame. thanks
> to ben dickson.
>
> #################################################
> nuke.knobDefault("RotoPaint.toolbox", '''clone {
> { clone sb 0 }
> }''')
> #################################################
>
> cheers,
>
> ben
> _______________________________________________
> Nuke-users mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
>



-- 
Pete
_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to