ivanisavich
@ivanisavich
New Member
Joined: Feb 15, 2024
Topics: 63 / Replies: 313
Topic
Reply
RE: Generating height field?

Ah thanks Bobo! That works great

15 years ago
Forum
Topic
Forum
Replies: 4
Views: 40
Reply
RE: Distributing scripted tools and updates – Best practice?

Max will auto-load any scripts in plugin directories, so if you just need scripts to load on startup, do this: -add a network share path to each comp…

15 years ago
Forum
Reply
RE: pipe maker script and collision detection

Well the standard max intersection function is intersectray, or intersectrayex, but I think they only work with geometry so they won’t work on splines…

15 years ago
Forum
Topic
Forum
Replies: 1
Views: 35
Reply
RE: Enable / Disable modifier?

Flex modifiers are history dependent. It could be that the lag is from max having to recalculate all of the flex data on every frame up until the fram…

15 years ago
Forum
Reply
RE: Memory leakage: what is considered a "large" array?

Ok thanks for the info guys. I’ll implement that heapsize increase that you mentioned, Bobo, if I see it becoming a problem with my script.

15 years ago
Forum
Topic
Forum
Replies: 10
Views: 26
Reply
RE: cut shadows into mesh

Get vectors from light source –> series of points along the perimeter of the object casting the shadow. Create rays from those vectors, and cast i…

15 years ago
Forum
Reply
RE: How can i release my script for commercial?

encryptscript “scriptFilePath” —put path to your .ms file in the quotes

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 34
Topic
Reply
RE: render camera move only

It does cut sequences up. If you see only one sequence, that means there is some motion on your camera still (maybe very subtle) in places where it a…

16 years ago
Forum
Reply
RE: render camera move only

Try it now obj = $Camera01 — change this to the name of your camera framerange = #() rangeString = “” global firstnum for j in animationran…

16 years ago
Forum
Page 21 / 26