handiklap
@handiklap
New Member
Joined: Feb 15, 2024
Topics: 12 / Replies: 45
Reply
RE: convert HSV to RGB

denisT: is it some sort of challenge to write your own function to convert HSV to RGB? OK. Here is my version: Well what else am I supposed to w…

14 years ago
Forum
Reply
RE: convert HSV to RGB

Here’s my old model translated directly from the pegtop delphi and adobe blendmode documents: fn vToC valueVal = –accepts a point3 value, returns a…

14 years ago
Forum
Reply
RE: Reading pixel intensity

Ok so you’ve got a pixel read from a bitmap. I assume by intensity, you’re referring to luminance; darkness and brightness of a specific color. Try …

16 years ago
Forum
Reply
RE: Bitmap Transform

Do you mean something like this?: (0.3pixelVal.x + 0.59pixelVal.y + 0.11*pixelVal.z) That will return a pixel’s luma value. So just assign that val…

16 years ago
Forum
Topic
Forum
Replies: 0
Views: 12
Reply
RE: Exporting custom values to a text file.

Ian00: Ok, I tried renaming the modifier, and attribute, and put in, f = createFile “c:\\attribute_name.txt” format “float01 = %” $sphere01.modifie…

17 years ago
Forum
Reply
RE: set current layer by name

a quick search through the mxs help yielded this: myLayer = layermanager.getlayerfromname <string> myLayer.current = true

17 years ago
Forum
Reply
RE: Anyone have a script that writes objects positions to a file?

global objectList = createFile “c:/temp/objectList.txt” for obj in $* do ( print (obj.name + ” – ” + obj.pos + ” “) to:objectList ) That should wor…

17 years ago
Forum
Reply
RE: writing .BAT files for rendering

Bixel: Perhaps I should write a maxscript that loads scene from folder, applys scripts to them and then repeats until no more scenes…would this be…

17 years ago
Forum
Reply
RE: Random Scale Objects script?

davestewart: Absolutely! No more help from now on… Aaahhhaha. What a bunch of jerks. count me in.

18 years ago
Forum
Reply
RE: How to set true for this checkbox?

oops didn’t see your image at first…

18 years ago
Forum
Reply
RE: Bitmap to rotation – particle challenge

On a side note, this reminds me of a series I saw a while back where the artist used a webcam to capture live video of the exhibit patrons, took that …

18 years ago
Forum
Reply
RE: Progressbar update in function

I had this same problem a while back, and one solution was to predeclare your rollout variable as global, like such: global myRollout include “som…

18 years ago
Forum
Reply
RE: Rezn8 Freeware Tools Back up

Thanks for the update, mxscom has been a really convenient link between max and my code editor for a while now.

18 years ago
Forum
Reply
RE: Scope/Visibility Confusion

Thanks for the explanation Bobo, parentheses have become such an autonomic syntax that I didn’t even consider their actual function.

18 years ago
Forum
Page 1 / 4