o_O okay… fn getFileOwner f = ( local fileInfo = dotNetObject “System.IO.FileInfo” f local fileAccessControl = fileInfo.getAccessControl() local…
by ‘owner’, do you mean the ‘author’ in the file’s Summary info? If so, see the ‘3ds Max Scene File Properties’ topic; that only applies to the curre…
Note that Piflik’s approach will always start at one, even if the first object in the (sorted) array is, say, Sphere05. Here’s another approach: ob…
apropos is definitely not what you’re looking for – apropos exposes classes and the like to, say, a coder. You might want to look into… findString …
would be odd – (and any other escaped character) only becomes a problem if you feed functions the string manually, rather than a variable that conta…
haven’t the foggiest, then :\ What I meant by ‘valid’ is that the strings as they appear in your array after you filter them match the strings actual…
seems to work fine* here… are you sure the values in SceneFileList are valid when you call the SelectFiles method? I noticed you’re checking “iCount …
not missing anything… and it’s not typically classified as a bug either, but rather as unexpected behavior. The plugin itself has some internals that…
Although I fully support ‘Read The Fine Manual’, I will say the following about this particular subject (by means of a copy/paste from a chat log from…
well, I’m not sure about the enlargement issue you mention… performing things with safe frames is always a good idea, though; or just make sure the vi…
gw.setPos is pretty low-level stuff and a lot of things don’t play nice with it (see earlier threads on retaining proper display aspect, for example) …
that’s because you’re not actually drawing a spiral, near’s I can tell. myShape = splineshape() addNewSpline myShape for p in fibonacci_array do ( a…
something like… mymod = $.modifiers[1] Bend:Bend objs = for ref in (refs.dependents mymod) where ( isKindOf ref GeometryClass ) collect ( ref ) #($E…
it’s a bit hidden away, but you are looking for the help topic… Display Panel: Wireframe and Shaded Colors And yes – creating a macro that does what …
Unless the command performed is a scripted command (via a macroscript) to begin with, there’s no real way to rewrite what the command does. You can, …