Go language for python programmers
Justin Israel | justinfx.com
A review of the programming language, Go, from the perspective of a python programmer.
Wellington, New Zealand
Interested in technology at an early age (~11), my first memories of programming were using QBASIC to play songs, by coding the notes and using the system speaker. My fascination with computers only grew, toying with computer hardware, and video editing, from that point forward.
Always interested in filmmaking and visual effects, I graduated from Cal State Long Beach with a BA in film, and went directly into my first career-level job as a digital artist, with Stan Winston Digital.
While constantly trying to maintain a balance of technology and digital artistry, I have recently found my niche as a Pipeline Developer, solving day to day production problems as quickly and efficiently as possible, and always striving to experiment and learn new technique and technologies. Additionally, my experience as a digital artist lends a great deal to my ability to communicate with production artists and management on a level that is even more natural to their own workflow.
I see myself as a strong leader, good communicator and team player, and highly committed to my projects, while always working towards picking up new abilities and improving my personal toolkit.
January 2013 - Current
Responsible for designing, developing and maintaining core pipeline applications and services used by all departments throughout the company. This includes but is not limited to: Review and Dailies Pipeline, Asset Tracking Services, Software Environment Management and The Rendering Pipeline. Our systems provide the main building blocks that are essential for supporting and tracking all processes involved with rendering and data creation.
Specific focus on asset pipeline. Develop and maintain new UI system for asset creation and browsing workflows.
November 2008 - January 2013
Focused on writing scripts and plugins for Maya artist tools. Heavy development of PyQt applications (over 12 individual GUI applications developed and maintained). Applications include: Render pipeline, Disk Management, Review, Editorial, App distribution and notification, StoryBoard task management.
Web based services via Django
April 2008 - November 2008
Compositing, rotoscope, paint Films: Swing Vote, Tropic Thunder, Mamma Mia, Bride Wars
On a small team of approx. 6 compositors, working in Eyeon Fusion. 2D Comp shots, and occasional 3d comp.
January 2006 - April 2008
Feature Film: The Watchmen; I Am Legend; Spider-man 3 Disk Mgmt, Production Support, Image Processing, Vendor I/O, Render cue mgmt Python scripting, Pipeline support / development Training 1. Proprietary lighting and compositing packages 2. Flame/Inferno 3. Houdini (Intro/Intermediate/FX), Maya (Intro/Paint/Animation) 4. Massive
This was a fast paced job where requests would be handed down from production or from artists for immediate processing. Lots of problem solving in different areas including disk management, render queue, image processing and conversions, production tracking, and more. PSTs (as they are called) are assigned in groups to each production and are positioned as the center of all technical needs for the course of the production. This includes setting up the various standards for a new show, active production problems, and also the wrapping up (archiving, data cleanup).
While programming knowledge was never a job requirement, I took to learning python at this company and started producing tools almost immediately. I made some large contributions to such tools as a framework for processing and managing shots that have been approved by the production. This was among some of the many python contributions I had made.
January 2005 - July 2005
Feature Films: Eight Below, Fantastic Four Digital Paint, Rotoscoping, and Compositing Matte preparation, grain removal, wire removal, dust / scratch repair / plate prep
1998 - 2003
Custom computer system building - Corporate and Personal System repair and diagnostics Networking Sales
2001 - 2005
Bachelor of Arts Film and Electronic Arts; Film and Video Production Film / Video related production track; Visual FX Courses Directed four films; Visual FX Supervisor; Editor: 2x; Director of Photography: 2x
Google Code
Plow is render farm management software specifically designed for VFX workloads. https://github.com/sqlboy/plow
Render Node Daemon (rndaemon)
Runs on all nodes wanting to make themselves available for render task assignments from the server.
Cython Client Bindings
Qt UI - C++ / PySide
GitHub, Dec 2012; followed by 4 people; forked 2 times
A Go realtime message server for http web clients - built on socket.io
Wrote the message server, in Go.
GitHub, Jul 2011 - Oct 2012; followed by 17 people; forked 5 times
A Socket.IO backend implementation written in Go
As I had started to use the authors version of go-socket.io in my own private project, I found issues that I began to correct on my own. My message server project brought out many bugs that this fork ended up addressing.
GitHub, Feb 2011 - Oct 2012; followed by 5 people
Python/PyQt4 utility for converting nuke .chan files -> FBX / Flame Action / Terragen formats
Designed a custom tool for cmivfx to convert .chan files into other common file formats. The tool works both as a command line utility, as well as a PyQt GUI. Had to expand the utility over time to add more modular support for formats. At first I was also responsible for creating more binary builds for multiple platforms but ultimately ended up open sourcing the code to allow the community to do their own builds.
GitHub, Nov 2011 - Feb 2013; followed by 10 people; forked 3 times
PyQt4 Build scripts for Maya 2011+ integration
Makefiles automatically create OSX .pkg installers for performing the Maya-specific install of PyQt4, built against the proper version of Qt
GitHub, May 2011 - Aug 2011
This script allows you to create archive that includes entire repository (including all submodules)
Added better support for respecting the .gitattributes file, and excluding patterns from the archive.
Better support for archive format and compression
GitHub, Feb 2012 - Aug 2012; followed by 4 people; forked 2 times
A simple remote procedure call module using ZeroMQ for python
Wrote working, useable example classes of how to use python-ZeroMQ for transparent RPC.
Serving process can handle multiple incoming requests.
GitHub, Jun 2012
Python bindings for the OpenNI library.
Added more bindings to Production Nodes. Examples.
GitHub, Jul 2012 - Feb 2013; followed by 22 people; forked 12 times
Send selected code snippets to Maya via commandPort
Wrote the custom plugin for MEL/Python contexts that send the selected snippets over a socket to Maya's open commandPort.
Added support for MEL syntax highlighting.
cmiVFX just released the first of a series of training videos for PyQt4 UI Development for Maya, featuring Justin Israel. In today's modern visual effects pipeline, the need for custom tools are proven self evident through the high quality nature of recent films, shows and video games. Here at cmiVFX, we build our own tools to help communicate many apps together as seamlessly as possible. The base of this video is not just for Maya, but for ANY app structure that exists today. Maya is covered in the second half of the video to help people associate a stronger principal interfacing structure with one of today's most popular graphics packages. We would like to explicitly state that this video would be extremely helpful to a large range of VFX producers using different software pipelines. The goal of this video is to let the user interface their tools using PyQT4.
Mentor / Creator of Tutorial
If you watched the first video, you now have a good grasp on Python. Sweet. Let's plow through some more involved concepts like python juggernauts! With a working knowledge of the python scripting language, and the Maya Python commands API, we can continue to learn new ways to solve more challenging problems, create complete scripts, and build user interfaces around our tools. We also introduce the Maya Python API; a lower-level interface into Maya. This video focuses more on breaking down full scripts, as opposed to typing out syntax. Its jam packaged with information and moves fast to deliver you as much brain food as possible. The first segment of the video transitions from beginning to intermediate level, with the majority of the video being intermediate, and finishing out by touching on advanced concepts. The included project files are abundant, complete, and full of helpful documentation so that you can take your time and learn about each piece of the tools.
Course Mentor Developer / Programmer
Amazing at Animation? Master of Modeling? Conquistador of Character Rigging? But how is your Python? This course brings the talented artist into the fold of the technical-side of Maya. Learn the basics of Python, and its place in your 3D workflow, with visual examples and real world problems. Get a kick-start on adding some automation into your life, and solving common problems in a fraction of the time. By the end of this video, you should have a deeper understanding of one of the languages Maya speaks under the hood, and how to start viewing your scenes in terms of glorious Python code!
Course mentor Developer / Programmer
Cinely is a private community for qualified filmmakers to create and collaborate on productions.
Justin Israel | justinfx.com
A review of the programming language, Go, from the perspective of a python programmer.
Justin Israel | justinfx.com
Installing PyQt for maya 2011 (OSX)
Justin Israel | justinfx.com
This is a story about my journey in solving a problem at work involving curves. The solution seemed really simple at first, but because of a stupid Maya issue, this…
Justin Israel | justinfx.com
I get to do a lot of interesting applications at SouthPark. This one in particular was the most challenging use of PyQt that I have experienced to date.
Justin Israel | justinfx.com
This is a follow up post to my previous one on Installing PyQt4 for Maya 2011

Improving the Design of Existing Code
Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts
Miek - Thoughts on (technical) stuff - miek.nl
http://www.miek.nl/projects/learninggo/ Learning to program in Go
Digital DEC Pentium 100mhz, Windows 95 (I dont count my Amiga as the first)
SublimeText 2
Film, Visual FX, Compositing
Film Student - 4 year degree in Film Production
FX Apps
Computer Hardware, Networking
WIndows, OSX, Linux