Hi, I get the same behaviour. That’s strange, probably a bug. I never noticed it before, until you mentioned it… cheers, o
Hi, You could use color_RGB() controller, it gives you seperate R,G,B tracks for your color just like position_XYZ() does for position controllers. …
try this: stream = createFile “textFile.text” — I then printed some text print “some text to” to:stream — I am now done — Later I read some text …
Hey Light, This looks cool! All you need now is favorites (for folders and/or scripts), and as suggested before, the ability to select a different p…
ok, I have found it. WAVsound is the way.
ok, I figured it out. it turns out the merge does work, the problem was with adding xref objects in the same function. cheers, o
again, this is not the problem, I got this to work, but only if the original UI is visible, which is very much undesirable. I’m looking to achieve the…
Thanks Rivendale, however, this is the way I was refering to when I said I got it to work with the modify panel command. the problem is, this doesn’t…
[color=#fffffe]rollout Morph_targets “Morph targets” ( slider ooo “ooo” orient:#h ticks:10 range:[0,100,0] offset: [0,0] button theButtono…
in the case of selected objects you can use “selection” as it returns the current selection as an array. so “bla selection” will always work hOpe thi…
you can’t have max press that button for you, there are programs that can do that and can be run from within max, but it’s usually better to try and s…
you can use globalTracks with addData to store the data into the scene, there might be other tracks or general maxWrappers that work that way, but I’v…