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...
Type: Posts; User: knish; Keyword(s):
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...
there are two cases
select object in maya
export through UI as maya2010 preset
export using script
I am able to get a node from within a group with this code . I need that it appear in the viewer. Now with nuke.scriptclear() it is possible to see that node. How is it possible to get this node...
defaultHardwareRenderGlobals -> render modes -> full image resolution
deselect this to get one image instead of 4
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...
i have tried
window = cmds.window()
cmds.paneLayout()
cmds.glRenderEditor('name1',lookThru='shotcam' )
cmds.showWindow( window )
cmds.glRender(rs='name1')
how is it possible to create a duplicate node using python
Hi,
How is it possible to change colorOverlay of rotoshape using python. I tried the following. Although it works fine with tile color, gl_color and also as a matter of fact with the...
Hi,
Is it possible to make motion blur ( linear and rotational ) from images ( not mesh ) in nuke.
Brgds,
kNish
thank you dude....got it....silly stuff....
Hi,
How is it possible to set the nuke,
1) memory usage to 50 %
2) force autosave 120 secs
3) idle for 30 seconds
thank you. I tried it. with the basic requirement that it needs , I am getting an "Permission Denied" error for what is other wise an accessible area. Any perspective on this.
Brgds,
kNish
...
thank you for the help. It worked.
Brgds,
kNish
Hi,
Is it possible to add a menu item to nuke menu bar . Specifically, on the top line. I know it works for the side line. I need to add to file, edit, layout, viewer, render, help ....
...
Hi,
How is it possible to set all nuke disk cache size to 20 gb from a central location.
I know that i need to use the menu.py or such user setup file. What command will help set the disk...
Hi,
Thank you for the reply so far. settings value works however it sets
"1080p/23.976 DNxHD 175 8-bit" when i need "1080p/23.976 DNxHD 175 10-bit"
how is it possible to get this.
...
Hi,
I tried
sn = nuke.selectedNode()
print sn
it gives the following output
Hi,
when converting exr images to mov format, resolution needs to ( in advance -> options -> ) be set to "1080p/23.976 DNxHD 175 10-bit". How is it possible.
Brgds,
kNish
Hi,
what is a way to read a dpx image in any adobe application that has ir channel information in its header.
BRgds,
kNish
Hi,
1) how do I source a python script thru MEL.
2) Execute a python script thru MEL
(python("");)
Brgds,
Hi,
I have a question. Are there environment variables in nuke that when set can give a uniform setting across the network. For example. Maya has MAYA_SCRIPT_PATH. This path when...
Hi,
I think it is a good tool. I have visual studio 2005. Would it need any thing beside this to compile a plugin. Do you know how a zjPos (part of jotools) be compiled under VS2005.
...
Hi,
I am trying to get in touch with johannessaam to help me with the jotools installation. I am a newbie to it and I have to do it. Is it possible that you know how to get in touch with...
thats right. I do not see a new post or new thread option on the page. Suggest where may I post it.
BRgds,
kNish
Hi,
I have installed Nuke 5 on AMD machine. when I right click and load relight plugin, a window appears saying "DDImage5.dll" not found. Do I need to compile. What software will I use to...