guruware
@guruware
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 118
Reply
RE: Strange unknown window that pops up when MAX is loading

telemetry (aka. spyware) you can turn that thing off in help-menu->>Feedback->Desktop Analytics Programm… but not 100%, “Required data collec…

1 year ago
Forum
Reply
RE: Undo handeling

you can nest undo Begin/Accept theHold has an internal counter adds on begin, szbtract at accept, when this counter reaches zero, an undo-entry will b…

1 year ago
Forum
Reply
RE: Undo handeling

you want undo on/off: TheHold.Suspend() TheHold.Resume() for recording an undo-action TheHold.Begin() TheHold.Accept(“name of undo action”) for grou…

1 year ago
Forum
Reply
RE: There is not Spline3D Type in "enum ParamType"

TYPE_CLASS requires a ClassDesc not an Object of some type

3 years ago
Forum
Reply
RE: (C++) GetValue

Qt shouldn’t be a problem its also about paramblocks only the controltype in paramDef is win32 only

3 years ago
Forum
Reply
RE: (C++) GetValue

radius could be TYPE_WORLD win32 ui is using TYPE_WORLD, qt it will be TYPE_FLOAT, but need to check paramID=3 has a blank name, that’s a retired …

3 years ago
Forum
Reply
RE: (C++) GetValue

you need the paramblock(s) –> GetParamBlockByID(…) and then you need the paramid of the radius following will dump infos about every param in a …

3 years ago
Forum
Reply
RE: A little off topic but

i feel the pain requesting things like this (exactly what you mentioned included), still such things get “ignored” ? even sent them code years ago, …

3 years ago
Forum
Reply
RE: Can't access mixin interface functions in MaxScript

well, it works. create a “TestObject” in your scene rename it to “baz”, if you want to call it baz if the object is selected: $.foo.move [1,2…

3 years ago
Forum
Reply
RE: C++ QT Window

#include <Qt/QmaxMainWindow.h> MaxSDK::QmaxMainWindow* maxMain = GetCOREInterface()->GetQmaxMainWindow(); window.setParent(maxMain);

3 years ago
Forum
Reply
RE: Is it possible to compile maxscript online?

well… this is c#, not max script never confuse scripting with “real” coding you might upset c++ devs some think making web-pages is coding the inte…

3 years ago
Forum
Reply
3 years ago
Forum
Reply
RE: Redraw Views Callback (constantly calling)

did you notice that it does this also in 2021 ?

4 years ago
Forum
Reply
RE: Redraw Views Callback (constantly calling)

@PolyTools3D can i pass this script to max-devs ?

4 years ago
Forum
Reply
RE: Redraw Views Callback (constantly calling)

i reported this, it was fixed for 2022, and then someone forgot to put it into the final release btw. what exatly it “progressive update” for ? 512 …

4 years ago
Forum
Page 1 / 8