Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Maxscript access to Sub-Object in motion panel

thanks, it was lowercase i character in QWIdgets word

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

ok… here’s my noob attempt qt = python.import “PySide2.QtWidgets” pymxs = python.import “pymxs” app = qt.QWidget.find (pymxs.runtime.windows.getM…

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

thahnks. problem was that is just doesn’t exist in 2014 which is my default version I use spy++ to check which messages are being sent to controls. As…

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

Can you make a little script that would create this LIKTarget programmatically so I could try this myself in 2020 max? Perhaps it shouldn’t be hard to…

2 years ago
Forum
Reply
RE: Maxscript access to Sub-Object in motion panel

You could find a command panel hwnd and then find the child control i.e. button to press it. There certainly was another method to get the handle, but…

2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: Stop startup script

you’re likely to have some syntax error here post your code between [code] … [/code] tags upd you have no closing paren for this one function Perfor…

2 years ago
Forum
Reply
RE: Overriding messages in the Prompt Line

Actually, if you use parent control handle and use WM_SETREDRAW as in suggested thread it will block redraws until you enable it back. It has some dra…

2 years ago
Forum
Reply
RE: Overriding messages in the Prompt Line

JimmyVera: I haven’t found an option to query the current prompt message in the MaxScript Reference (on Prompt Line)? try UIAccessor.GetWindowTex…

2 years ago
Forum
Reply
RE: Overriding messages in the Prompt Line

you could perhaps add a timer that would check if the correct message is shown at the moment and update it to the previous state if it was changed by …

2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

there certainly were scripts posted that separately solve parts of the task, but it is likely that you will faster code it yourself than find somethin…

2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

disable textures, switch viewport shading to flat, get viewport bitmap and check pixel by pixel which wirecolors are visible. simple as that of course…

2 years ago
Forum
Reply
RE: (MXS == SDK) backgroundcolor … How to?

It must be Interface->GetBackground & SetBackground methods. Although in maxscrpt dll it doesn’t call any of these and simply calls some method…

2 years ago
Forum
Reply
RE: MXS include method… how could it work?

What’s interesting is that include_cf never actually gets called by the parser class nor by any other class. Instead if the previous token is named in…

2 years ago
Forum
Reply
RE: SDK :: How can I know that rollut is open?

denisT: Why? How? Where does this state come from? it is handled inside maxscrpt.dll in rollout::get_property . изображение.png1346x109 21.4 KB

2 years ago
Forum
Page 10 / 84