PiXeL_MoNKeY
@pixel_monkey
New Member
Joined: Feb 14, 2024
Topics: 16 / Replies: 962
Reply
RE: Formatting Vertex Coordinates

Stop showing off Denis.

13 years ago
Forum
Reply
RE: Formatting Vertex Coordinates

Test if v == num_verts then don’t add the comma. for obj in (selection as array) do ( tmesh =snapshotAsMesh obj ( num_verts = tmesh.numverts fo…

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

I think it is a bug in the vray code. Some of the materials are very picky on what can and can’t be done. For example, you can connect a Shell Materia…

13 years ago
Forum
Reply
RE: Can impossible be possible? (The real challenge)

If anyone wants to know more about this you can try to find Charles’ blog post on this topic from February of this year. -Eric

13 years ago
Forum
Reply
RE: ColorPicker Controller

Only Max Objects can have controllers. Dialogs aren’t Max Objects they are User Interface objects. There is no way that I know of to link a controller…

13 years ago
Forum
Reply
RE: ColorPicker Controller

Does it actually work in the Material because of the custom attribute, or is it because the Material is an actual Max Object and therefore can have co…

13 years ago
Forum
Reply
RE: RTT Output path

Looks like various things they are doing with AppData in the Macro_BakedTextures.mcr in case anyone else is looking for where this came from. -Eric

13 years ago
Forum
Reply
RE: RTT Output path

Are you looking for the default folder, or per pass/output? -Eric

13 years ago
Forum
Reply
RE: Environment Map issue

Really need more information. What format are you rendering to? Are you saving with Alpha enabled? Please provide all the details about how you are tr…

13 years ago
Forum
Reply
RE: Object direction of animation

A few things: Direction is defined along the Z-axis. Which on a teapot is pointing up, so you will need to compensate for that. You need to set the …

13 years ago
Forum
Reply
RE: Noise Position Controller Dialog\Properties

You can find the info you need in the Controller Common Properties, Operators, and Methods page of the maxscript help. displayControlDialog <cont…

13 years ago
Forum
Reply
RE: How do I get "clean" rotations?

I went back and looked at your results and the problem you have is how you are deriving your euler values. quattoeuler (inverse (quat -0.193227 -0.48…

13 years ago
Forum
Reply
RE: How do I get "clean" rotations?

Unfortunately if you are using Euler there is always the chance of flipping or gimbal lock, simply because the way the math works. TCB/Quaternions get…

13 years ago
Forum
Reply
RE: How do I get "clean" rotations?

See this thread for info about rotations. -Eric

13 years ago
Forum
Reply
RE: Exposure control with maxscript. Is it possible?

Actually Richard Annema created a simple exposure render effect that shipped as part of the Bonus Tools with Brazil 2. If you can find a copy of Brazi…

13 years ago
Forum
Page 10 / 66