Re: [Maya-Python] Re: Partition an excape Character

2013-02-07 Thread Anthony Tan
For the hell of it, same thing but with slightly different notation :) bits = filter(None, toto.split(\\)) -Anthony On 8 Feb 2013, at 12:17, San Luthra wrote: how bout this , [each for each in toto.split(\\) if each][0] though, its same as what Jeremy did !! On Thursday, 7

Re: [Maya-Python] Re: drawCurveContext example wont compile - Intro to maya API vid

2013-02-07 Thread Chad Vernon
Oops my bad! I'll put up a new one. Thanks. On Thu, Feb 7, 2013 at 3:30 PM, Berg Jones bergjo...@gmail.com wrote: I was able to find the solution and compile. This block is missing from the stock drawCurveContext.cpp on the website: void* DrawCurveContextCommand::creator() { return