Thanks for all the suggestions everyone, in the end I decided to go with this… fn sLibFilenameFromPath f = ( filteredString = filterString f “\\…
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…
Thanks. I was considering something similar where basically I parse the string backwards and look for everything after the first “/” character, that’s…
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. …
XP. spacefrog: Does the same thing happen if you place your project directory outside the “User” path ? Some folder that recieves no special “…
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…
Thanks Ze for confirming. And thanks for the extra info SyncViewS, I’ll post this all to an official bug to autodesk. Neil
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…
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…
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…
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…
Shoot. That doesn’t work if your have only a single view maximized. Back to the drawing board. Neil
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…
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…