Jump to navigation
09 June
Bonsai
08 March
New Plugin
Here is a maya plugin I'm working on:
17 January
Happy Birthday To Me
05 December
WildChild
22 November
Ice
26 April
Maxwell Render V1.0 Released.
Maxwell Render Version 1.0 was released today. I bought a chrome ball the other day in anticipation of maxwell supporting HDR map lighting in this version. Watch this space!
21 April
Halifax2
21 March
Teahouse
rendered with
maxwell. Click on image for an enlargement.
previous versions:
1 2 3
16 February
Busy Bunny
I'm a busy little bunny right now, working on all my projects. Some of them should finish soon and I'll post the results here. I could do them one at a time, but as usual I'm only happy when I have 16 things on the go, so it's going to take a little longer before I can show you anything. Oh well, you don't mind waiting do you?
28 January
Halifax
24 January
Mark Radcliffe
I always thought that Radio Two was for people who listened to Phil Collins, but it seems that Mark Radcliffe has been moved to Radio 2 to play the classics, and it's a pretty good show, and Mark.... well he's the man as always. I wonder what lard is up to these days.
tune in here
23 January
Rerender
Re-rendered with
maxwell. The previous renders used mentalray and the
dirtmap shader.
11 January
Node
Tree
Playing around with extruding particles.
For the geeks in the house,
click here for the mel.
Particle Creation Expression:
$i = particleShape1.particleId;
$name = "id_" + $i;
$tube = "tube_" + $i;
if(`objExists $name`) delete $name;
if(`objExists $tube`) delete $tube;
$loc = `curve -p 0 0 0`;
rename $loc $name;
$ext = `extrude -ch true -rn false -po 0 -et 2 -ucp 0 -fpt 1 -upn 1 -rotation 0 -scale 1 -rsp 1 "nurbsCircle1" $name`;
rename $ext[0] $tube;
setAttr ($ext[1] + ".scale") (rand(3)+0.5);
Partile Runtime after Dynamics Expression
vector $rg = particleShape1.position;
$name = "id_" + particleShape1.particleId;
print $name;
curve -a -p ($rg.x) ($rg.y) ($rg.z) $name;
Setup:
Create a nurbs circle (should be called nurbsCircle1 as above)
Create an emmiter that generates lots of particles on the first few frames then stops emitting.
Set the expressions on the particle object
Make the particles do something funky, I used vortex above.
09 January
Update
- I've added a feature to the photos section so you can add comments, so comment away. Let me know if you have problems with it. I had to add a spam blocker as I've learned not to leave something like that open. You don't need to create an account.
- I'm going to Halifax this Sunday for a week. I'll be helping The Halifax Film Company get set up with mocap. I've never been out that way and I'm really looking forward to it.
- I'm now in my second week at VFS and it's going really well. I love the work environment and I'm really looking forward to getting stuck in. I've also got to come up with a small short project of my own, so any ideas are welcome.
- I'm shooting a short this Thursday for someone who found me on criagslist. Sounds like it's going to be fun.
- I'm going to get some prints made from my photos from Fiji. I've already posted the best of the bunch here, and I'm looking to take pre-orders on prints. Price $neg and willing to swap for something you've painted, drawn, photographed, rendered, found, accidentally left too close to a lamp and now it's "art", etc.
Life is good. Coming back to Vancouver and taking a teaching position was most certainly the right thing to do. No doubt about it.