MattRennie
@mattrennie
New Member
Joined: Feb 14, 2024
Topics: 10 / Replies: 84
Reply
RE: points at object selection pivots

i’d do something like: selectionArray = selection as array for i = 1 to selectionArray.count do ( myPoint = Point pos: selectionArray[i].pivot myPoi…

13 years ago
Forum
Reply
13 years ago
Forum
Reply
RE: Better custom toolbar control

I’m not sure if its possible or not but maybe you can edit the macroscripts for the toolbar buttons and add some /n characters to add newlines?

13 years ago
Forum
Reply
RE: Compact scripts run slower

How are you testing if its faster/slower?

13 years ago
Forum
Reply
RE: Problem applying CASpinner as Track to a scriptController

You need to first add a bezier float controller to your spinner. Then assign the target of your script controller to be that bezier control.

13 years ago
Forum
Reply
RE: obj import, #noprompt does not work

I have had similar problems to this and have ended up writing callbacks that I turn on as i’m importing via maxscript which auto click things like ok…

13 years ago
Forum
Reply
RE: Help with dynamic naming of custom attribute rollout name…

Hey Damo! Have you tried just storing your data as user properties (setUserPropBuffer)? Its quick and dirty.

13 years ago
Forum
Reply
RE: script controller 'update'

Could you perhaps track the frame number of the last update and make the controller only evaluate if the current frame number is greater than x times …

13 years ago
Forum
Reply
RE: Save selected objects to seperate max files?

you could do something along the lines of: mySelection = selection as array for i = 1 to mySelection.count do ( saveNodes mySelection[i] (“c:/mySave…

13 years ago
Forum
Reply
RE: Subanim type, range, etc?

I am writing a data exporter which exports expressions to a custom format so they can be recreated on other assets, but in order to recreate them prop…

13 years ago
Forum
Reply
RE: Subanim type, range, etc?

I just saw this thread and it looks like the UIAccessor solution is just what I’m after (needing to query minimum and maximum values on spinner custom…

13 years ago
Forum
Reply
RE: Avoiding Max Modify Mode

Have you thought about skinning your lines to the 2 objects?

14 years ago
Forum
Reply
RE: Skin modifier – applying the vertex weights

I haven’t encountered it for a while but i can vaguely remember having a problem in the past where i had the same bone in the skin modifier more than …

14 years ago
Forum
Topic
Forum
Replies: 1
Views: 13
Reply
RE: Bitmap, copy Blue channel from one bitmap to another

As Im not sure of the scope of your problem this may be way off base, but why dont you just do an action in photoshop?

15 years ago
Forum
Page 6 / 7