Author Archives: Tom

Pine Tree

Just to test how fast I can build a low poly model I made a Pine Tree today. Textures used are my own custom leaf/branch  and the trunk texture came from the wonderful deviantART (http://ftourini.deviantart.com/art/tileable-tree-bark-texture-216962711) by Irene Zeleskou. Here is the texture that I … Continue reading

Posted in Experiments, Models | 3 Comments

Centre Pivot Tool.

Hi Guys, In Maya I was wanting to centre a pivot point to an object. Then move the object to the centre of the world.  Unfortunately Maya does not have a one click button for this. Fortunately for all of … Continue reading

Posted in Code, Uncategorized | 1 Comment

Testing in UDK.

Hi Guys. Over this week I have been experimenting with UDK so I thought I would make a blog post about it and show you my results. I have been learning about the Emissive lights, SplineLoftActors and the material editor. Below … Continue reading

Posted in environments, Experiments, Lighthouse Island, Models, Uncategorized, Update, Work In Progress | Leave a comment

Demonstrating Digital Pipelines using GIT – Video Bog

In this video I demonstrate how a git pipeline for Maya can help with collaborative work. This is my first video blog for tomrevill.com. Video Notes. Software used: SourceTree: sourcetreeapp.com Bitbucket: bitbucket.org OpenSSH for Windows: sshwindows.sourceforge.net Installing git on a … Continue reading

Posted in Experiments, Pipelines, Version Control, Video blog | Leave a comment

Swiss inspired wallpaper

I got bored of my current wallpaper so I decided to make a new wallpaper. The wallpaper was inspired by Swiss magazine design cover. So below is what I came up with I have uploaded both the high resolution version and the low resolution.

Posted in Wallpaper | Leave a comment

Absent with out leave.

At the moment I have been busy work on a few contracts at the moment. But rest assured that I have not forgot this blog. I will be blogging up my next post soon. I also have got a new … Continue reading

Posted in Update, Website | 1 Comment

Python Rewrite.

Hi All, As an exercise I thought I would see if I could rewrite the code below from this tutorial http://www.sthurlow.com/python/lesson11/. def menu(list, question): for entry in list: print 1 + list.index(entry), print “) ” + entry return input(question) – 1 # running … Continue reading

Posted in Code, Experiments | Leave a comment

Modules in python.

Hi All, I have just made a neat little Module in Python and I thought I would share this too. This Module tests a number to see if it is an odd number or a even number. Importing  the Odd Even Module code below. … Continue reading

Posted in Code, Experiments | Leave a comment

Python Check Boxes

Hi All, I am still brushing up on Python and thought I would share another example of some code I have created. This code creates a cube but only if you check the check box in the User Interface. Hope this … Continue reading

Posted in Code, Experiments | 1 Comment

Python and Mel

Hi All, I have been busy re learning Python and Mel in Maya. Below, is a script which makes a material in Maya that has a texture applied to it. import maya.cmds as cmds #create a counter and set it to zero i = 0 … Continue reading

Posted in Code | 3 Comments