Zhalktis
@zhalktis
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 84
Reply
RE: Define camera frustum corners ?

If you’re looking for an easy way to access and modify corners of the frustum – nope, there isn’t one. The closest thing you can do is add an FFD modi…

7 years ago
Forum
Reply
RE: Share data between 2 running 3dsmax without saving file?

Yes, by COM I meant OLE automation. Not very reliable for transferring data between max instances. By clipboard I just meant the primitive means of s…

7 years ago
Forum
Reply
RE: Share data between 2 running 3dsmax without saving file?

I doubt there is an easy way to access all the globals of one max instance from another max instance. That’s generally not how any software works. Th…

7 years ago
Forum
Reply
RE: Noob need help: Why some of my bones' axis going to other direction than other bones?

You are creating bones that are pointing mostly along the world X axis, and you are telling createBone to make every bone’s Z axis point in the direct…

7 years ago
Forum
Reply
RE: UNDO without REDO

This is probably too heavyweight of a solution… max undo gc light:false

7 years ago
Forum
Reply
RE: Help to undrestand a snip

Mmm! The line between clever and convoluted is thin with this one… As you can see, the ‘array’ is only used for the loop start and end; so it’s jus…

7 years ago
Forum
Reply
RE: It has been happened!!! This is my post #10000

Congrats Denis! Thank you for your tireless work in being the guiding light, who helps us poor lost souls find their way in this surreal and scary la…

7 years ago
Forum
Reply
RE: Find the Pivot rotation axis order

If you mean which axis is pointing up… Matrix rows 1 to 3 are the vectors of the X, Y, Z axes respectively. All you need to do is take the dot produc…

7 years ago
Forum
Reply
RE: Add morpher

Here’s a snippet from MAXScript help, “Node Common Properties, Operators, and Methods” addModifier <node> <modifier> [before:index] The…

8 years ago
Forum
Reply
RE: Code of Honour

That kinda falls under the “don’t be an asshole” common sense. Most people aren’t, but there will always be opportunists in any community. My persona…

8 years ago
Forum
Reply
RE: Code of Honour

Pertaining to what? How to conduct oneself at work? – Most of the presentations I’ve seen about tool development usually talk at length about how to …

8 years ago
Forum
Reply
RE: Undocumented MAXScript Features

MAXScript Help: <boolean>[i]trackviews.setFilter[/i] <string>TrackviewName <name>filterName <boolean>[i]trackviews.clearFil…

8 years ago
Forum
Reply
RE: maxscript single axis rotation script

‘.rotation’ actually returns a quaternion value of how the object is rotated in world space. Then with ‘.z’ you get the z component of that quaternion…

8 years ago
Forum
Reply
RE: Proper way to mirror bones? (Z-axis behavior)

I’ve been looking for a solution to this for a while now, but frankly, I don’t think a well behaving solution is possible in 3ds max. There’s a long-…

8 years ago
Forum
Reply
RE: shellLaunch – directory on other computer

You mean to open a network folder? Your paths are incorrect. Use double backslashes before the name, which means quadruple backslashes in the string. …

8 years ago
Forum
Page 1 / 6