What is Labs ?
Labs is place were I put my experiments, work in progress, stock media and materials relating to my personal projects.Categories
Archives
Category Archives: Experiments
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
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
Wallpaper
Hi all, I love making my own wallpaper for my own desktop. Below are a two that I have made. Hope you guys like them. Click the Images to get larger versions.
Posted in Experiments, Wallpaper
1 Comment