bdk-blender/source/blender/makesrna
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
rna_cleanup UI: Capitalize "Python" in UI messages, improve a few others 2023-05-14 15:23:43 +02:00
CMakeLists.txt Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
RNA_access.h Cleanup: reserve the term 'len' for string length 2023-05-13 17:34:23 +10:00
RNA_define.h Fix RNA path functions not escaping strings, using single quotes 2023-03-09 13:14:57 +11:00
RNA_documentation.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
RNA_enum_items.h Animation: Paste Keys in Graph Editor with value offset 2023-02-23 09:46:47 +01:00
RNA_enum_types.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
RNA_path.h Cleanup: remove unused Main argument to RNA_path functions 2022-09-07 11:07:44 +10:00
RNA_types.h PyAPI: extend save/load handlers, optionally take a filepath argument 2023-03-09 12:05:30 +11:00