Rotu
@rotu
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 26
Topic
Forum
Replies: 1
Views: 15
Reply
RE: dotNet UI

I use dotNetMXSValue for dotnet tags. I’m pretty sure you can’t put maxscript arrays or objects in dotnet tags. I usually use it for storing a link to…

12 years ago
Forum
Reply
RE: Saving array of struct in the parameter block

What I have going in my rig right now is using multiple instances of a custom attribute as the array. Unfortunately, I really want to change it, I’m p…

13 years ago
Forum
Reply
RE: baking lookAt constraint via maxscript?

fn bakeOri o src dest fstart fend = ( local p = o.parent o[3][2][#weights][dest].value = 0.0 for i = fstart to fend do ( at time i…

13 years ago
Forum
Reply
RE: mergeMaxFile nodes to array

I’ve been using select and throwing selected into a layer right after the merge, but one thing that comes to mind is getting the scene objects before …

13 years ago
Forum
Reply
RE: Are Key Values only holding a Key index?

I personally ran into this issue twice in the last week. I worked around both of them, but then one of the other Tech Artists here had the same issue …

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Unable to convert: dotNetObject to dotNetObject…?

I think I figured it out. I found this post from a couple months back: I commented out the dotnet.setLifetimeControl calls in the functions that bu…

14 years ago
Forum
Reply
RE: Unable to convert: dotNetObject to dotNetObject…?

Yes, I just verified that it is happening on other people’s machines as well, but much less frequently than mine.

14 years ago
Forum
Reply
RE: Unable to convert: dotNetObject to dotNetObject…?

Thanks for taking a look. I wonder if it’s a memory thing, though I am running Win7 with 8GB… the name mismatch in the scripts above was because I cop…

14 years ago
Forum
Topic
Reply
RE: Garbage Collection issue with dotNet Timer

Here’s a slight re-work of the script I posted in my original plea for help: Running this code as-is will create a single point helper with the CA a…

14 years ago
Forum
Reply
RE: Garbage Collection issue with dotNet Timer

I worked around the problems listed in my last post by embedding a (dotNetMXSValue this) into the tag properties of the dotnet controls so that the ev…

14 years ago
Forum
Reply
RE: Garbage Collection issue with dotNet Timer

Coming from pre-python Maya, I had gotten into the habit of making all my functions and shared variables global. I had worked around some of the issue…

14 years ago
Forum
Reply
RE: Garbage Collection issue with dotNet Timer

This looks like something similar to what I posted last week: I was getting errors like: [left] >> MAXScript Rollout Handler Exception: — Una…

14 years ago
Forum
Page 2 / 3