dellis
@dellis
New Member
Joined: Feb 15, 2024
Topics: 31 / Replies: 83
Reply
RE: From script to plugin – Speed

Here is the script (original author…Chris Shuman aka HybridArtist at maxforums) that i’m using…with a couple things added/removed. start = timeStam…

12 years ago
Forum
Reply
RE: From script to plugin – Speed

Generally it would involve raycasting i guess. Basically, taking a camera viewport and shooting rays out into the scene, through each pixel, and retu…

12 years ago
Forum
Topic
Forum
Replies: 12
Views: 47
Reply
RE: Intersect Ray Information-Creating Points

Beginning to realize this is more complex then i had originally thought.

12 years ago
Forum
Reply
RE: Intersect Ray Information-Creating Points

Here is the code that i used for my first attempt. col_bmp = openbitmap “C:\\DDE Stuff\Kingsville-Colour-400.jpg” zdepth_bmp = openbitmap…

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: Creating Faces from Vertices

Thanks…i’ll have a look at that. Just wasn’t sure how to tell MAX. Was initially thinking “selection as array”, tried it and it didn’t work. I’ll p…

12 years ago
Forum
Reply
RE: Creating Faces from Vertices

Not sure how i would approach this. Particularly when the selection is more then 4 vertices. Like if i select 8 verts in the proper order how would …

12 years ago
Forum
Topic
Forum
Replies: 5
Views: 19
Reply
RE: An update on a help file example

I may actually go the spinner route. It is being written into a custom file format so i was going to take the resulting string and place it where i n…

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 15
Topic
Forum
Replies: 3
Views: 19
Reply
12 years ago
Forum
Reply
RE: Formatting Vertex Coordinates

Thanks Eric…i was pretty close…just gotta keep practicing!

12 years ago
Forum
Reply
RE: Formatting Vertex Coordinates

That places a comma at the end of every coordinate. I need it to not put a comma on the last coordinate in the loop. Is it possible to use if/then/e…

12 years ago
Forum
Page 2 / 8