miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: TextPlus animation not works as expected

My previous post quoted Larry Minton – the creator of Maxscript. This is his answer in the thread that I posted in the 3ds Max Beta team forum.

4 years ago
Forum
Reply
RE: TextPlus animation not works as expected

In the TextPlus’s method that builds the object, the string to display is acquired and shape buffers are built from that before the tracking value (or…

4 years ago
Forum
Reply
RE: TextPlus animation not works as expected

Yes, the text matches the frames, but the mesh is not updated properly.

4 years ago
Forum
Reply
RE: TextPlus animation not works as expected

Thank you, Denis, I modified your code to this: ( delete objects tp1 = textPlus size:25 pos:[0,0,0] tp2 = textPlus size:25 pos:[0,50,0] textO…

4 years ago
Forum
Reply
RE: TextPlus animation not works as expected

I am testing it on max2020 and it not works. Here is a video that shows what happen on my PC. ” “

4 years ago
Forum
Reply
RE: TextPlus animation not works as expected

Hi, Andres! Thank you. Yes, no mater what I do it not works. But if a regular Text object is used then everything works fine. ( tp1 = text pos:[0,0…

4 years ago
Forum
Reply
RE: TextPlus animation not works as expected

Here is updated code: ( tp1 = textPlus size:25 pos:[0,0,0] tp2 = textPlus size:25 pos:[0,50,0] textObjsArr = #(tp1, tp2) strArr = #(#(“Monday…

4 years ago
Forum
Reply
RE: TextPlus animation not works as expected

Do you mean to set the FPS here: TimeConfiguration.png422x558 18 KB The same problem exist when I set FPS to 1.

4 years ago
Forum
Topic
Forum
Replies: 26
Views: 83
Reply
RE: Replace Object with maxscript

Test this: — try (cui.unregisterdialogbar myscript) catch () try (destroydialog myscript) catch () rollout myscript “object_replacer” width:280 hei…

4 years ago
Forum
Reply
RE: Replace Object with maxscript

One array for geometries and one for their names. Both arrays has the same amount of items, so when you remove/move an object from the multilistbox yo…

4 years ago
Forum
Reply
RE: Replace Object with maxscript

If there is no need to select objects – avoid it. — try (cui.unregisterdialogbar myscript) catch () try (destroydialog myscript) catch () rollout m…

4 years ago
Forum
Reply
RE: Replace Object with maxscript

This will select all items in the multilistbox: lbx_objects.selection = #{1…(lbx_objects.items.count)}

4 years ago
Forum
Reply
RE: [MaxScript] Calling 2d array

This is what is printed in the MaxScript Listener — your code #(“Cam 7500 front crew seat – F0”, “front”, ” crew seat”, “0”) #(“Cam 7500 front 23in…

5 years ago
Forum
Reply
RE: [MaxScript] Calling 2d array

I don’t know if this will help you: ( arr_sceneCams = for cam in cameras where classof cam != targetobject collect cam.name arr_netCams…

5 years ago
Forum
Page 15 / 83