AkramParvez
@akramparvez
New Member
Joined: Feb 14, 2024
Topics: 0 / Replies: 79
Reply
RE: layer isolater button making

this is what i understood from ur last post. Have a look if this is what u want. ( try (destroyDialog showLayer) catch() global showLayer rollout…

15 years ago
Forum
Reply
RE: Getting object name from a string

From the Help Returns an array of results, one entry per node hit, where each entry is a 2 element array containing the node and the intersectRay re…

15 years ago
Forum
Reply
RE: Get the material name of a sub object selection

id = ($.getmaterialindex true) $.material[id].name I think this is what u r looking for…

15 years ago
Forum
Reply
RE: multimat's bitmaps related (need help)

Try this: ( for x in selection do ( mat = x.material if(mat != undefined and (classof(mat) == MultiMaterial)) then ( mat.nam…

15 years ago
Forum
Reply
RE: scene material append/delete item test

time:3766 count:1000 time:3047 count:0 Max 2009 32 bit.(On 64Bit Machine) Intel Core 2 (6700) @ 2.66GHz

15 years ago
Forum
Reply
RE: Turn off UI redraw

did u try switch to create mode before running the script. I think that should work if your modifier panel is redrawing a lot. max create mode

15 years ago
Forum
Reply
RE: DataGridView with Combobox: very clunky UI!!!

This should work but has some side-effects. To make it work remove dg.EditMode = dg.EditMode.EditOnEnter Add this on dg EditingControlShowing args…

15 years ago
Forum
Reply
RE: Render Lightmap Script ALWAYS bakes completemap!

just remove the outputfile:(fPath+fName+fType) form render command this was just overwriting the actual lightmap generated with the framebuffer render…

15 years ago
Forum
Reply
RE: Render Lightmap Script ALWAYS bakes completemap!

there are two issues with the function:- The map channel 3 is not available in the model changing the filename to filetype. Try this: fn renderLi…

15 years ago
Forum
Reply
RE: how to add rightclick event to dotnet button?

( fn _rightClick sender args = ( case args.button of ( (args.button.Right): format “RightClicked ” (args.button.Left): format “LeftClicke…

15 years ago
Forum
Reply
RE: Create buttons at routime

hi i ran the maxscript code you have written and when i press button1 i got Unknown property: “text” in undefined so i changed two lines and it work…

15 years ago
Forum
Reply
RE: A strange obj,the script could'nt work…

the problem is with the object, there is only one vertex with 80% alpha applied to it. the others are no exact 80%. So its selecting only one vertex. …

15 years ago
Forum
Reply
RE: How to get the length between two parallel face?

I think u can use getface to get the position of the two faces then use the length function to get length between them. i’m not in front of my system…

15 years ago
Forum
Reply
RE: keyframe cumulation value

its because you are applying linear_float() to the visibility every time in the loop. Just replace the assignment of linear_float with: –o.visibili…

15 years ago
Forum
Reply
RE: Simple Drag and Drop Example (DotNet)

here a example for dropping controls from one panel to other… ( DotNetForm = dotNetObject “MaxCustomControls.MaxForm” DotNetForm.size = dotNetObje…

15 years ago
Forum
Page 2 / 6