Gravey
@gravey
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 575
Reply
RE: Set property via "execute"

what lo said or alternatively you can use the get/setSubTexMap function. eg. i = 1 — to get map id 1 tex = getSubTexMap multiTex (i+1) — get id 1 m…

14 years ago
Forum
Reply
RE: DotNet eventhandler broke after file reset

lookup DotNet Objects and Classes Life Time Control in the mxs reference. you need to set the event lifetime to #dotnet

14 years ago
Forum
Reply
RE: Viewport Layout Settings

fn CopyViewport source_index target_index = ( oldActiveView = viewport.activeViewport viewport.activeViewport = source_index type = viewport.getTyp…

14 years ago
Forum
Reply
RE: Viewport Layout Settings

you need to use find the existing perspective viewport, set it as active, copy it’s transform to a variable eg. tm = viewport.getTM(), set your other …

14 years ago
Forum
Reply
RE: Accessing the Note Track…

assuming a note track already exists, i think this is what you want: getNoteTrack rootNode 1

14 years ago
Forum
Reply
RE: Running a fn inside a Struct in another Thread?

I only discovered it a few months ago but it seems to have been around since max 2010. The only mention of it in the reference as far as i know is the…

14 years ago
Forum
Reply
RE: VFB+ : Including Source Code

hey lo, just a quick one. had a brief look over your C# source and you have the exposure parameters around the wrong way in the Math.Pow function. y…

14 years ago
Forum
Reply
RE: VFB+ : Including Source Code

hey lo great work. If I didn’t primarily use VRay and the VRay frame buffer i’d definitly use this. Your curves control is pretty nice. I’ll probably …

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: Array values overwriting each other?

it’s pretty simple, you are collecting the percentage value into the stammArr array, not the cylinder object. The value at the last line between the …

14 years ago
Forum
Reply
RE: MAXScript 2012 Reference sucks

if you mean as a .chm Bobo has already covered that. Otherwise you can download the html reference for offline viewing from this here:

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 36
Reply
RE: Unknown system exception on simple delete script

i would do it this way: delete ( for o in shapes where classof o == SplineShape collect o)

15 years ago
Forum
Reply
RE: get class by classID

MeditUtilities is a scripted struct defined in “…max\stdplugs\stdscripts\meditfunctions.ms” the source code will speak for itself but the short versi…

15 years ago
Forum
Reply
RE: warm-up before challenge #5

first loading the script it took me at least 20 seconds to work out what to do… so i restarted and got 1 min 54. process of elimination and then some …

15 years ago
Forum
Page 10 / 42