Hi! I did this using “exiftool.exe” in combination with command line parameters. But you need to write the information into temporary file and parse …
Great example, PolyTools3D!
img is used. It uses the filename you send to the function as a parameter. Maybe you are confused by the surrounding brackets?
2*atan($vrayCam.film_width/($vrayCam.targetDistance)) This seems to look good for me.
There’s no reason to be angry or offended. This thread is about programming with MaxScript and the SDK, asking “how can I import…” not really has some…
This thread is either in the wrong section or it’s a “please program that for me”-thread…
Those needles in the SDK haystack… Thank you!
Interesting! Which SDK version are you looking at? I’ve searched BuildMeshInfo::BuildData in the whole project of the Max 2013 version and there is no…
Okay, so there is at least no OpenMP in the examples I’ve looked at!
Hi Tamyl, sorry for the late reply. open the project settings and navigate to: Configuration Properties > C/C++ > Language and change “Open M…
Thanks Klvnk, so from what I’ve read, one can use OpenMP as long as no internal functions are used because those functions are not thread safe? And e…
Thanks for this tip! I think information like this is what people are looking for when learning the Max SDK. There should be a blog or something about…
Thanks Klunk, absolutely fantastic! The SDK is soooo huuuuuge I think it will take ages to get all that knowledge. Thank you!