Laserschwert
@laserschwert
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 36
Reply
RE: Slice a sphere between two points ??

2 points aren’t enough to define a plane though, right? You’ll always need 3 points…

9 years ago
Forum
Reply
RE: Dolly Zoom (Vertigo Effect) with Vray Physical Camera

Can’t you just do it with a regular camera and wire the FOV to the VRayCam’s FOV?

10 years ago
Forum
Reply
RE: Drop selection to ground plane?

Thanks! My scripting skills are basically non-existant, but I’ll try to cobble more of it together

10 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Affect only a specific object class in selection

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…

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

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…

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

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…

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

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…

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

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 …

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

Man, this still isn’t working. Both codes don’t work: for o in selection do ( if (classof o != Body_Object) then ( deselect …

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

Damn, of course! Stupid me Thanks to both of you guys!

10 years ago
Forum
Topic
Forum
Replies: 19
Views: 55
Reply
11 years ago
Forum
Reply
RE: Inertia expression?

That’s just perfect! Thank you

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 23
Page 1 / 3