cut_mesh icon indicating copy to clipboard operation
cut_mesh copied to clipboard

Tools for mesh trimming and cutting in Blender

Results 44 cut_mesh issues
Sort by recently updated
recently updated
newest added

Exception Info - Time: 2018-08-15 20:54:19.255113 - Count: 1 - Hash: 2e16d0c2d44b8b5eed2211d5ddac4cf3 - Info: - EXCEPTION (): - .../cut_algorithms.py - 000 0289:cross_section_walker_endpoints() f_cur = next(f for f in bme.edges[e_ind_from].link_faces if...

When i scroll over the surface of a mesh to place my first point, sometimes the hovering algorithm "sees" a non-manifold edge that is on the other side of the...

bug

When i run triangle fill mesh on my model i get: File ...\op_triangle_fill\_init_.py, line 490, in execute self.triangulate_fill(bme,eds,self.iter_max,self.res_mode, self.resolution,self.smooth_iters) File "C...\op_triangle_fill\_init_.py", line 449, in triangulate_fill new_fs + = [bme.faces.new(face)] ValueError:...

![image](https://cloud.githubusercontent.com/assets/2917743/23405322/a202ee7c-fd87-11e6-9608-24ea164d0637.png)

Instead of filtering stroke points in screen space, ray_cast them all onto the surface, then re-form the 3D stroke by evenly interpolating at a given point spacing.

enhancement

replace stuff like below with a standard function call ``` if bversion() < '002.077.000': loc, no, face_ind = self.cut_ob.ray_cast(imx * ray_origin, imx * ray_target) else: res, loc, no, face_ind =...

Hi, I'm super excited to see all this work you have been doing for cutting meshes! I'm working on a project using the blender api to automatically perform a series...

question

Hey Patmo, The example you showed in the youtube video https://www.youtube.com/watch?v=nrGNMm3I2Eg is not working. Sorry to be so bland and I understand the frustration when users just complain about not...

question