Loading a Python module from file
Simple RPC Python Module Part III
Simple RPC Python Module Part II
Simple RPC Python Module Part I
Over the years, I’ve stumbled across the need of a simple, yet effective RPC system in Python. I’ve used CORBA in a C++ application before that was steered over Python, and that worked alright, but I’ve often needed something simpler, and a bit less elaborate in it’s setup and configuration. I want to document here what I came up with.
more in PythonSubprocess Output Caching
Maya Utilities Part IV
Maya Utilities Part III
Maya Utilities Part II
This time, I want to have a look at two simple submodules for the Maya Utilities framework I described in my previous post.
more in Maya, PythonMaya Utilities Part I
Obviously, I can’t use something like Maya for even a week, without starting to write myself little scripts and tools. Python and PyMEL help, although not always. The Maya API is sometimes really discouraging, but nevertheless, I set up a little framework for myself, to collect (and slightly organise) small scripts in Maya. Nothing fancy, but that’s the goal: simple little scripts, at your fingertips.
more in Maya, Python