ofer_z
@ofer_z
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 188
Reply
RE: Create a new folder?

NAMETAG: Id like to create script that does a similar thing to create new project in maya but im not sure if you can create folders on your drive fr…

21 years ago
Forum
Reply
RE: substracting arrays?

if you need the subtractoin only for simple arrays of numbers you can use this: ( (array1 as bitArray) – (array2 as bitArray) ) as array hOpe th…

21 years ago
Forum
Reply
RE: track needs activating before I can place keys on it

hi, you first have to create a controller for the property before you can create keys on it. Sequence Sequence_Begin_End:off pos:[2.10911,-18.9042…

21 years ago
Forum
Reply
RE: Script-created Tape helper not selectable ?

I don’t think so, it seems your code should work fine. this looks like a bug. perhaps bobo has some insight…

21 years ago
Forum
Reply
RE: How to save spinner values

Hi, I prefer to use setINISetting and getINISetting in these cases. is saves you the need to create/open/close the file and parse it. it works very f…

21 years ago
Forum
Reply
RE: Very odd normals

it might be a bit order problem (big/small endian) since you are using a binary format. make sure you read the values the same as you write them. hOp…

21 years ago
Forum
Reply
RE: Select objects by modifier – possible?

here’s a little functions to do this: — get a list of object that has a modifier of class mod from the objs list fn getObjsUsingMod objs mod = ( …

21 years ago
Forum
Reply
RE: Filename of current max file open?

there’s a system global called maxFileName that holds this name. hOpe this helps, o

21 years ago
Forum
Reply
RE: Maxscript not working

hi, you could try and delete the maxscrpt.dsk file in your max-root directory (make a backup first!) if that doesn’t work, you can try to repair you…

21 years ago
Forum
Topic
Forum
Replies: 1
Views: 40
Reply
RE: New MaxScript Editor Concept

I looked into SciTE recently. it is true that you have to compile the Lexer (the scintilla syntax parser) with it if you want a new language added, ho…

21 years ago
Forum
Reply
RE: Materials: Let's kick it up a notch!

not exactly. getMeditMaterial returns the material stored in a material editor slot, however, this material doesn’t have to be assigned to any object….

21 years ago
Forum
Reply
RE: Can Rollouts remember their states?

here’s a little expamle of how to do this: macroScript testDialog buttontext: “test dialog” category: “Tests” ( — declare a local vari…

21 years ago
Forum
Reply
RE: rcmenu on button

Tak Tak, check out this example: rollout roTest “test” ( local rcTest — declare the RC Menu to be used later… — NOTE: a funct…

21 years ago
Forum
Reply
RE: rcmenu on button

hi galagast, it seems you didn’t find the second link, which i think you’ll find interesting. the topic of that thread is: “New Maxscript Control (ch…

21 years ago
Forum
Page 12 / 14