Polimeno
@polimeno
New Member
Joined: Feb 15, 2024
Topics: 33 / Replies: 128
Reply
RE: how to select layer from obj

— layer manager L = layerManager layerName_1 = “L1” layerName_2 = “L2” — add new layer L1 = L.newLayerFromName layerName_1 L2 = L.newLayerFromName…

15 years ago
Forum
Reply
RE: Float scrip through Maxscript

ISurg: …I get error in my expression (no “”+”” function for controller bezier float) you´re pointing at a controller and using a math operator…us…

15 years ago
Forum
Reply
RE: rendSaveFile and TIF questions

got it, Thanks a lot Eric !

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Scripting rotation of objects in maxscript

here´s my snippet: tm = $SourceObj.transform pos = $TargetObj.pos new_TM = matrix3 tm.row1 tm.row2 tm.row3 pos $TargetObj.transf…

15 years ago
Forum
Reply
RE: Is there a way to…

that´s it Paul, it works ! str = ” ca = attributes # ( local CA = 1.0 ) custAttributes.add (@.baseObject) ca ” s2 = “#” s3 = “…

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Create dummy by object, link object to dummy

My snippet for you: fn Grouping List:(getcurrentselection()) pts:#() = ( if (List != undefined) and (List.count >= 1) do ( for…

15 years ago
Forum
Reply
RE: cumulative values inside Rotations ?

JHN: And a max2010 sample file, note of the various problems to this approach, I had to add a with animate off context to the script controller, oth…

15 years ago
Forum
Reply
RE: cumulative values inside Rotations ?

i mean, do you know that tool ? that´s the motion i´m trying, with one positive ‘clockwise’ rotation you feed another object, returning negative…

15 years ago
Forum
Topic
Forum
Replies: 5
Views: 17
Topic
Forum
Replies: 1
Views: 15
Reply
RE: Shoulder setup

hey Charles, sounds pretty interesting !! Would be awesome if you share your thoughts with us, although i´d love to hear more framework ideas about th…

15 years ago
Forum
Reply
RE: Shoulder setup

guess it was phoelix tutorial… isn´t it ? hope it helps. **** EDIT **** Aren´t you talking about this Algorithm ?? source 01 source 02 source 03 s…

15 years ago
Forum
Reply
RE: Material ID / Object ID randomizer?

what about these ? Node Common Properties, Operators, and Methods [b][b] getRenderID[/b][/b] <node>[i] Returns the RenderID of th…

15 years ago
Forum
Page 2 / 11