Rens
@rens
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 75
Reply
RE: Modifier Index

It’s no HTML code, it’s the vB code this forum uses. Check out . You can get the quote like window by wrapping the code in [CO-DE] and [/CO-DE] tags (…

20 years ago
Forum
Reply
RE: Modifier Index

Well, if you want to place a modifier after a certain one and you can only place it behind another then the solution is simple… Place the modifi…

20 years ago
Forum
Reply
RE: (noob) convert strings to variable?

Ah, I missed the first apostrophe. You’re right, box_01 is the same as ‘box 01’. That’s also a very good solution. Good luck. R

20 years ago
Forum
Reply
RE: (noob) convert strings to variable?

Whoops. if hold != undefined then should be if hold[1] != undefined then [color=White][font=Verdana]Well. That should finally do it. [/…

20 years ago
Forum
Reply
RE: (noob) convert strings to variable?

Argh, late again. An apostrophe eh? Hmm, how does that fix the problem? Will it also work with multiple spaces?

20 years ago
Forum
Reply
RE: (noob) convert strings to variable?

OK. Here is the solution to that space problem. Replace execute (“foo = $” + obj_txt + “*”) with: try ( execute (“foo = $” + obj_txt + “*”) ) cat…

20 years ago
Forum
Reply
RE: (noob) convert strings to variable?

Three things: [ul] [li] edittext bname “Base Name” fieldWidth:80 bold:on across:3 height:18[/li][/ul]Try height:17 instead. When the height goes ab…

20 years ago
Forum
Reply
RE: (noob) convert strings to variable?

You should post the code. Also, max will jump to the line after which the error occured, so you can more easily find the problem. R

20 years ago
Forum
Reply
RE: (noob) convert strings to variable?

I don’t think you can get around the execute, but this works: etext = “box” obj_array = execute (“for obj in $” + etext + “* collect obj”) Just ma…

20 years ago
Forum
Reply
RE: Counting lines in a string(stream)?

Hurrah! Thanks, it works very nice. I only have one small bug to fix and then I’ll be ready to post my new script… behold… R

20 years ago
Forum
Topic
Forum
Replies: 2
Views: 21
Reply
RE: Finding the "opposite" normal direction?

You’re welcome, So I will just use “xyz – (xyz + xyz)”, to get the opposite direction! Or, like Rivendale said, just use “-xyz” instead of “xyz – (x…

20 years ago
Forum
Reply
RE: Finding the "opposite" normal direction?

It’s been awhile, but if your vector is, say, [1,1,1] (XYZ) the opposite vector would be [-1,-1,-1]. See this vector as a line pointing from [0,0,0] …

20 years ago
Forum
Reply
RE: Changing text shape values…

Oh, yea, I think the topic “How do I change the text in a Text Shape dynamically?” in the ref should help you with that. Otherwise look up “at time” …

20 years ago
Forum
Reply
RE: Changing text shape values…

Your units are in inches instead of centimeters. Best way is to change the units in max itself (Customize -> Units Setup, maybe check out System Un…

20 years ago
Forum
Page 3 / 6