Kramsurfer
@kramsurfer
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 352
Reply
RE: Getting info to and from textfiles

Getting a Boolean value from an .ini file. TrueorFalse=true setINIsetting “D:\ emp\ ester.ini” “Catagory” “DataItem” (TrueorFalse as string) a=( ge…

22 years ago
Forum
Reply
RE: Setting Object Motion Blur in Render Dialog

Sorry; I should have specified max 4.2 Going to 5 soon though… Thanks, I’ll need to note that change for our upgrade. Keith Morrison

22 years ago
Forum
Reply
RE: Setting Object Motion Blur in Render Dialog

Found it…thanks to Swami Need jbLib extensions scanlinerenderEX structure. In case you needed to know. Keith Morrison

22 years ago
Forum
Topic
Forum
Replies: 3
Views: 15
Reply
RE: Max Script: Please help!

You are going to want to get yourself a copy of LOR. “Lots of Robots.” He does some amazing stuff with MaxScript and the DVD has all sorts of good …

22 years ago
Forum
Reply
RE: Noob Q: creating an objects library

If your looking to incorporate web pages, or any other ActiveX type controlled items in your UI, search “ActiveX” in the maxscript help. Really power…

22 years ago
Forum
Reply
RE: Noob Q: creating an objects library

You might want to check out… ScriptSpot.com Search ‘I-drop’ From scriptSpot “Helps you to create a simple Web site based on your MAX/VIZ objects li…

22 years ago
Forum
Reply
RE: Opening and closing rollouts

yeah, removeRollout Rolloutname RolloutFloatername You need to remove all the rollouts below the one you are changing the then add them again. If y…

22 years ago
Forum
Reply
RE: Put object names in a variabel

Your Close!! foo = $‘text*’ Will assign foo with an Array of all objects with “text” as the first four letters in their name. to do dynamically… (…

22 years ago
Forum
Reply
RE: Put object names in a variabel

The two examples posted above assume that you have your objects selected. If your objects are consistently named, you can hard code them into the scr…

22 years ago
Forum
Reply
RE: MaxScript Displayable Stopwatch

Check out this link from cgcharacter.com I think the use of the Ambient Controller may apply to your problem. I’ve quoted the passage you may find …

22 years ago
Forum
Reply
RE: Array of not hidden objects

Just the fastest way to get an array of visible objects to perform an operation on them. MAX SELECT ALL is ridiculous slow. So looping through the …

22 years ago
Forum
Reply
RE: Array of not hidden objects

Yeah, thanks… That’s recursing the whole scene. Likely the only way to do it! Thanks Again Keith

22 years ago
Forum
Topic
Forum
Replies: 5
Views: 20
Reply
RE: Maxscript (noob) question

$‘Obj*’.ishidden=true Will hide all objects with “Obj” as the first three characters of their name. Enjoy Keith Morrison

22 years ago
Forum
Page 25 / 25