ClaudioAlvaro
@claudioalvaro
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 6
Reply
RE: Error loading dot net assembly from arbitrary directory

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 …

11 years ago
Forum
Reply
RE: DotNet Event Handler in Scripted Material Plugin (yet another issue)

Hey Kogen, Have you tried moving dotNet.addEventHandler lbl “click” getNameOuter to within the plugin definition as opposed to within the function….

12 years ago
Forum
Reply
RE: converting string back to an array struct

denisT: how is about materials, modifiers, base objects, trackviewpicks, controllers… etc… you still have a lot of thing to support You’re right…

12 years ago
Forum
Reply
RE: converting string back to an array struct

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…

12 years ago
Forum
Reply
RE: Planted Key -> Free Key

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…

13 years ago
Forum
Reply
RE: Biped Rotation Mess

You need to store the information relative to it’s parent. if ( bone.parent != undefined ) then ( storedTransform = bone.transform * inverse ( b…

13 years ago
Forum