Blue
@blue
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 142
Reply
RE: How to make an object unselectable??

I’ve done something similar where I’ve added user property data that says something like “selectable = false” and with a callback script triggered by …

18 years ago
Forum
Reply
RE: I need a max script

You want to replace all instances of 18 with nothing (“”) ?

18 years ago
Forum
Reply
RE: I need a max script

the convert 1 to string error is due to the line _pieces = 1 and should be either _pieces = 1 as string or _pieces = “1”

18 years ago
Forum
Reply
RE: I need a max script

This should be fairly easy to do as a CSV file.

18 years ago
Forum
Reply
RE: How can I save a viewport to a file

There is a more complex example in the help file but this is quick and dirty. snagViewport = gw.getViewportDib() snagViewport.filename = (getdir …

18 years ago
Forum
Reply
RE: Material editor layout ?

To get the setting you can use: currentMatLibZoom = getINISetting ((GetDir #maxroot) + “\\3dsmax.ini”) “MtlEditorPosition” “ZoomLevel” if currentMatL…

18 years ago
Forum
Reply
RE: .max file integrity

You could try merging each file into a new scene, if something is merged (objects.count > 0) then do your texture path changes and save as the name…

18 years ago
Forum
Reply
RE: Delete Visibility Track

Again the generosity and suport of the max community amazes me with its selflessness and willingness to make everyones max experience better. Thanks …

18 years ago
Forum
Reply
RE: Delete Visibility Track

Works like a champ, thanks.

18 years ago
Forum
Reply
RE: Delete Visibility Track

Cool, that is what I thought about not being accessable via script, thanks for exposing this feature.

18 years ago
Forum
Reply
RE: Delete Visibility Track

Things I’ve tried: $.visibility = undefined –sets the visibility value to -1 $.visibility.controller = undefined – Type error: Assign needs controlle…

18 years ago
Forum
Reply
RE: Delete Visibility Track

Ok so how do you do that with script smarty.

18 years ago
Forum
Topic
Forum
Replies: 14
Views: 41
Reply
RE: obj import, please help

Instead of overwriting, just edit the file via script. obj2max.cfg is formated like an INI file. setINISetting ((GetDir #plugcfg) + “\\obj2max.cfg”…

18 years ago
Forum
Reply
RE: Veiw port rendering quality

It’s likely the texture quality settings in the video card setttings. [b]Customize /b > Preferences… (Menu Item) > [b]Viewports /b > Configu…

18 years ago
Forum
Page 5 / 11