i guess the types property shud be written somewhat like this… types:“Data(.dat)|.dat|Excel(.csv)|.csv|All|.|”
mymod = (bend()) for i in selection do ( if superclassof i == shape do ( addmodifier i (extrude()) i.modifiers[#Extrude].amount = 128 i.modi…
yup, that I know of. to instance mods mymod = bend() addmodifier selection mymod for non-instance mods mymod2 = copy mymod addmodifier selecti…
attachments are limited to 2 posts so… heres the remainder of the grabs… in the two previous scripts, on the first method “selection”, i forgot to ch…
hmm… that was really weird, i got that working a while ago… i guess i mustve copied and pasted the wrong codeor sumthing…and i tend to press CTRL+Z al…
here are the fixed versions… try to see the difference between the previous codes. there were just some minor problems, but u were close. for i in s…
this is where the “FOR” loops comes in… e.g. for i in selection do ( if superclassof i == shape do (addmod extrude ; i.modifiers[#extrude].amou…
hi, u cud try and expand from this code rollout test “test” ( checkbox ext “” checked:true across:2 spinner ext_val “Extrude” range:[-9999,9999,72] …
holy macro(script)! thats cool! so its just a simple button, plus addtional buttons to define the borders! waw I tried to do some quick wips on VMS …
no problem . yeah, it myt be an imgTag for the button. as its much easier to do compared to using activeX i guess.
hmm… is the tagMap function only available in MAX7? i cant seem to find it in the maxscript reference… yup, it myt be an activeX control.
new_mesh = meshop.cloneFaces selection[1] selection[1].faces setGroupOpen group_arr[1] true I may be mistaken, as ive only browsed through your scri…
u cud try this, i cant think any other method right now… mytext = “aaabbbccc.123” newtext = “” for i in 1 to mytext.count while mytext[i] != “.” do (…