yea, what Nathan said. -deke
On Wed, Apr 20, 2011 at 16:30, Nathan Rusch <[email protected]> wrote: > nuke.tcl(“add_layer {theBlob theBlob.red theBlob.green theBlob.blue > theBlob.alpha}”) > > -Nathan > > > From: Brogan Ross > Sent: Wednesday, April 20, 2011 4:26 PM > To: Nuke Python discussion > Subject: Re: [Nuke-python] Creating channels in layer > > > Yeah, in 6.1 layer only takes one argument. Anyone know of any other ways? > > On Apr 20, 2011 4:22 PM, "Deke Kincaid" <[email protected]> wrote: >> nuke.Layer('theBlob') >> >> or to specify the channels it would be: >> >> nuke.Layer('theBlob', ['red', 'green', 'blue', 'alpha']) >> >> Though I think this is only in 6.2v3 and above. >> >> -deke >> >> On Wed, Apr 20, 2011 at 16:00, Brogan Ross <[email protected]> wrote: >>> Hey does anyone know how to create channels in a new layer through >>> python? >>> I figured out how to create the layer, but it doesn't seem to have any >>> control over channels. >>> >>> _______________________________________________ >>> 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 > > ________________________________ > _______________________________________________ > 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 > > _______________________________________________ Nuke-python mailing list [email protected] http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
