ndufort: I am having trouble Dispatch’ing MAX. I have the trial version of 2009, and I always get an “Invalid class string” error (I tried to chang…
yeah, some of the files are large, nothing too crazy though. Maybe i’ll do the gc() after each load.
I assume this is max 9+ As for SQLObject, i have my reservations about it and SQLALchemy. What benefits does it provide over using SQL?
there’s also elementtree. Anyone have experience with both?
The problem with the second function is if there is a neested group. You will dimply find the first group head which may not be the senior most group…
holy crap, well that was my noob moment for the day I actually just need to use: for n in helpers do ( if n.isSelected == true then print n ) i…
Just like in max, we use it via COM. As mentioned in Kermit’s link, its the same as VBS. We use it for a variety of things like launching scripts, s…
We have been using this for photoshop. because we all know how fun scripting is in PS :banghead:
this is awesome. Thanks Eric and Paul! Im sure this will make many, many people happy So I have to learn Python now… you say that like it’s a ba…
OK, so i removed the gc() call in my script and upped my heap to 256MB and its working much better now. Thanks for the help guys.