bdk-blender/source/blender/geometry
Jacques Lucke 0b0a5d21ac Fix: Revert changes in Mesh to Volume node and modifier to Blender 3.6
This brings back the `Fill Volume` and `Exterior Bandwidth` inputs in
the Mesh to Volume node and modifier. Those existed in Blender 3.5 but
were removed in 700d168a5c because the way they were
implemented did not use the openvdb api in the right way.

While it's rare that people turned off the `Fill Volume` option, the
exterior bandwidth was used more and can have significant impact on
the result. Furthermore, there is no clear replacement for the
functionality.

Therefore, we decided to roll back the changes in 3.6 to avoid breaking
compatibility. We intend to keep the changes in 4.0 for now, but need
to work on a more clear short term replacement for the removed
functionality.

Pull Request: blender/blender#109297
2023-06-23 20:12:17 +02:00
..
intern Fix: Revert changes in Mesh to Volume node and modifier to Blender 3.6 2023-06-23 20:12:17 +02:00
CMakeLists.txt Cleanup: move flip faces code from nodes to geometry module 2023-03-30 18:44:11 +02:00
GEO_add_curves_on_mesh.hh Fix #105089: Curves sculpt add creates invalid resolution 2023-02-23 13:46:39 +01:00
GEO_curve_constraints.hh Curves: initial surface collision for curves sculpt mode 2023-02-11 13:46:37 +01:00
GEO_fillet_curves.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_mesh_flip_faces.hh Cleanup: move flip faces code from nodes to geometry module 2023-03-30 18:44:11 +02:00
GEO_mesh_merge_by_distance.hh Cleanup: spelling in comments 2023-02-27 21:00:30 +11:00
GEO_mesh_primitive_cuboid.hh Cleanup: Rename BLI_math_vec_types* files to BLI_math_vector_types 2023-01-06 20:09:51 +01:00
GEO_mesh_split_edges.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_mesh_to_curve.hh Fix: Build error after last commit 2023-04-19 13:05:08 -04:00
GEO_mesh_to_volume.hh Fix: Revert changes in Mesh to Volume node and modifier to Blender 3.6 2023-06-23 20:12:17 +02:00
GEO_point_merge_by_distance.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_points_to_volume.hh Nodes: SDF Volume nodes milestone 1 2023-03-19 11:21:08 +01:00
GEO_realize_instances.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_resample_curves.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_reverse_uv_sampler.hh Cleanup: Split UV sample geometry node into two functions 2022-11-18 13:38:55 -06:00
GEO_set_curve_type.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_subdivide_curves.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_trim_curves.hh Geometry Nodes: deterministic anonymous attribute lifetimes 2023-01-05 14:05:30 +01:00
GEO_uv_pack.hh UI: change the UV packing pin option into a toggle & drop-down 2023-06-20 21:08:59 +10:00
GEO_uv_parametrizer.hh Cleanup: Simplify aspect ratio usage in uv unwrapper 2023-03-28 15:52:34 +13:00