Flipped_Normal1
@flipped_normal1
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 41
Reply
RE: Distance Script + Auto omni light creation

I can see why not to excessively create objects, but the script I made will only create a rigidly controlled amount…IE not excessive. And yeah, the pr…

20 years ago
Forum
Reply
RE: Distance Script + Auto omni light creation

The script I gave you was just the basic framework for a particle based event. To actually use it, I have taken it further and built a whole system ar…

20 years ago
Forum
Reply
RE: Distance Script + Auto omni light creation

For the second question, have it spawn one particle, then pass that to an event with a script operator and a delete (all). By running the script, it s…

20 years ago
Forum
Reply
RE: Select Vertex/Find current modifier

Odd. it works now. I am sure I was working with an epoly, because I just loaded the test file from last time that I saved, and it worked fine. There m…

21 years ago
Forum
Reply
RE: Select Vertex/Find current modifier

Thanks bobo! I didn’t realize that getCurrentObject returned a modifier, not just the object. That made life much easier Now one more question. I ha…

21 years ago
Forum
Topic
Forum
Replies: 4
Views: 13
Reply
RE: formating .txt file data

Shouldn’t it be format “% % % ” round(master.pos.x) round(master.pos.y) round(master.pos.z) to:filehandler not trunc? I think your naming got messed…

21 years ago
Forum
Reply
RE: a maxscript loop question

I understand now about nested multi/subs not working, but I am still not sure how it works for other compound materials (such as composite). I do not …

21 years ago
Forum
Reply
RE: a maxscript loop question

That would only work for one level of multi materials (I think). I would think that this needs to be recursive, but I am not sure if that can be done …

21 years ago
Forum
Reply
RE: IsoSplines script

Ok, tried my way. Works fine, but there are a couple kinks. One, you have to hit ok on a dialog for every item. Easy enough to work with, though, just…

21 years ago
Forum
Reply
RE: IsoSplines script

You had a solution for this that you did by hand, correct? Converting and adding modifiers and such until it popped out. Wouldn’t it be easiest to dis…

21 years ago
Forum
Reply
RE: what am I doing wrong here?

Two things… your line ‘objPos = obj.pos.controller.x_position’ returns a number, not an object, so you cannot use it to set parameters. And the execut…

21 years ago
Forum
Page 3 / 3