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…
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…
Thanks Paul, I thought that might be the case. Could you explain what #preNodeGeneralPropChanged, #postNodeGeneralPropChanged, #preNodeUserPropChanged…
No because BitmapFrame (the type of the frames in the decoder) inherits from BitmapSource so should have the CopyPixels method. Create a System.Array …
You can get the pixel data into an array using BitmapSource.CopyPixels.
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…
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…
It might be a bug but it works by using pos instead of position. Plane name:”TestPlane” pos: [50, 50, 50]
Thanks the reply. I’ve sorted it now. It’s kind of embarrassing but I wasn’t putting the full namespace. J
hmm is it to do with the white space in the path?
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…