techartandstuff.blogspot.com
Tech Art and Stuff: Python - How to Import a Module Outside of sys.path
http://techartandstuff.blogspot.com/2013/07/python-how-to-import-module-outside-of.html
Tech Art and Stuff. A eclectic mix of tools, techniques, and brain farts in the games industy. Python - How to Import a Module Outside of sys.path. For those times when appending to sys.path is out of the question, the imp. Module exposes functions from Python's import module. Import imp myModule = imp.load source("myModule", "a: path that is not in the syspath myFile.py"). Subscribe to: Post Comments (Atom). Drop me a line. Marcus Krautwurst (Trust me, it works on my machine). Tech Art Survival Guide.
ldunham.blogspot.com
Yet Another Random TD Blog...: January 2012
http://ldunham.blogspot.com/2012_01_01_archive.html
Yet Another Random TD Blog. Original, I know. Tuesday, 31 January 2012. Mel/Python: Adding number padding. I was looking through some older scripts and hit across my dirty attempt to add number padding, and I was surprised it actually worked. I went about tidying it up and came up with this little number in mel. Which works ok, and then a couple of minutes searching I came across a post by Nathan. Which instead uses python (and is far better). String $pad = `python ("'%0" $padding "d' % " $num)`;. The se...
collectingsmiles.com
Colors! 3D dev diary – latency, latency, latency | Collecting Smiles
http://collectingsmiles.com/news/colors-3d-dev-diary-latency-latency-latency
Personal blog of Jens Andersson and news about Collecting Smiles projects. Obscure projects and other ramblings. Posts about Game Design. Hyena – Chose your own adventure audio player (2008). Rorschach – Adventure game (2007). Replicating Blot – Art piece (2007). Cosmonaut – Game design concept (2006). Rose – Java Applet Test (1996). PuffTris – Tetris clone (1995). 3D dev diary – latency, latency, latency. November 2, 2011. So, developing Colors! I’ve always been very conscious about this. From exper...
techartandstuff.blogspot.com
Tech Art and Stuff: How To : Create Hoeken's Linkages in Maya
http://techartandstuff.blogspot.com/2011/10/how-to-create-hoekens-linkage-in-maya.html
Tech Art and Stuff. A eclectic mix of tools, techniques, and brain farts in the games industy. How To : Create Hoeken's Linkages in Maya. Hoeken's Linkage is quite a special thing, really, it is. It sounds stuffy and technical and yes it is, but trust me it's also quite amusing. No doubt you've seen it before and is remarkably simple. We'll look at creating a rig in Maya that will produce a convincing representation from the above principle. From it and is used to constrain the floating crank in a desira...
techartandstuff.blogspot.com
Tech Art and Stuff: Photo #6
http://techartandstuff.blogspot.com/2013/05/photo-6.html
Tech Art and Stuff. A eclectic mix of tools, techniques, and brain farts in the games industy. Subscribe to: Post Comments (Atom). Drop me a line. Marcus Krautwurst (Trust me, it works on my machine). Maya C Plugin Environment on Mac OSX. IAnimate Feature Student Spotlight - Chris McCormick. Autodesk Maya 2017 update 3 – can’t miss features. Using Autodesk Fusion 360 with the X-Carve CNC and 3D Mesh. Around the Corner (Maya ADN). Integrate p4 Version Control in Motionbuilder. December Tool: ml softWeights.
techartandstuff.blogspot.com
Tech Art and Stuff: How to : Create Expressions Without the Expression Editor in Maya
http://techartandstuff.blogspot.com/2013/08/how-to-create-expressions-without.html
Tech Art and Stuff. A eclectic mix of tools, techniques, and brain farts in the games industy. How to : Create Expressions Without the Expression Editor in Maya. There's a really quick way of getting a simple expression on a channel in Maya. In the attribute editor, just type in your expression starting with a. In the field you wish to modify. In the field for the Z rotation in the attribute editor. Now when I scrub the timeline, it will always rotate. Btw, frame. Subscribe to: Post Comments (Atom).
techartandstuff.blogspot.com
Tech Art and Stuff: Photo #1
http://techartandstuff.blogspot.com/2011/06/photo-texture-1.html
Tech Art and Stuff. A eclectic mix of tools, techniques, and brain farts in the games industy. I have this thing about texture. Subscribe to: Post Comments (Atom). Drop me a line. Marcus Krautwurst (Trust me, it works on my machine). Maya C Plugin Environment on Mac OSX. IAnimate Feature Student Spotlight - Chris McCormick. Autodesk Maya 2017 update 3 – can’t miss features. Using Autodesk Fusion 360 with the X-Carve CNC and 3D Mesh. Around the Corner (Maya ADN). December Tool: ml softWeights. Maulik's Te...
techartandstuff.blogspot.com
Tech Art and Stuff: Python - Find Items in a List that are also a String
http://techartandstuff.blogspot.com/2012/01/python-find-items-in-list-that-are-also.html
Tech Art and Stuff. A eclectic mix of tools, techniques, and brain farts in the games industy. Python - Find Items in a List that are also a String. I don't really use the filter command much, until I needed to see whether something in a string was also in a list. MyList = ['fart', 'boff', 'squit','trump'] myString = "I really couldn't help but trump and fart all night" print filter(lambda x : x in myString, myList) ['fart', 'trump']. Subscribe to: Post Comments (Atom). Drop me a line. The Art and Tech O...
techartandstuff.blogspot.com
Tech Art and Stuff: Photo #7
http://techartandstuff.blogspot.com/2013/07/photo-7.html
Tech Art and Stuff. A eclectic mix of tools, techniques, and brain farts in the games industy. Subscribe to: Post Comments (Atom). Drop me a line. Marcus Krautwurst (Trust me, it works on my machine). Maya C Plugin Environment on Mac OSX. IAnimate Feature Student Spotlight - Chris McCormick. Autodesk Maya 2017 update 3 – can’t miss features. Using Autodesk Fusion 360 with the X-Carve CNC and 3D Mesh. Around the Corner (Maya ADN). Integrate p4 Version Control in Motionbuilder. December Tool: ml softWeights.