jonahhawk
@jonahhawk
New Member
Joined: Feb 14, 2024
Topics: 38 / Replies: 152
Topic
Reply
RE: scirpted controller – shortest distance to splineShape (knots)

Nice work there Dimitris. I like the positive/negative attractors. Are you controlling the Inner Amount and Outer Amount of a Shell mod?

14 years ago
Forum
Reply
RE: scirpted controller – shortest distance to splineShape (knots)

Only because they were not in my brain. Now that they are there, they work great! Thank you Denis

14 years ago
Forum
Reply
RE: scirpted controller – shortest distance to splineShape (knots)

theDistances = #() for s = 1 to (numSplines theShape) do ( for k = 1 to 100 do ( p = (lengthInterp theShape s (k*.01) ) theDist = distance …

14 years ago
Forum
Reply
RE: Saving user preferences???

Have a look at this tool. It reads and writes to an ini in the Max Root folder. I am having to rewrite this since the firm moved to Windows 7 and a st…

14 years ago
Forum
Reply
RE: Function index tool

The big difference is that you can browse. Searching is only effective when you know what you are looking for. This will help me cut down on redundan…

14 years ago
Forum
Reply
RE: linking to controllers

My script does exactly that. It controls the Weight Value of the Orientation constraint. $Box01.transform.controller.rotation.controller.orientation_…

14 years ago
Forum
Reply
RE: linking to controllers

Iā€™m not a master rigger so Iā€™m not sure what the goal of orienting the head to two targets is. I have a box with an orientation constraint equally …

14 years ago
Forum
Reply
RE: What is your script for life? šŸ˜‰

ROFL Love em all. Keep em coming.

14 years ago
Forum
Topic
Forum
Replies: 28
Views: 20
Reply
RE: Question: Slider / Spinner – Sharing value in UI

You bet. Take a good look at the MaxScript help for spinners/sliders and particularly the events.

14 years ago
Forum
Reply
RE: Question: Slider / Spinner – Sharing value in UI

rollout uiR “myRollout” ( group “myGroup” ( slider mySlider “” range: [0,100,1] type:#integer across:2 spinner mySpinner ” ” range: [0,100,1] …

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 15
Reply
RE: maxscript to create shape from selected edges and export as dxf?

Look under section – superclass shape in the maxscript reference. there is an example script there that will help you quite a bit.

14 years ago
Forum
Page 5 / 13