Thread: Text node to be linked with the gain value

Reply to Thread
Results 1 to 9 of 9
  1. #1 Text node to be linked with the gain value 
    Join Date
    Aug 2008
    Posts
    141
    Im trying to get the text node to render out with a gain value linked.

    But I dont have that option in the text node where I can link the copied values... so what could be the way I need to fix this asap so that I need to setup the pipeline...
    Reply With Quote  

  2. #2  
    Join Date
    Sep 2004
    Posts
    1,202
    You need the gain value as a output of the message field in the text node or to control the color gain of the text it self?
    dg | ••• | imdb
    Reply With Quote  

  3. #3  
    Join Date
    Aug 2008
    Posts
    141
    I am looking for gain value as a output of the message filed in the text node
    Reply With Quote  

  4. #4  
    Join Date
    Feb 2007
    Location
    London, UK
    Posts
    45
    something like

    [value Nodename.knob]

    should do the trick.. this will print the value you choose..if it's that what you're after
    Reply With Quote  

  5. #5  
    Join Date
    Aug 2008
    Posts
    141
    I want to print the RGB value saperately..howz that possible?
    Reply With Quote  

  6. #6  
    Join Date
    Dec 2008
    Posts
    73
    if you write [value Grade1.white] the rgba values will be displayed, if you clicked on the little "4" in the grade properties.

    or you write [value Grade1.white.r] for red, [value Grade1.white.g] for green and [value Grade1.white.b] for blue. [value Grade1.white.a] is for the alpha gain
    Nuke, Fusion, Combustion
    Reply With Quote  

  7. #7  
    Join Date
    Sep 2006
    Location
    Wellington
    Posts
    232
    [value Nodename.knob.field]
    like:
    red: [value Grade1.white.r]
    green: [value Grade1.white.g]
    blue: [value Grade1.white.b]
    ________
    frank rueter
    compositor / 2D technical director
    www.beingfrank.info
    www.ohufx.com
    Reply With Quote  

  8. #8  
    Join Date
    Aug 2008
    Posts
    141
    thank u its working fine now..

    But there are couple of things that I need to do like printing the current time like 10:30 .. I mean I want to print the system time.
    Reply With Quote  

  9. #9  
    Join Date
    Sep 2004
    Posts
    1,202
    You can also use input instead of the node name so you can re-use that without having to edit the node name in each instance, like: [value input.white.r] and so on. This way the text node will get the value of a white knob in the upstream grade node that is connected to it no matter what name it has.

    To print the time you can use [date %H:%M:%S]
    dg | ••• | imdb
    Reply With Quote  

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Nuke 5.1 v1 Released
    By shot_grable in forum NUKE from The Foundry
    Replies: 36
    Last Post: July 17th, 2010, 01:33 AM
  2. Text Node Expression Help
    By mclemens in forum NUKE from The Foundry
    Replies: 3
    Last Post: December 17th, 2008, 10:14 PM
  3. Adding parameter expression in TEXT Node
    By mclemens in forum NUKE from The Foundry
    Replies: 1
    Last Post: September 19th, 2008, 04:59 AM
  4. text node
    By invoidzero in forum NUKE from The Foundry
    Replies: 0
    Last Post: July 18th, 2008, 03:53 PM
  5. Multiple text sizes within 1 text node
    By Furnace in forum NUKE from The Foundry
    Replies: 3
    Last Post: June 29th, 2008, 07:15 PM
Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts