This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenlib
Howard Trickey 06dac0a453 Fix T81651, exact boolean modifier incorrect if operand hidden.
The code was trying to ignore hidden geometry when doing boolean,
which is correct when used as a tool, but not when a modifier.
Added a "keep_hidden" argument to bmesh_boolean to distinguish the
two cases.
Also fixed a bug when the tool is used with hidden geometry that
is attached to unhidden geometry that is deleted by the operation.
2020-11-08 08:39:01 -05:00
..
2020-08-27 15:33:33 +10:00
2020-08-10 18:17:07 +02:00
2020-08-24 19:02:41 +02:00
2020-08-28 10:04:26 -06:00
2020-10-27 14:07:34 +11:00
2020-10-19 08:43:08 -07:00
2020-10-16 11:46:48 +11:00
2020-09-30 11:51:42 +10:00