Here is the script (original author…Chris Shuman aka HybridArtist at maxforums) that i’m using…with a couple things added/removed. start = timeStam…
Generally it would involve raycasting i guess. Basically, taking a camera viewport and shooting rays out into the scene, through each pixel, and retu…
Beginning to realize this is more complex then i had originally thought.
Here is the code that i used for my first attempt. col_bmp = openbitmap “C:\\DDE Stuff\Kingsville-Colour-400.jpg” zdepth_bmp = openbitmap…
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…
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 …
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…
That is slick!
Thanks Eric…i was pretty close…just gotta keep practicing!
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…