Non-Uniform. They have no parent in the source file. There’s just a bunch of editable meshes all lined up nicely. And the ‘scale’ is identical betwe…
Pretty much the possibilities are endless. You can even redefine undefined and just about any built in function… as another function ( false = true…
Adventures in realllllllly wonky code. rollout bob “bob” ( checkbox true “spinner” on true changed true do ( if true == false then ( print…
Marking menus are a radial menu system. Technically you could actually reproduce it using existing code burried somewhere in max ( Mouse gestures) fo…
We’re developing a system which: Keeps track of every job and what its status is. Each deliverable’s version/revision number. Is tied into our time c…
Paul, one thing I figured out while working on my “Box Drawing” script was that IMGTags flicker, but bitmaps don’t. Perhaps what you should do is tak…
Aha! Thank you! There’s the magic format string.
Haha! Neat! Formattedprint I can get to print: ” 3″ or ” 3″ I suppose the other option would be to use that and then replace ” ” with “0”.
Yeah MySQLdb was the big reason I wanted python integration more seamless without using ODBC and OLE.
Do you still need ODBC or can it connect natively? Not needing an ODBC driver would be great.
I got it to work. The solution? Use a differeint MySQL/Apache package. EasyPHP 2.0 is now my recommended software package.