Raytracer05
@raytracer05
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 177
Reply
RE: a discussion about a delicate matter…

Would it be better to replace the check box with a check button? Then you could also change the button text when in checked state to whatever the alt…

12 years ago
Forum
Reply
RE: How can i enable disable vray render elements

That could be useful but it looks like it is 5 years old. Vray has changed quite a bit in that time. AlexMateo: But im a noob with maxscript ,…

12 years ago
Forum
Reply
RE: How can i enable disable vray render elements

Ok, I’m not sure where you can find reference code but if you’re using VRay then you can find all the VRay renderElements by typing into the listener:…

12 years ago
Forum
Reply
RE: How can i enable disable vray render elements

If you want to disable all the render elements (the check box at the top left of the render elements rollup): ( local reMgr = maxOps.getCurRenderEle…

12 years ago
Forum
Reply
RE: Adding array of images to datagridview

The array doesn’t have to be a .net imagelist but the images have to be in the form of .net system.drawing.image. If you have the images saved to disk…

12 years ago
Forum
Reply
RE: NodeEventCallBack function in struct issue

It seems to work ok if you have everything in one structure… ( ::functions = undefined gc light:true struct FunctionStruct ( newNodeEventCallb…

12 years ago
Forum
Reply
RE: Camera_Map_Per_Pixel () camera node name

BuzzD: Any access possible to the ‘real’ name? The real name is usually referred to as the ‘handle’ or animHandle. This will return the handle o…

12 years ago
Forum
Reply
RE: From script to plugin – Speed

I think a GLSL shader should be able to do this quite quickly. If you look at the last example on the page below, the shader is returning a value base…

12 years ago
Forum
Reply
RE: Struct problem – Struct member access requires instance

It still looks to me like you’re mixing the two methods shown in this thread. As you said, this works: struct str ( fn a = (print “a”), fn …

12 years ago
Forum
Reply
RE: Struct problem – Struct member access requires instance

That’s a very good point. I have had problems with function order but must have been able to find a solution by changing the order in the structure be…

12 years ago
Forum
Reply
RE: Struct problem – Struct member access requires instance

denisT: i prefer just that one. because using a structure instance you can easy extend your structure with some default values or extra structures… …

12 years ago
Forum
Reply
RE: Struct problem – Struct member access requires instance

It looks like your have defined your structure properly but you need to create an instance of it before you can use it. Usually you would do this by a…

12 years ago
Forum
Reply
RE: Create rollouts inside functions or not

Here’s an quick example of rollouts created by functions inside a structure all the rollouts are visible to each other and only one global variable: …

12 years ago
Forum
Reply
RE: Problem with attach loop

I must be that the expression (holdingArray[holdingArray.count+1-z]) is returning 0. while ThreeArray.count >1 do ( holdingArray = #() x=2 …

12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

Would you mind posting the rest of the error message from the listener. I can’t replicate it here.

12 years ago
Forum
Page 2 / 13