lucpet
@lucpet
New Member
Joined: Feb 14, 2024
Topics: 22 / Replies: 146
Reply
RE: understand gw.text() and callbacks

Thanks MerlinEl That one was driving me crazy and can’t believe I missed that. I’ve got to lower the dose on my meds lol

14 years ago
Forum
Topic
Forum
Replies: 3
Views: 47
Reply
RE: automate spline length

Here is a (badly written) test script on how you can move the knots to locations in “Z” rollout testme “Testme” ( button goMe “Go!” width:150 spinn…

14 years ago
Forum
Reply
RE: automate spline length

Sorry for taking so long but life keeps getting in the way anyhow using the previous code Function fn dLBP pointA pointB = ( ss = SplineShape pos:…

14 years ago
Forum
Reply
RE: automate spline length

They’re just acronyms posing as variables lol the dlbp is the function call and I assigned it to the variable nSpl (short for new spline) so you could…

14 years ago
Forum
Reply
RE: automate spline length

fn dLBP pointA pointB = ( ss = SplineShape pos:pointA addNewSpline ss addKnot ss 1 #corner #line PointA addKnot ss 1 #corner #line PointB ss.wire…

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

I just ran the last piece of code you posted and after you pick an object the rollout just disappears and I’m afraid it’s beyond my understanding

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

Just thought I’d mention that you can use local maxob=#() pickbutton object1 “Select1 ” width:140 [B][U]autoDisplay:true[/U][/B] pickbutton object2 …

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: get list of all modifiers

When I run the last piece of code I get StringStream:”” OK OK #() #() OK That doesn’t seem right as this showClass “*:mod*” does give me the resul…

14 years ago
Forum
Reply
RE: get list of all modifiers

:shrug: Why does this only give you a limited array and end in ,… when there are obviously more modifiers #(“Affect_Region”, “Bend”, “Bevel”, “Bevel_…

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: render scene dialog – output size presets ?

Thanks lo An old Aussie saying “Your bloods worth bottling”

14 years ago
Forum
Reply
RE: render scene dialog – output size presets ?

Thanks lo It never even occurred to me to look there. I don’t suppose you could share some code on how to access it and put it back into a dropdownlis…

14 years ago
Forum
Reply
RE: render scene dialog – output size presets ?

A script I’ve been playing with recently has tackled this eg case rdoSize.state of ( 1: [renderWidth = 1920, renderHeight = 1080] 2: [renderWid…

14 years ago
Forum
Page 6 / 12