ivanisavich
@ivanisavich
New Member
Joined: Feb 15, 2024
Topics: 63 / Replies: 313
Reply
RE: Constrain moving point to surface (ie, how does pflow's lock/bond work?)

It’s not really a question of physics, it’s a question of how to project a change in position onto a curve surface. The motion/velocity/acceleration/e…

8 years ago
Forum
Topic
Forum
Replies: 0
Views: 44
Reply
RE: [SDK] Save/Load custom IParamBlock2

So, on closer inspection I discovered that after loading the saved parameter block, the ParamBlockDesc2 of the block was getting reset to default (pri…

8 years ago
Forum
Topic
Forum
Replies: 1
Views: 35
Reply
RE: Tying MAXScript struct values to C++ functions

You need to look into setting up an FPInterface (function publishing interface) for your plugin. That will allow you to expose whatever values you wan…

8 years ago
Forum
Reply
RE: Checkbox returning to its initial state

You need to add a parameter block to your custom attributes. This is laid out pretty clearly in the maxscript help files. Right now your CAs are not …

8 years ago
Forum
Reply
RE: Offsetting a vector by another vector?

This is very simple to solve using transform matrices. First, you want to construct a matrix from the first triangle. Then you want to get coordinate…

8 years ago
Forum
Topic
Reply
RE: Get Viewport DIB with Alpha

I found a workaround: by setting the viewport background to environment color, getViewportDIB returns the proper alpha.

8 years ago
Forum
Reply
RE: Get Viewport DIB with Alpha

For reference, this is what I see when using: display (viewport.getviewportdib capturealpha:true) in 3dsmax2017 (Nitrous viewport, ‘Standard’ wit…

8 years ago
Forum
Topic
Forum
Replies: 2
Views: 40
Reply
RE: SDK: check if ReferenceTarget is INode without a dynamic cast?

Ah, seems like refTarget->GetInterface(INODE_INTERFACE) works great

9 years ago
Forum
Reply
RE: SDK: get all nodes that a node is dependent upon?

Ok, I’ve got a quick and dirty version working in maxscript just by using some recursion. Won’t be hard to implement in the SDK. Maybe denisT sees som…

9 years ago
Forum
Page 7 / 26