I want to clip an object with view clipping as a solution to this svg export problem, but when I render the view clipped object as an svg, I still get the unclipped version of the svg. So I was wondering if there's a way to permanently view clip the object, and maybe create a new scene with just that clipped object that I can then render.
Asked
Active
Viewed 80 times
1 Answers
0
I think the best solution is to go in edit mode of the path. select the part that you only want to show, and separate it into its own object by pressing [P]
Alternatively you can try to use a Boolean modifier with intersect to non destructively cut down an object.
you might also try using culling with objects during render time: Culling Objects Using a Culling Object
MrTheRich
- 322
- 2
- 9
-
Or use a mask in the compositor. – Jan 07 '20 at 22:51