Blanks
@blanks
New Member
Joined: Feb 15, 2024
Topics: 13 / Replies: 31
Reply
RE: can somone tell me how does this script works

It works by creating instances of the chain links and applying path constraints to them. The initial distance along the path could be calculated by us…

14 years ago
Forum
Reply
RE: .net WPF Thread

Once I get the controls integrated working in max I’ll try to create a tutorial. Might be a while though because I am doing this in spare time. It wil…

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 2
Views: 19
Reply
RE: .net Custom Control Keying and Playback

Thanks Paul, I thought that might be the case. Could you explain what #preNodeGeneralPropChanged, #postNodeGeneralPropChanged, #preNodeUserPropChanged…

14 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: Interface/abstract class problem, dotnet

No because BitmapFrame (the type of the frames in the decoder) inherits from BitmapSource so should have the CopyPixels method. Create a System.Array …

14 years ago
Forum
Reply
RE: Interface/abstract class problem, dotnet

You can get the pixel data into an array using BitmapSource.CopyPixels.

14 years ago
Forum
Reply
RE: Interface/abstract class problem, dotnet

One thing I am confused about is the fact that BitmapSource and BitmapFrame are both stated as being abstract which you shouldn’t be able to instantia…

14 years ago
Forum
Reply
RE: Interface/abstract class problem, dotnet

I just quickly read the documentation. It seems like a frame is an instance of the BitmapSource class. At the moment you are trying to store the insta…

14 years ago
Forum
Reply
RE: Possible plane position bug?

It might be a bug but it works by using pos instead of position. Plane name:”TestPlane” pos: [50, 50, 50]

14 years ago
Forum
Reply
RE: Loading Assemblies?

Thanks the reply. I’ve sorted it now. It’s kind of embarrassing but I wasn’t putting the full namespace. J

15 years ago
Forum
Reply
RE: Loading Assemblies?

hmm is it to do with the white space in the path?

15 years ago
Forum
Topic
Forum
Replies: 3
Views: 13
Topic
Forum
Replies: 0
Views: 15
Reply
RE: Enter key evaluating in editor?

I’m sure you’ve tried it already but I think I’ve had the same issue and hitting the insert key solves the problem. I’m using a crappy Packard Bell bu…

15 years ago
Forum
Page 1 / 3