Sir Malcolm Kesson from Savannah College of Art and Design
Friday, December 24, 2010
Monday, December 6, 2010
Tuesday, November 30, 2010
Thursday, November 25, 2010
Dino Test
This is Dino walk animation done by my friend ArunVijayan,
I was responsible for lighting and compositing, rendered through mental ray and incorporated all the layers with the help of nuke.
I was responsible for lighting and compositing, rendered through mental ray and incorporated all the layers with the help of nuke.
Thursday, November 11, 2010
Wednesday, November 3, 2010
My first Contact sheet
Asifa IAD
Award of excellence: SPECIAL MENTION AWARD in the Student Animation Films category at Asifa India’s International Animation Day Celebrations – 2010.
"http://www.feelthepunch.com/awards.html"
"http://www.feelthepunch.com/awards.html"
Thursday, October 28, 2010
Thursday, October 21, 2010
CMY to RGB
How to extract CMY channels from mattes apart from RGB with help of Nuke.
I have created a simple script using colormatrix node.
the following is the script for extracting the CMY channels
_________________________________________________________
set cut_paste_input [stack 0]
version 6.0 v1
push $cut_paste_input
Group {
name CMY
selected true
xpos -104
ypos -318
}
Input {
inputs 0
name Input1
xpos -305
ypos -203
}
Dot {
name Dot3
xpos -305
ypos -163
}
set N28350ba0 [stack 0]
Dot {
name Dot2
xpos 51
ypos 105
}
set N17e292d0 [stack 0]
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{0 0 0}
{1 -2 1}
}
name ColorMatrix5
xpos 250
ypos 101
}
push $N17e292d0
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{0 0 0}
{0 0 1}
}
name ColorMatrix6
xpos 17
ypos 259
}
Erode {
channels rgb
size 1.5
name Erode3
xpos 128
ypos 259
}
push $N28350ba0
Dot {
name Dot1
xpos -304
ypos 158
}
set N2849b9a0 [stack 0]
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{2 -2 3}
{0 0 0}
}
name ColorMatrix2
xpos -105
ypos 154
}
push $N2849b9a0
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{1 0 0}
{0 0 0}
}
name ColorMatrix1
xpos -338
ypos 325
}
Erode {
channels rgb
size 0.4
name Erode1
xpos -227
ypos 325
}
push $N28350ba0
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{0 0 0}
{2 -1 -2}
}
name ColorMatrix3
xpos -54
ypos -167
}
push $N28350ba0
ColorMatrix {
channels rgba
matrix {
{1 -1 0}
{0 0 0}
{0 0 0}
}
name ColorMatrix4
xpos -287
ypos -24
}
Erode {
channels rgb
size 0.4
name Erode2
xpos -177
ypos -24
}
Constant {
inputs 0
channels rgb
format "1920 1080 0 0 1920 1080 1 HD"
name Constant1
xpos 18
ypos -136
}
Merge2 {
inputs 2+1
Bchannels none
maskChannelMask rgba.blue
invert_mask true
name Merge2
xpos -54
ypos -24
}
Merge2 {
inputs 2+1
operation screen
maskChannelMask rgba.green
invert_mask true
name Merge1
xpos -105
ypos 325
}
Merge2 {
inputs 2+1
operation screen
maskChannelMask rgba.blue
invert_mask true
name Merge3
xpos 250
ypos 325
}
Output {
name Output1
xpos 250
ypos 425
}
end_group
_____________________________________________________
copy this script and save it as .nk in notepad.
with the help of script you can convert CMY to RGB
I have created a simple script using colormatrix node.
the following is the script for extracting the CMY channels
_________________________________________________________
set cut_paste_input [stack 0]
version 6.0 v1
push $cut_paste_input
Group {
name CMY
selected true
xpos -104
ypos -318
}
Input {
inputs 0
name Input1
xpos -305
ypos -203
}
Dot {
name Dot3
xpos -305
ypos -163
}
set N28350ba0 [stack 0]
Dot {
name Dot2
xpos 51
ypos 105
}
set N17e292d0 [stack 0]
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{0 0 0}
{1 -2 1}
}
name ColorMatrix5
xpos 250
ypos 101
}
push $N17e292d0
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{0 0 0}
{0 0 1}
}
name ColorMatrix6
xpos 17
ypos 259
}
Erode {
channels rgb
size 1.5
name Erode3
xpos 128
ypos 259
}
push $N28350ba0
Dot {
name Dot1
xpos -304
ypos 158
}
set N2849b9a0 [stack 0]
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{2 -2 3}
{0 0 0}
}
name ColorMatrix2
xpos -105
ypos 154
}
push $N2849b9a0
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{1 0 0}
{0 0 0}
}
name ColorMatrix1
xpos -338
ypos 325
}
Erode {
channels rgb
size 0.4
name Erode1
xpos -227
ypos 325
}
push $N28350ba0
ColorMatrix {
channels rgba
matrix {
{0 0 0}
{0 0 0}
{2 -1 -2}
}
name ColorMatrix3
xpos -54
ypos -167
}
push $N28350ba0
ColorMatrix {
channels rgba
matrix {
{1 -1 0}
{0 0 0}
{0 0 0}
}
name ColorMatrix4
xpos -287
ypos -24
}
Erode {
channels rgb
size 0.4
name Erode2
xpos -177
ypos -24
}
Constant {
inputs 0
channels rgb
format "1920 1080 0 0 1920 1080 1 HD"
name Constant1
xpos 18
ypos -136
}
Merge2 {
inputs 2+1
Bchannels none
maskChannelMask rgba.blue
invert_mask true
name Merge2
xpos -54
ypos -24
}
Merge2 {
inputs 2+1
operation screen
maskChannelMask rgba.green
invert_mask true
name Merge1
xpos -105
ypos 325
}
Merge2 {
inputs 2+1
operation screen
maskChannelMask rgba.blue
invert_mask true
name Merge3
xpos 250
ypos 325
}
Output {
name Output1
xpos 250
ypos 425
}
end_group
_____________________________________________________
copy this script and save it as .nk in notepad.
with the help of script you can convert CMY to RGB
Wednesday, October 6, 2010
Wednesday, September 22, 2010
When technology is employed by the most unlikely of people on earth and in the most unlikely of situations, what do you get? A digital power punch that leaves you dumbstruck! Watch this high-definition 3D Animation short film as it actually leaves you smiling, despite the punch.
AWARDS
SPECIAL JURY AWARD in the Animation Films category at the Short and Documentary Film Festival of Hyderabad (SDFFH) – 2010, September 24-28, 2010
TASI VIEWER’S CHOICE AWARD in the Student Films Category at Anifest India-2010, Mumbai, August 19-21, 2010
http://www.feelthepunch.com/mentors.html
Hugo vs Lino
A prestigious recognition
"Hugo vs Lino" made its debut at the awards circuit by winning the BEST ANIMATION FILM AWARD at the Short and Documentary Film Festival of Hyderabad (SDFFH)-2010, a 4-day film carnival organized by the Hyderabad Film Club from September 24 to 28, 2010 at Hyderabad .
http://www.hugoandlino.com/index.html
AWARDS
SPECIAL JURY AWARD in the Animation Films category at the Short and Documentary Film Festival of Hyderabad (SDFFH) – 2010, September 24-28, 2010
TASI VIEWER’S CHOICE AWARD in the Student Films Category at Anifest India-2010, Mumbai, August 19-21, 2010
http://www.feelthepunch.com/mentors.html
Hugo vs Lino
A prestigious recognition
"Hugo vs Lino" made its debut at the awards circuit by winning the BEST ANIMATION FILM AWARD at the Short and Documentary Film Festival of Hyderabad (SDFFH)-2010, a 4-day film carnival organized by the Hyderabad Film Club from September 24 to 28, 2010 at Hyderabad .
http://www.hugoandlino.com/index.html
Tuesday, July 20, 2010
Wednesday, February 3, 2010
http://yugapurushudu.wordpress.com
http://www.yugapurushudu.com
As a part of their incubation program the students of
Dilsukhnagar Arena
done this HD quality 3D animated short film under DNA inc, under the
guidance of experienced mentors.
Subscribe to:
Posts (Atom)