Panayot
@panayot
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 205
Reply
RE: maxscript mailto: emailadres

mailto is valid inside html page but address property of hyperLink could be string sent to ShellExecute. for instance, this is also valid: hyperLink…

14 years ago
Forum
Reply
RE: Problem with "custom" hiddenDosCommand

Norman3D: nop definitely not a P4 issue only. I believe it has more to do with the fact that you are attempting to pass multiple strings to the comm…

14 years ago
Forum
Reply
RE: fixing bitmaps without causing Max to load them

cyrfer: … I get it from the Bitmap.filename property, but reading this property seems to cause Max to try to load the bitmap file. …How can I read t…

14 years ago
Forum
Reply
RE: DotNet Find String

denisT: s1.Indexof “world” (dotnetclass “System.StringComparison”).OrdinalIgnoreCase s1.Indexof s2 (dotnetclass “System.StringComparison”).OrdinalI…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 44
Reply
RE: Problem with "custom" hiddenDosCommand

biddle: …and I was perhaps perversely proud of the fact that there was nothing extra to install into Max in order to query p4.] .biddle Interesi…

14 years ago
Forum
Reply
RE: Problem with "custom" hiddenDosCommand

maybe VBScript can help… its works well for me and made hidden dos command compatible for older Max’s (below 9) ‘ task.vbs Const strCommand = “CD C:…

14 years ago
Forum
Reply
RE: Layer Rename Callback

ya, my stupid fault, thanks!

14 years ago
Forum
Reply
RE: Layer Rename Callback

thanks, you are right

14 years ago
Forum
Reply
RE: Layer Rename Callback

The layer name is read-only for script access. Due to the docs – they worried from scripters that can put dups names, hehe…

14 years ago
Forum
Reply
RE: Extend Edit_Poly to have Select Face by Area

here is a possible solution but more spec here than me can tell is it fine plugin modifier polySelByArea name:”Select By Area” classID:#(0x45b71d21…

14 years ago
Forum
Reply
RE: Extend Edit_Poly to have Select Face by Area

I think using Get handler is a good idea for that purpose fn setFaceSelByArea obj areaVal = ( local theSelection = #{} local num_faces = obj.getNum…

14 years ago
Forum
Reply
RE: Extend Edit_Poly to have Select Face by Area

I change only this if face_Area <= areaVal do append theSelection f and it works

14 years ago
Forum
Reply
RE: Dynamic Dropdownlist

Hey John, if i see correct the final goal then maybe this script will be interesting to you. utility scriptBrowser “MXS Browser” ( local rootDir = G…

14 years ago
Forum
Reply
RE: Mini-Challenge #3

i tested, not help

14 years ago
Forum
Page 11 / 15