Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: Filenamestring trouble

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]…

18 years ago
Forum
Reply
RE: Execute function when dialog gets focus

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…

18 years ago
Forum
Reply
RE: Extending the Pick button

Hi, not with max atm, but maybe something like: … local obj … on Mybutton pressed do ( if MyRadio.state==2 then ( f=getopenfileName caption “Merge …

18 years ago
Forum
Reply
RE: UVW Unwrap – Lattice

difficult to say without having a look at it. Could you post a file showing the problem ?

18 years ago
Forum
Reply
RE: UVW Unwrap – Lattice

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…

18 years ago
Forum
Reply
RE: Group Pivot Point ?

Hi, I think you need to use for obj in $TempGroup.children do obj.pivot = …

18 years ago
Forum
Reply
RE: Help me: MaxScript and EditPoly

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…

18 years ago
Forum
Reply
RE: UV Texture Editor

Hi, look for the UnwrapTools The most usefull script !

18 years ago
Forum
Reply
RE: Set animation range via spinner/button?

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…

18 years ago
Forum
Reply
RE: Set animation range via spinner/button?

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…

18 years ago
Forum
Reply
RE: Error in first SDK try

thx for the input ! So, you don’t need the memory wrapper MAXMEM.h ?

18 years ago
Forum
Reply
RE: Error in first SDK try

Hi ! ypuech, could you please elaborate on that ?

18 years ago
Forum
Reply
RE: reverse array…

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…

18 years ago
Forum
Reply
RE: Schematic Material Editor Progress

“DLL <heliumController.dlc> failed to initialize. Error code: 127 – the specified procedure could not be found.” Make shure you are using the …

18 years ago
Forum
Reply
RE: midi reader script

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…

18 years ago
Forum
Page 14 / 22