magicm
@magicm
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 546
Reply
RE: updating object names in listbox or listview

abyjoe: comeon u guys… u are elite… if you cant do it then who will my listview gets all layer names in scene… i need two editable fields to ente…

19 years ago
Forum
Reply
RE: updating object names in listbox or listview

abyjoe: the labeledit property of listview only allows u to edit the first cell of each column… whereas i want two subitem cells to be editable by …

19 years ago
Forum
Reply
RE: updating object names in listbox or listview

abyjoe: the labeledit property of listview only allows u to edit the first cell of each column… whereas i want two subitem cells to be editable by …

19 years ago
Forum
Reply
RE: How to bake a Float Script controller.

You can do this via the Dopesheet/Curve editor: Select the controller(s) you want to bake and choose “Collapse Controller…” in the pulldown menu “Con…

19 years ago
Forum
Reply
RE: Specify object via handle

LasseSundJohansen: Two objects in the same scene are able to have the same name. Thus the convention $‘name’ is not very unique in specifying objec…

20 years ago
Forum
Reply
RE: Dialog transparency?

Haven’t tried this extension yet, but it seems to be able to make dialogs transparent: Martijn

20 years ago
Forum
Reply
RE: zip directory

Lookup the topic “Maz() / UnMaz()” in the online reference. I don’t think you can give it a foldername to compress though, just one or more files. …

20 years ago
Forum
Reply
RE: Saving scene state parameters automaticly

You can access the methods of the sceneStateMgr interface by using the dot-notation syntax, which is a common way in MAXScript to access methods/prope…

20 years ago
Forum
Reply
RE: How to determine percentages of placement on screen?

The answer is in the online reference, check out the topic “How To … Develop a Vertex Renderer”. Cheers, Martijn

20 years ago
Forum
Reply
RE: Script needs recompilation every time?!

Alternatevely, you could declare the functions like this: ( local FirstFunction local SecondFunction fn FirstFunction = ( print “First f…

20 years ago
Forum
Reply
RE: Geometrical calculations : points, lines, planes : intersections, distances, angles

pix3l: So i tried this in max. if i select 0.0.0 and 150.661,150.661,0 i get 45. till now all okey. But if i select 10,10,0 and 150.661,150.661,0 i …

20 years ago
Forum
Reply
RE: Edge selected > automaic to Edge Loop

While I think it’s possible to write a script that does this, it’s probably easier to just bind the Loop command to a hotkey. In the Customize User In…

20 years ago
Forum
Reply
RE: ImageList.ListImages.Clear() –error with ActiveX

Haven’t tried this but you might be able to just say: myListView.Icons = undefined Another method might be to create a second imagelist and temporar…

20 years ago
Forum
Reply
RE: ImageList.ListImages.Clear() –error with ActiveX

I don’t think this is a max limitation. If I remember correctly, older versions of the imageList control do not allow changes to the list when the con…

20 years ago
Forum
Reply
RE: are grid views available through maxscript?

vasilescu_anton: Here is the line to get the topview of the active grid: viewport.setTM (inverse(activegrid.transform)) Yeah that’s what I came u…

20 years ago
Forum
Page 21 / 37