Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: Could use help with a material conversion tool

[color=white]just check for materials types and adjust: something like for[/color] mat in sceneMaterials do ( if classOf mat == standardmaterial do …

20 years ago
Forum
Reply
RE: Need Help: launching a script with file open

Hey plastic, thx for the answer, Yeah i know a bit of maxscript, going with callbacks seams a good idea, i’ll try that, but it would do that for all …

20 years ago
Forum
Topic
Forum
Replies: 3
Views: 7
Reply
RE: Select objects and Editable_Poly

Hi, try this: for obj in selection where ((substring obj.name 1 4)==“aaa”) do ( convertToPoly obj ) or this: [color=white]for i = 1 to (selection…

20 years ago
Forum
Topic
Forum
Replies: 2
Views: 7
Reply
RE: selection as array without opening groups?

Hi, groups are considered as dummys. so to collect only groups you could use: [size=2]sel=for i in selection as array where classof i==dummy collect…

20 years ago
Forum
Reply
RE: I need a script that will batch move meshes

Hi, Your point is not very clear, so i’m ‘guestimating’ what you want: import a 3ds file save the position of the object so you could go with some…

20 years ago
Forum
Reply
RE: 2 scripts in a single button?

Hi, using the <CTRL> key willnot work, BUT the <SHIFT> key will so you script could look likethis macroScript Macro2 category:”DragAnd…

20 years ago
Forum
Reply
20 years ago
Forum
Reply
RE: Maxscript Batch -Import FBX to export BVH?

Hi totoromojoI have a script that does batch import/export but it does not have FBX file format (at least, not yet !) I could do that ! if you could j…

20 years ago
Forum
Reply
RE: Viewing Rendering Progress?

Hi, u can add a progress bar to the renders by adding ‘progressbar:true’ in the render line, something like: bm = render camera:MyCamera outputSize:[…

20 years ago
Forum
Reply
RE: While myButton pressed do()……..Help!

Hi, how about a checkbutton ? (it has a .state property)

20 years ago
Forum
Reply
RE: growing branches script

Hi ! I had a look at your script, Seams the pivot point of the cones are offset ! so the solution is easy: just add the position expression after th…

20 years ago
Forum
Page 22 / 22