Very cool indeed! Was it difficult to keep from corrupting 3ds’s main UI thread? Dispatcher in dotNet? Can you manipulate the timeline as well? se…
Hmmm I must have slept in the day they covered…
clearly with magic scripting elves
I was planning to replace the look at controllers with a script controller for rotations, but ran out of care. I was spending more time on setting u…
I couldn’t figure out how to use the built in one, and I needed a Non-Stretchy version, so ended up doing a bit more scripting on the controlling dumm…
haha, yes , sorry I was talking to myself. I accidentally toggled the loop parameter in an obscure function, I didn’t even realise was still part of…
Oh for the love of Pete!! .loop == true vs .loop = true probably my most common, and annoying typo…
I don’t think it’s an out of range thing… As I can keep adding animation to it through the whole time range. Anything > 100 is clamped at 100, an…
Awesome!!! You’re the best, as always! Autodesk ADN support couldn’t figure that one out.
This is a small test file I passed on to Autodesk, which they confirmed as not working with Aero with no work around possible (according to them). th…
Does your method work with windows 7 Aero enabled? There is an ongoing bug where docked maxscript or .net buttons in a standard rollout don’t respond…
After awesome guidance from Gravey, I still use inlcudes to split up my script into multiple files for organisation. Most of these end up in one globa…