white parts!
Posted in: NUKE from The FoundryI´m trying to make a 3d-projection of a forrest. But i get these white parts? I thought maybe it was a blur, but it doesent seem like it?
Help?
Thnx /Salla
Please could you all help me. I want to use the black and white picture of the women shopping as an alpha and use the cloth as a fill. From reading some posts here, I see i need to channel the black and white picture of the women into the alpha of the cloth and merge downstream…..right?
Please see my attached nk project and see where i am going wrong. There are 2 options there.
So 2 ways of doing this would be too use shuffle copy. I want to have the red background under the women with a fill there. …mine does not happen…i have tried to shuffle things around there and no luck
The second way is to copy a just the red channel like you can do with flame into the alpha channel…since the black and white has no colour the red channel is fine…Can this be done or am i barking up the wrong tree here?
Many thanks all
nuke.Node.addKnob(write , nuke.PyCustom_Knob(‘knobName’ , ‘knobLabel’))
# Result: write = nuke.createNode(‘Write’)
nuke.Node.addKnob(write , nuke.PyCustom_Knob(‘knobName’ , ‘knobLabel’))
# Result: File "<string>", line 0
^
SyntaxError: unexpected EOF while parsing
nuke.PyCustom_Knob Error
Let me know how to use it to
uFX
T +44 (0)20 7268 0068
nPower Software, announced the 7.0 release of its popular Power NURBS, Power Solids Power Translators productsdiv class=”feedflare”
a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=YZJoqv1KeHo:4E_e5xymTS0:yIl2AUoC8zA”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=yIl2AUoC8zA” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=YZJoqv1KeHo:4E_e5xymTS0:7Q72WNTAKBA”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=7Q72WNTAKBA” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=YZJoqv1KeHo:4E_e5xymTS0:V_sGLiPBpWU”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?i=YZJoqv1KeHo:4E_e5xymTS0:V_sGLiPBpWU” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=YZJoqv1KeHo:4E_e5xymTS0:qj6IDK7rITs”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=qj6IDK7rITs” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=YZJoqv1KeHo:4E_e5xymTS0:gIN9vFwOqvQ”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?i=YZJoqv1KeHo:4E_e5xymTS0:gIN9vFwOqvQ” border=”0″/img/a
/divimg src=”http://feeds.feedburner.com/~r/Cgarena-GetAttentionInCG/~4/YZJoqv1KeHo” height=”1″ width=”1″/
Killing myself is a short, independent animated movie which was inspired by song of mistchill group. Short is directed by Tomasz C…div class=”feedflare”
a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=Xf4uVhD358E:wm25ahAUq-Q:yIl2AUoC8zA”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=yIl2AUoC8zA” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=Xf4uVhD358E:wm25ahAUq-Q:7Q72WNTAKBA”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=7Q72WNTAKBA” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=Xf4uVhD358E:wm25ahAUq-Q:V_sGLiPBpWU”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?i=Xf4uVhD358E:wm25ahAUq-Q:V_sGLiPBpWU” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=Xf4uVhD358E:wm25ahAUq-Q:qj6IDK7rITs”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=qj6IDK7rITs” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=Xf4uVhD358E:wm25ahAUq-Q:gIN9vFwOqvQ”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?i=Xf4uVhD358E:wm25ahAUq-Q:gIN9vFwOqvQ” border=”0″/img/a
/divimg src=”http://feeds.feedburner.com/~r/Cgarena-GetAttentionInCG/~4/Xf4uVhD358E” height=”1″ width=”1″/
The visual effects of Knight Day
For James Mangold’s Knight Day, vfx supervisor Eric Durst
oversaw more than 700 effects shots to help tell the story of a secret
agent and his unwilling partner pursued around the world. fxguide delves into
the digital Running of the Bulls work by Rhythm Hues and the
European train effects by Weta Digital.
Any constructive criticism is welcome.
That all works fine. As a last step we want to delete the original exr (render.###.exr) and rename the temp file (render.###.exr.tmp) to replace the old file (render.###.exr). We are on Windows, so we are doing this by calling DOS commands (del and ren) from the python script (os.system).
Trouble is, since the EXR file is loaded in Nuke in the read node it says the file is in use when we try to delete it. We tried killing the Nuke process, but then it kills the script too. Does anyone know a way around this?:thanks:
E.G :
i wanna put a model of a 3d tower behind a building in ma footage so the lower part of the tower doesn’t appear (behind the building) and the higher part is appearing
THX IN ADVANCE