miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: worldAlignPivot scaled obj

2 – loop through all verts and find the one with lower Z position. 3 – you want to remove ResetXform without collapsing the stack, but keep the object…

11 years ago
Forum
Reply
RE: Dialogbar UI not accessable

i had the same problem with dropdownlist in rollout that is docked and max2014. When the rollout is not docked the ddl works, but when you dosk it – d…

11 years ago
Forum
Reply
RE: Resizing a bitmap

RenderMap is slow, but produces image with better quality. This is the thread.

11 years ago
Forum
Reply
RE: Resizing a bitmap

You can use rendermap. It will produce better result because filtering can be used(or not). Other way is to create new map with desired dimension and…

11 years ago
Forum
Reply
RE: I need help with one last thing

Here you can download my RTTAssist script. The code is not encrypted. One of the features of the RTTAssist is the feature that you want for your scrip…

11 years ago
Forum
Reply
RE: I need help with a simple thing, I guess

This local filesArr01 = #(“C:\1\file011″,”C:\1\file021″,”C:\1\file013”) is just an example. file_011 can be directory or file name. You know what …

11 years ago
Forum
Reply
RE: I need help with a simple thing, I guess

( global rol_test try(destroyDialog rol_test)catch() rollout rol_test “” ( local filesArr01 = #(“C:\1\file011″,”C:\1\file021”,”C:\1\file013…

11 years ago
Forum
Reply
RE: Countdown timer to fn?

You can change the text(caption) of labels, buttons, checkboxes controls. They are not static. About case vs. If then else I hope this will helps you:…

11 years ago
Forum
Reply
RE: Countdown timer to fn?

You are right. rollout test “Test Timer” ( timer clock “testClock” interval:10 active:false–tick once a second label test “1” button btn_s…

11 years ago
Forum
Reply
RE: Countdown timer to fn?

I hope that this will helps you. rollout test “Test Timer” ( local tickCnt = 0 timer clock “testClock” interval:10 active:false–tick once…

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: More noob questions:

Even something like this: for i = 1 to 100 while i != 50 where (mod i 2 == 0) do print i

11 years ago
Forum
Reply
RE: More noob questions:

LegatoBluesummers: Hi, on btn_pos_X pressed do ( for o in $ do (rand_pos o spn_pos_X.value 0 0) ) on btn_pos_Y pressed do ( for…

11 years ago
Forum
Reply
RE: Help with Aligning all objects Pivots

What do you mean by align all of their pivots to (0,0,0) ? Do you want all pivots to be at world 0,0,0 In this case you can use: selection.pivot = …

11 years ago
Forum
Reply
RE: loadMaterialLibrary for max file

You can use [i]fileOpenMatLib/i to load the max file. All materials from the loaded file will be shown in the Material/Map Browser as Temporary Librar…

11 years ago
Forum
Page 54 / 83