try this: fn fixPath txt = ( local result=”” local tmp=filterstring txt “\” for i=1 to (tmp.count-1) do result+=(tmp[i]+”\\”) result+=(tmp[tmp.count]…
an easy way would be to implement an ‘update cameras’ button. or you could use a timer to check the cameras every second or so… something like: roll…
Hi, not with max atm, but maybe something like: … local obj … on Mybutton pressed do ( if MyRadio.state==2 then ( f=getopenfileName caption “Merge …
difficult to say without having a look at it. Could you post a file showing the problem ?
Hi, You can use channel info to copy paste UVs into mesh topology, then use any modifiers and then change back: tools menu channel info… make a…
Hi, I think you need to use for obj in $TempGroup.children do obj.pivot = …
Yep, what Rivendale wrote is the way to go the bugger is that you can only use MoveSelection (offfset from the current vertex pos) so you need to lo…
Hi, look for the UnwrapTools The most usefull script !
Yep, sorry about that, was not with max when i replied… this works for me (max9-32) rollout test “test” ( spinner RangeStart_Spn “start” type:#i…
Hi Iceman try this: on btn_Set pressed do ( animationRange.start=Start_Spn.value animationRange.end=End_Spn.value ) not sure what you mean/want fo…
thx for the input ! So, you don’t need the memory wrapper MAXMEM.h ?
Hi ! ypuech, could you please elaborate on that ?
Hi, if using Max9, you can use DeepCopy else try this: — returns a copy of an array fn copyArray arr= ( for i in arr collect i ) — returns a rev…
“DLL <heliumController.dlc> failed to initialize. Error code: 127 – the specified procedure could not be found.” Make shure you are using the …
Hi, Interesting… but, the scripts errors… keyarray is undefined, and when I check the script, it is indeed undefined. I suppose this should be an ar…