Thread: a question about roto

Reply to Thread
Results 1 to 2 of 2
  1. #1 Smile a question about roto 
    Join Date
    Dec 2009
    Posts
    18
    for example
    I have a roto node .It has 10 bezier line.

    I just want to copy the selected lines to a new roto node. how to write Script?

    now i have a Script this script just copy all bezier line to the new roto node. How to optimize this Script?

    Script
    rL = nuke.selectedNode()["curves"].rootLayerfor i in rL:
    n = nuke.createNode("Roto")
    n["curves"].rootLayer.append(i)

    usage selected roto node. Running this script. (There are a few bezier line in this roto node)
    Last edited by GGS DDD; February 29th, 2012 at 11:09 PM.
    Reply With Quote  

  2. #2  
    Join Date
    Dec 2009
    Posts
    18
    Please help me!!!
    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. Roto question
    By kowshiksarma in forum Beginners Talk
    Replies: 0
    Last Post: February 10th, 2011, 06:10 AM
  2. Roto question...
    By rdarkside in forum Beginners Talk
    Replies: 3
    Last Post: October 10th, 2010, 04:45 AM
  3. Roto background question
    By hidefguy in forum Beginners Talk
    Replies: 11
    Last Post: September 2nd, 2008, 10:08 AM
  4. Roto Question
    By Overcash in forum Beginners Talk
    Replies: 1
    Last Post: September 5th, 2006, 10:39 PM
  5. Beginner Roto Question
    By TamaraTai in forum Apple Shake
    Replies: 2
    Last Post: August 1st, 2005, 07:36 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