ekakiya
(ekakiya)
October 1, 2009, 2:01pm
1
Short PV for the song"sakura".
http://clock-music.net/sakura/
In this animation,I used node-base displacement map.
base model
and hightmap..
..makes texture displace.
node map
script
from Blender import Node
import math
class eSetUp(Node.Scripted):
def init (self, sockets):
disp = Node.Socket(‘dispXY’, val = [1.0]*3)
normal = Node.Socket(‘NORMAL’, val = [1.0]*3)
sockets.input = [normal]
sockets.output = [normal,disp]
def call (self):
ocol = list(self.input.normal)
ocol2 = list(self.input.normal)
ocol2[0] = ocol[0] * math.cos(-self.s.surfaceViewVector[0]) - ocol[2] * math.sin(-self.s.surfaceViewVector[0])
ocol2[1] = ocol[1]
ocol2[2] = ocol[0] * math.sin(-self.s.surfaceViewVector[0]) + ocol[2] * math.cos(-self.s.surfaceViewVector[0])
ocol[0] = ocol2[0]
ocol[1] = ocol2[1] * math.cos(self.s.surfaceViewVector[1]) + ocol2[2] * math.sin(self.s.surfaceViewVector[1])
ocol[2] = ocol2[2] * math.cos(self.s.surfaceViewVector[1]) - ocol2[1] * math.sin(self.s.surfaceViewVector[1])
self.output.normal = ocol
tenten = list(self.s.tangent)
tenkak = math.atan2(-tenten[1],tenten[0])
ocol2[0] = ocol[0] * math.cos(tenkak) - ocol[1] * math.sin(tenkak)
ocol2[1] = ocol[0] * math.sin(tenkak) + ocol[1] * math.cos(tenkak)
self.output.dispXY = ocol2
node = eSetUp
I used this for buildings,soil and the cherry blossoms.
Attachments
You have a very unique style. I enjoyed watching it.
I’m amazed! Really great work.
BigBlend
(BigBlend)
October 3, 2009, 5:14am
4
Really amazing stuff. Loved how the cat was running and the girl character was top notch. There was like 5 seconds of her in the animation and the expression shown in that 5 seconds was top quality. Awesome hair. The one thing I found strange was the mixing of the real clip of the music people in the animation.
aasm271jr
(aasm271jr)
October 5, 2009, 6:24pm
5
that was awesome.if its ok with u,could u explain the nodes and the effect it has on ur image?if not its still ok.good luck.happy blending
mookie3d
(puffin pixel)
October 7, 2009, 1:28am
6
Very interesting technique! *****
ekakiya
(ekakiya)
October 9, 2009, 4:26am
7
Thank you for watching!
Here I uploaded an explanation about composite node.
walshlg
(walshlg)
October 9, 2009, 7:25pm
8
fantastic job! How did you make the interesting texture for the cat fur?
Just Wow… Keep up your awesome work…
Mico27
(Mico27)
October 9, 2009, 8:55pm
10
looks at the node setting
Jawdrop
ejang
(ejang)
October 9, 2009, 9:51pm
11
this was very cool to watch. you have skill!
system
(system)
October 9, 2009, 10:55pm
12
wow this is really awesome …u r a node master :O…i watched the animation and it’s a very stylized one …love it ! keep going …good luck
paroneayea
(paroneayea)
October 10, 2009, 6:33am
13
Astounding. The displacement makes this look perfect. Thanks for sharing the code, too.
The entire thing was well executed. Honestly, your blender animations are always my favorite.
Keep it up.
love the animation. I have to admit though, the switch from studio footage to the animation was a bit jarring.
peace,
-nick
bobg
(bobg)
October 13, 2009, 10:48pm
15
A beautiful video. Thanks for sharing.
ekakiya
(ekakiya)
January 27, 2010, 6:48am
16
Now I made 4 min full version.
It was included in the album “Watashi-iro no ryuusen” (in Japan).
http://clock-music.net/watashiirono_ryuusen/
Also included in STASH DVD magazine vol.65.
http://www.stashmedia.tv/archive/stash65.htm
Some cuts can be seen in my demo reel.
http://www.vimeo.com/8826027
ekakiya
(ekakiya)
February 9, 2010, 11:58pm
17
And yesterday,I found unofficially uploaded file on youtube.
ne_mo
(ne_mo)
February 10, 2010, 12:21am
18
awesome!
6 stars!
this is a glory of blender!
lich
(Belich)
July 16, 2010, 7:39pm
19
a truly artist i must say,
congrats thats a lovely work and thanks for sharing
by the way, the cat its also 3d?