Hey Enrico – Yeah, you are completely right – I don’t expect distribution to be really that feasable right now – we are working on an easier installa…
Oh cool – looks like they’ve fixed that…as of max 9 I know that was still a problem – instead of printing the recursive thing, it’d actually keep prin…
the reason it behaves like that is because its a parser problem – as it parses any external variables are calculated immediately (like defining defaul…
Hey – that sounds like your setup is not finding the Qt DLLs in your PATH environment variables – you should make sure that c:/blur/common is in your …
We actually use our render farm software to manage our installations. We send out batch jobs through our job queue that have highest priority over re…
Right now its all PyQt, quick prototyping, but if at any point we want to make it faster it’ll be easy to port to C++
@ lukashi I would recommend using the QGraphicsScene & QGraphicsView We’ve been developing our own node based GUI’s using them and they are quit…
Also, we’re in the process of porting our tools over to a new PyQt based treegrunt that’ll run in both XSI & 3dsMax, so we will be updating our to…
@ ypuech Thanks for the windows icon code – I’ll include it in the next release, its very cool – works in 3dsMax and XSI. Though, it doesn’t seem to…
instinct-vfx: Great stuff everyone. Thanks alot to you guys this looks truely promising. As a quick heads up for ppl installing it here’s an issue …
@kashak Learning python is considerably easier than learning C++. Python is still a scripting language and C++ is a compiled language, so you don’t …
@ ypeuch Hey man – thanks for the find! I was auto-converting names to strings thinking that all the maxscript methods would take them vs. names (mo…
Thats not entirely true actually – Rollouts for instance, aren’t accessible through python, and I’m pretty sure scripted controllers and plugins aren…
@ Irishlad You’re going to want to set C:\Program Files\Autodesk\3ds Max 2009 as your 3dsMax install path, and wherever you installed your Python 26 …
Hey guys – Thanks for the quick feedback: @jeddie: I have enabled the Issue Tracking on the Google Code page – we don’t have a public SVN repo yet,…