ArtOfSoulburn
@artofsoulburn
New Member
Joined: Feb 14, 2024
Topics: 70 / Replies: 257
Reply
RE: filenameFromPath in max 2010 does something weird

Thanks for all the suggestions everyone, in the end I decided to go with this… fn sLibFilenameFromPath f = ( filteredString = filterString f “\\…

16 years ago
Forum
Reply
RE: filenameFromPath in max 2010 does something weird

So is it definately a bug then? Good to know. Unfortunately, your method won’t work for my purposes, since by the time my function gets the string, it…

16 years ago
Forum
Reply
RE: filenameFromPath in max 2010 does something weird

Thanks. I was considering something similar where basically I parse the string backwards and look for everything after the first “/” character, that’s…

16 years ago
Forum
Reply
RE: filenameFromPath in max 2010 does something weird

Afraid not, I am parsing strings in my actual script, not maps, I just used maps to give you guys an easier way to see the problem. Thanks anyways. …

16 years ago
Forum
Reply
RE: filenameFromPath in max 2010 does something weird

XP. spacefrog: Does the same thing happen if you place your project directory outside the “User” path ? Some folder that recieves no special “…

16 years ago
Forum
Topic
Forum
Replies: 10
Views: 25
Reply
RE: URGENT: set mix curve on falloff map

No curves are editable in max’s material editor, which also means you can’t modify any of the output curves or color map curves in the output of any m…

16 years ago
Forum
Reply
RE: can Render command do viewports?

Thanks Ze for confirming. And thanks for the extra info SyncViewS, I’ll post this all to an official bug to autodesk. Neil

16 years ago
Forum
Reply
RE: can Render command do viewports?

Thanks, but it didn’t help any. Sounds like it should Ok, I’ve simplified my script… max tool maximize viewport.activeViewport = 1 max tool maximiz…

16 years ago
Forum
Reply
RE: can Render command do viewports?

Wow, so looks like it is a refresh problem of some sort. First off, if your render is something more complex than a box, it works fine without the mes…

16 years ago
Forum
Reply
RE: can Render command do viewports?

That is really weird. So this code does what I expect it to, I start and end on the front viewport… myindex = rendViewIndex if (myindex !=0) do ( if…

16 years ago
Forum
Reply
RE: can Render command do viewports?

Don’t think we discussed this before. I’m now having trouble using the max tool maximize command, it seems that when you use it repeatedly, max gets c…

16 years ago
Forum
Reply
RE: can Render command do viewports?

Shoot. That doesn’t work if your have only a single view maximized. Back to the drawing board. Neil

16 years ago
Forum
Reply
RE: can Render command do viewports?

Never mind, I can use the viewport.activeViewport to set the view to be the one that I want. Doesn’t change the active view into a new view, it just c…

16 years ago
Forum
Reply
RE: can Render command do viewports?

A is close to what I’d like, but unfortunately, if you say switch a top view into a perspective view, it won’t just grab the perspective view that may…

16 years ago
Forum
Page 8 / 22