Try renaming the file from “Magick.NET-x64.dll” to “MagickNETx64.dll”. I’ve had issues loading assemblies where there is more than one period in the …
Hey Kogen, Have you tried moving dotNet.addEventHandler lbl “click” getNameOuter to within the plugin definition as opposed to within the function….
denisT: how is about materials, modifiers, base objects, trackviewpicks, controllers… etc… you still have a lot of thing to support You’re right…
Here’s something we did to dump any struct data to a string and then be able to execute the string to recover the struct. There are three things you n…
Unfortunately, there isn’t really a solution. You found it, baking… I even tried applying keys in inverse order, and to my recollection that failed a…
You need to store the information relative to it’s parent. if ( bone.parent != undefined ) then ( storedTransform = bone.transform * inverse ( b…