thanks, it was lowercase i character in QWIdgets word
ok… here’s my noob attempt qt = python.import “PySide2.QtWidgets” pymxs = python.import “pymxs” app = qt.QWidget.find (pymxs.runtime.windows.getM…
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…
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…
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…
what’s Bip01 LIKTarget ?
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…
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…
JimmyVera: I haven’t found an option to query the current prompt message in the MaxScript Reference (on Prompt Line)? try UIAccessor.GetWindowTex…
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 …
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…
disable textures, switch viewport shading to flat, get viewport bitmap and check pixel by pixel which wirecolors are visible. simple as that of course…
It must be Interface->GetBackground & SetBackground methods. Although in maxscrpt dll it doesn’t call any of these and simply calls some method…
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…
denisT: Why? How? Where does this state come from? it is handled inside maxscrpt.dll in rollout::get_property . изображение.png1346x109 21.4 KB