Forum: Nuke Plugins & Scripts

Looking for nuke plugins and scripts? This is the place to get started!

Post New Thread
Page 1 of 10 1 2 3 ... LastLast
Threads 1 to 25 of 231
  Rating Title / Thread Starter Replies / Views Last Post ByReverse Sort Order

duplicate node in nuke using python

how is it possible to create a duplicate node using python

Started by knish‎, May 25th, 2012 03:43 AM
Replies: 2
Views: 1,292
April 14th, 2013, 01:31 PM Go to last post

access node inside a group with python

This is probably a very noob question but I'm not really able to figure it out :S I did a simple gizmo trough python (the number of node inside is variable so I had to script it). I just built the comp for the gizmo, selected all the nodes and I used nuke.collapseToGroup(). Now I have 3 fixed...

Started by nookie‎, January 16th, 2012 06:01 AM
Replies: 4
Views: 2,638
April 11th, 2013, 01:39 AM Go to last post

Optical Flares plugins?

Is there any plugin such as this> http://www.videocopilot.net/products/opticalflares/ for NUKE Thanks

Started by ashaiad‎, April 27th, 2011 06:16 PM
2 Pages
1 2
Replies: 17
Views: 4,852
March 2nd, 2013, 04:44 PM Go to last post

Python Script for Gizmo not behaving

Hey guys, I made a group and have a python script button that affects a node inside the group. This works fine while it is just a group. Once I export this group as a gizmo, then the button does not work and gives me an error on clicking that says: Traceback (most recent call last): File...

Started by lok3sh‎, January 16th, 2013 07:07 PM
Replies: 4
Views: 865
January 20th, 2013, 01:19 PM Go to last post

New Autosave Location

Hi All, I need help in entering a python script to my menu.py or init.py that forces an autosave to be pushed to a designated location. What script would I enter and where? I would also like to have it autosave every hour- is this possible to enter in the python script as well? Thanks...

Started by jvpike‎, January 14th, 2013 12:08 PM
autosave, nuke, python, save
Replies: 0
Views: 398
January 14th, 2013, 12:08 PM Go to last post

How to export the left & right images via Ocula InterAxialShifter node?

Hi folks, I've added the InterAxialShifter node right after DisparityGenerator node. And, I adjusted the positions of left and right views between 0 and 1 to reduce their native interaxial distance. As a result, either left or right view is always showing the interpolated left & right views...

Started by jgwang‎, January 1st, 2013 09:26 AM
Replies: 0
Views: 413
January 1st, 2013, 09:26 AM Go to last post

The new plugin.com

Hi all, We have re-launched plugin.com as a resource where you can find all the top plugins for your scripts and apps. We have a nuke section here http://www.plugin.com/app/compositing-and-effects/nuke/ and would like to know what your top nuke plugins are so we can fill it out? Please...

Started by CGnews‎, November 20th, 2012 03:32 PM
nuke, plugin, plugins
Replies: 0
Views: 626
November 20th, 2012, 03:32 PM Go to last post

make a copy of group node

is their any hang up in using nuke.nodeCopy('%clipboard%') parentNode = nuke.nodePaste('%clipboard%') to make copies of group nodes. Or is there any cleaner way of making copies of group node Attached code may look intricate : point is after calling the above lines in the script i am...

Started by knish‎, November 16th, 2012 07:29 AM
Replies: 0
Views: 401
November 16th, 2012, 07:29 AM Go to last post

get Absolute position Roto Shape Point

Hello there, I`m trying to figure out how to get the absolute X Y position of a point of a Shape in the Roto or Roto Paint node. I can get the position with rotoCurve = nuke.toNode('Roto1').toElement('Layer1/Roto1') f = frame x = rotoCurve.center.getPosition(f) ...

Started by Marcozazza‎, April 10th, 2012 02:09 PM
Replies: 1
Views: 712
November 12th, 2012, 05:32 AM Go to last post

copy paste nodes within group node

result is gotten for each shapesPath, however for groups within expandedgroup i.e. for nn in each : , how may i possibly get to select a group, expand it, and subsequently copy nodes within that group. Brgds, Nish

Started by knish‎, August 10th, 2012 08:12 AM
nuke, python
Replies: 1
Views: 617
September 27th, 2012, 05:41 PM Go to last post

Getting roto shapes name

Is there any py script avail for getting roto shapes name in a selected roto node. Need to print all the shapes under "Root layer" also in "child Layers". I tried with foundry's pyDev guide, http://docs.thefoundry.co.uk/nuke/63/pythondevguide/rotopaint.html But i cant make work. Someone help...

Started by sathees‎, August 6th, 2012 11:38 PM
Replies: 3
Views: 768
August 8th, 2012, 03:03 AM Go to last post

changing grade node mask with script not possible?

I have a script below that works fine as far as changing the mask to rgba.blue but the functionality of the mask doesn't work. If I create a grade node and change the mask to rgba.blue manually it works fine. If i change the mask to rgba.blue with a script the node changes adding a little purple...

Started by NotDaBod‎, July 12th, 2012 05:20 PM
grade mask
Replies: 2
Views: 748
July 18th, 2012, 12:24 AM Go to last post

Nuke Archiver Script

Nuke Archiver Script This version: v07 Pretty straightforward. It archives your Nuke script. Some notes: -It removes any duplicate Read nodes (i.e. nodes that point to the same footage) before copying anything in order to save time, space, etc. Duplicates are replaced with PostageStamp nodes...

Started by alkali‎, February 17th, 2010 01:38 PM
3 Pages
1 2 3
Replies: 32
Views: 7,868
July 6th, 2012, 12:45 PM Go to last post
Question

Getting which shape/stroke is selected in Roto/RotoPaint node curve tree?

Hi everyone I hope someone can help me with this. I have signed up at thefoundry forums to ask this as well, but my account has not been activated yet. I am trying to create some functionality in a roto node that allows a user to select a shape/stroke, then click a button that gets the first...

Started by nofxboy1234‎, June 1st, 2012 03:27 AM
roto, selected shape
Replies: 0
Views: 843
June 1st, 2012, 03:27 AM Go to last post

script to bookmark a view in the node graph

hi, i try to do a very simple script that should be able to store and restore maya like viewing bookmarks in my node graph. nuke.zoom() and the newer command nuke.pan() are exactely what i need i thought. but getting and setting the values with these two does not what i would expect. i...

Started by alexB‎, May 25th, 2012 08:14 AM
Replies: 3
Views: 738
May 29th, 2012, 06:19 AM Go to last post

mvSky released

Hey there, after beeing in production since what feels like ages it finally made its way into the wild. It implements the Preetham analytic Daylight model to create spherical (lat/long) sky panoramas. Ready to be mapped to a sphere with animatable sun position. You can find it over at...

Started by instinct-vfx‎, September 23rd, 2010 03:01 AM
Replies: 4
Views: 2,113
May 23rd, 2012, 04:08 AM Go to last post

grab expression/animation using toScript() per channel , how?

hi, i want to grab any expression/animation data from any knob using toScript(), the problem i can't get it perchannel , it will return all the channels as single string. So for example : if the knob is 'translate' , how to get expression in X channel only. It looks like the toScript() can't do...

Started by metaclay‎, May 1st, 2012 12:48 AM
Replies: 0
Views: 681
May 1st, 2012, 12:48 AM Go to last post

getting current date

Hi friends for some reason i need to add current date on TEXT node in nuke. I gave on the message box, Print result is like this (Sun Apr 29 11:38:14 PM India Standard Time 2012). But i need it like this 29-04-2012. Anyone help me out this.

Started by sathees‎, April 29th, 2012 01:10 PM
Replies: 2
Views: 866
April 30th, 2012, 06:54 AM Go to last post

print selected nodes name to write node

/snapShots/] .nk] This will give the current script path to my write node. I want add my selected nodes name end of the above's result. How to achieve this.

Started by sathees‎, March 15th, 2012 11:12 AM
Replies: 1
Views: 1,001
March 15th, 2012, 12:53 PM Go to last post

Help to complete this.....

Hi friends, Currently i'm learning python scripting. I got on idea to create a tool for my convenience. idea is.... extracting a single frame using "FrameHold" function. I created below .py file with my knowledge. Cant make it work what i expect. My panel result (what ever value i given as...

Started by sathees‎, February 28th, 2012 10:07 AM
Replies: 2
Views: 888
March 5th, 2012, 12:48 AM Go to last post
Smile

a question about roto

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 =...

Started by GGS DDD‎, February 29th, 2012 10:56 PM
Replies: 1
Views: 821
March 4th, 2012, 11:01 PM Go to last post

meny.py?

So since I'm fairly unexperienced in scripting there is one issue that I'm struggling with. First of all, I know scripting, I know Python, I know Pythonsyntax that's not the problem. The problem is, I watched several tutorials about "Python for artists" and stuff and there is one sentence they...

Started by kornyclown‎, February 28th, 2012 06:28 AM
Replies: 3
Views: 787
February 28th, 2012, 08:50 PM Go to last post

particleExpression node and "sample" command: can`t get it to work with id`s

Hello fellows. I stuck really hard with particles expression weirdness... we could use particles id`s as variable to produce some things with each particle individually in particleExpression node. for example if in Position field we enter v(id,0,0) - we get straight line of particles. one by...

Started by russiaman‎, February 23rd, 2012 08:22 AM
expressions, particleexpression, particles, weirdness
Replies: 0
Views: 1,093
February 23rd, 2012, 08:22 AM Go to last post

A bit more complicated expression problem

I have a problem with MergeExpression node. I want to make an expression with more than 1 condition rather than x?y:z. I need an expression like if (x) than (y) elif (x) than (y) elif (x) than (y). Is it possible to put in one line in MergeExpression?

Started by Lukasz Omasta‎, January 31st, 2012 10:04 AM
Replies: 3
Views: 1,119
February 6th, 2012, 11:50 AM Go to last post

Accessing nodes outside a group from inside a group (python)

Hi, I have a little proc in a text node to get infos about the plate. With this file = nuke.thisNode().input(0).input(0).input(0).knob('file').getValue()I am able to go recursively through the nodes and read the read node filename. This is working fine but I would like to put the text node...

Started by nookie‎, January 24th, 2012 05:17 AM
Replies: 0
Views: 741
January 24th, 2012, 05:17 AM Go to last post

Post New Thread

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend
Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts