2 points aren’t enough to define a plane though, right? You’ll always need 3 points…
Can’t you just do it with a regular camera and wire the FOV to the VRayCam’s FOV?
Thanks! My scripting skills are basically non-existant, but I’ll try to cobble more of it together
Thank you so much! This finally did it! Thanks to both of you I had to change it minimally to include all the settings I need on the CAD objects: w…
Sorry that I have to bump this… but I’m desperately in need of turning a huge set of CAD data into meshes, while keeping instances intact. Can anybody…
Bringing this topic back up, I am regularly using PolyTools3D’s script from above. Now, I noticed that quite often CAD files use instances, an…
Hey, I totally believe you guys that scripting-wise this would be the better way to do it. I’ll give it a try and see if it works the same. It might j…
I’ve finally got this working: bodyObjs = for o in selection where classof o == body_object collect o for o in bodyObjs do ( select o …
Man, this still isn’t working. Both codes don’t work: for o in selection do ( if (classof o != Body_Object) then ( deselect …
Damn, of course! Stupid me Thanks to both of you guys!
Might be a good starting point:
That’s just perfect! Thank you