rdg
@rdg
New Member
Joined: Feb 15, 2024
Topics: 29 / Replies: 388
Reply
RE: SubAnim RCMenu? How?

Wahooney, I don’t know of a standard function, but this is cool. I didn’t even know this is possible. You could maybe straighten some of the code by…

20 years ago
Forum
Reply
RE: Flipping Faces in Editable Poly Objects

Hello Wahooney, did you specify a <facelist> ? As you are quoting polyop.flipNormals() and $.flipNormals() you might be missing this operator? …

20 years ago
Forum
Reply
RE: Create face from parallel lines

hiphopclown, just some thoughts: instead of converting to editbable poly you could copy/transfer the vertices to a temporary mesh. before attaching…

20 years ago
Forum
Reply
RE: make unique

thank you for the explanation. will read the documentation … Georg

20 years ago
Forum
Reply
RE: make unique

In the documentation for the Instancemgr interface there is this part of syntax: <&node array> I must admit: I never saw the & before …

20 years ago
Forum
Reply
RE: how do I create a Custom Attribute slider?

Hi one way is this: create a string containing your customAttribute definition and add it to the object: — dummy values theKm=10 realKM=1…

20 years ago
Forum
Reply
RE: Custom Plugin-Modifier

loocas, as a custom modifier always extends a existing modifier you can access the original modifier’s gizmo with delegate.gizmo But this isn’t vis…

20 years ago
Forum
Reply
RE: CustomAttribute Script Error (HELP)

Hi, i think you are missing a ‘.’ in you add statement: $.modifiers[1] $modifiers[1] will most likely be undefined. Georg

20 years ago
Forum
Reply
RE: hide unhide rollout

Why have you changed ‘picked’ to ‘set’? There is no set event for materialbutton, at least in my reference. I see that this change updates the gui, …

20 years ago
Forum
Reply
RE: hide unhide rollout

ok. I remembered to read to HelpFile ( I need a postit note at my monitor for this !). And there it is: [left] [/left] [left] [/left] [left]Warning…

20 years ago
Forum
Reply
RE: hide unhide rollout

mrorganger, I must admit that I don’t know whats wrong. Apart from your code being incomplete, my reduced sample doesn’t work either. The texturemap…

20 years ago
Forum
Reply
RE: hide unhide rollout

Mr.Or, can you post your code? Georg

20 years ago
Forum
Reply
RE: hide unhide rollout

You can access the diffusemap with: delegate.diffuseMap If you add a mapbutton to you custom interface you can change the delegate map parameters. o…

20 years ago
Forum
Reply
RE: hide unhide rollout

You can replace the complete UI with replaceUI:true in a scripted material. If you want to use some parts of the default UI, you will have to double…

20 years ago
Forum
Reply
RE: How to display selected poly's id in the Lower left corner

The polycounter is a nice script. What licence are these scripts that come with 3dsmax under? Can I change them to my needs?

20 years ago
Forum
Page 26 / 28