Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Show soft selection on unselected mesh?

turns out that it is enough to clear some DisplayFlags like this: mymnmesh.ClearDispFlag(MNDISP_SELVERTS | MNDISP_VERTTICKS | MNDISP_SELEDGES ); I do…

10 years ago
Forum
Reply
RE: Show soft selection on unselected mesh?

I should have post a full example. Hope it is clear now what I want to achieve. delete objects p = Plane length:100 width:100 isSelected:on lengthse…

10 years ago
Forum
Reply
RE: Show soft selection on unselected mesh?

Is there any way to turn off soft selection display in modify mode? this one disables soft selection drawing until I change my modifier parameters or…

10 years ago
Forum
Reply
RE: Show soft selection on unselected mesh?

from meshadj.h This function is available in release 3.0 and later only. This is the standard affect region function, based on a distance and the th…

10 years ago
Forum
Reply
RE: Get layer list to txt file

sketchupmaster: … can we do the same layer importing? If you want to import i.e. merge specific layer it is impossible to do in an easy way You’l…

10 years ago
Forum
Reply
RE: SDK plugin type

Klvnk: usual done from visual studio (starting in the resource editor Do you know why resource view is blank in 2015 visual studio, but shows di…

10 years ago
Forum
Reply
RE: Clear MacroRecorder by maxscript

UIAccessor.SetWindowText (windows.getChildrenHWND (dotNetClass “Autodesk.Max.GlobalInterface”).Instance.TheListenerWindow)[2][1] “” Actually there’s a…

10 years ago
Forum
Reply
RE: Sending keystroke to application

i have SME window in focus how can I send “Alt + Key” to SME editor? or any other way to access those menus SendKeys.SendWait “%” works and activatin…

10 years ago
Forum
Reply
RE: edit shader parameters

fn getSMEselectedMtls = ( viewNode = sme.GetView (sme.activeView) smeSelMats = #() for n = 1 to trackViewNodes[#sme][(sme.activeView)].numSubs do…

10 years ago
Forum
Reply
RE: Execute MaxScript from C# Advice

Maybe I’ve chosen the wrong thread to ressurect it is pretty old, but somehow related to managedservices.dll My question is can we somehow prevent mi…

10 years ago
Forum
Reply
RE: Execute MaxScript from C# Advice

I just played a little bit with dnSpy and was able to modify IL code of managedservices.dll to save incoming string into a file each time function is …

10 years ago
Forum
Reply
RE: The Quick 'n' Dirty Way to extend MXS with the SDK

Is there a way to return the collection of BitArrayValues? Say if I’d like to get all the mesh elements as an array of bitarrays. Is it even possible?…

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

instances = #() InstanceMgr.GetInstances $ &instances all instances and references of selected object will be appended to that empty array you s…

10 years ago
Forum
Reply
RE: changing dotnet Tooltip text

on rollout i have dotnet textbox and a tooltip which i plan to show manually after user input What second arg should i pass to .Show() method to make …

10 years ago
Forum
Reply
RE: 3ds max sdk .NET

string s = ManagedServices.MaxscriptSDK.ExecuteStringMaxscriptQuery(“(polyop.getvertselection selection[1] as array)as string”); Not sure if that fi…

10 years ago
Forum
Page 82 / 84