Thanks a lot Denis, I had a feeling it would have to be something hacky like a forced refresh from calling another command. I guess you could call an…
BAM! MXS ROCKS on the numberwang. All we need is the stats from the same op in python and we can party like it’s 1999.34563
A dotnet method too, for the sake of completeness math = dotnetclass “System.Math” roundVal = 90 angleVal = 256 roundVal * (math.Round(angleVal / (…
FBX export options are a complete pain to use as the documentation is not even complete enough to be deemed terrible. Most importantly, You will need…
You probably know that you can use dotnet to fire a commandline process via xcopy or robocopy, but I think you’ll always be fighting UAC.
I’d say based on the length of his beard, he knows what he is talking about.
metamesh: hey Pete, ps: you live either really far or are really quick in scripting to be able to do that on the train. took me hours to write what …
I decided that on my train ride in this morning i’d write a basic example. This assumes that you are using the following path structure: AssetRoot>…
Hi Alex, Its a scope issue. You have assetitems assigned to the list box items, but no way of getting that variable as it is nested inside your first…
I don’t get any problems on 2013, works fine, either modal or not. :shrug: EDIT: i see it now. my bad. What a crock of sh*t!
Hi Haavard, I began looking at this many years ago here via my blog research, using the dsofile.dll from Microsoft. It is something that allowed deve…
DaveWortley: I would like to be able to do the following without opening the max file… Get a List of: Object Properties Object Transforms All Layer…
that’s nice Denis, i’d always used matchpattern with ignorecase set as true for that sort of thing. Thanks for the replies on dontcollect. I can see …