MrSparkle
@mrsparkle
New Member
Joined: Feb 15, 2024
Topics: 26 / Replies: 47
Topic
Forum
Replies: 3
Views: 17
Reply
RE: How to get preview of a slot in material editor in my interface ?

Hi, Bobo’s TreeMatoGraph can render some previews of the materials. You can find the script here: Maybe you find out, how it’s been done… Chris

19 years ago
Forum
Reply
RE: Create simple NURBS plane using MaxScript?

Why isn’t it possible to access the NURBS sub-object with: on Button01 pressed do ( s = getNURBSSet $.delegate #relational ) I always get e…

19 years ago
Forum
Topic
Forum
Replies: 1
Views: 9
Reply
RE: How to stop pickPoint()?

Thank you mobeen! I tried to work around like you described it. But the result ist not satisfying because the user always has to click right inside th…

19 years ago
Forum
Topic
Forum
Replies: 2
Views: 15
Reply
19 years ago
Forum
Topic
Reply
RE: Ideas for Error Handling

Hi Andreas, JavaScript can do this. You could insert an JavaScript command at the end of the HTML page (to be sure, the page has successfully loaded)…

19 years ago
Forum
Reply
RE: Ideas for Error Handling

I have some more ideas: the first – and very simple – one is to use an mailto-link with a hyperlink component in maxscript, so the user will send the …

19 years ago
Forum
Reply
RE: Ideas for Error Handling

It’s pretty easy to send an email with php: <?php $to = “email.guide@about.com”; $subject = “Hi!”; $body = “Hi, How are you?”; if (mail($to,…

19 years ago
Forum
Reply
RE: Ideas for Error Handling

f97ao: I’m wondering, wouldn’t it be possible to contact a php script on my server and send the mail from there? /Andreas You could create an hyp…

19 years ago
Forum
Reply
RE: Script to show textures in viewport?

you could try: print $.material.showInViewport

19 years ago
Forum
Page 5 / 5