galagast
@galagast
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 198
Topic
Forum
Replies: 2
Views: 39
Reply
RE: Browse

i guess the types property shud be written somewhat like this… types:“Data(.dat)|.dat|Excel(.csv)|.csv|All|.|”

21 years ago
Forum
Reply
RE: select all

mymod = (bend()) for i in selection do ( if superclassof i == shape do ( addmodifier i (extrude()) i.modifiers[#Extrude].amount = 128 i.modi…

21 years ago
Forum
Reply
RE: select all

yup, that I know of. to instance mods mymod = bend() addmodifier selection mymod for non-instance mods mymod2 = copy mymod addmodifier selecti…

21 years ago
Forum
Reply
RE: select all

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…

21 years ago
Forum
Reply
RE: select all

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…

21 years ago
Forum
Reply
RE: select all

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…

21 years ago
Forum
Reply
RE: select all

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…

21 years ago
Forum
Reply
RE: select all

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

21 years ago
Forum
Reply
RE: Button UI

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 …

21 years ago
Forum
Reply
RE: Button UI

no problem . yeah, it myt be an imgTag for the button. as its much easier to do compared to using activeX i guess.

21 years ago
Forum
Reply
RE: Button UI

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.

21 years ago
Forum
Topic
21 years ago
Forum
Replies: 9
Views: 76
Reply
RE: Replace Object

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…

21 years ago
Forum
Reply
RE: string pharsing

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

21 years ago
Forum
Page 12 / 16