regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1038, "VolumeDisplay")]
public struct VolumeDisplay {
[DNAFieldAttribute(0, "float", "density", "float", 4)]
[DNAFieldAttribute(0, "float", "density", "float", 4, false)]
public float density;
[DNAFieldAttribute(1, "int", "wireframe_type", "int", 4)]
[DNAFieldAttribute(1, "int", "wireframe_type", "int", 4, false)]
public int wireframe_type;
[DNAFieldAttribute(2, "int", "wireframe_detail", "int", 4)]
[DNAFieldAttribute(2, "int", "wireframe_detail", "int", 4, false)]
public int wireframe_detail;
[DNAFieldAttribute(3, "int", "interpolation_method", "int", 4)]
[DNAFieldAttribute(3, "int", "interpolation_method", "int", 4, false)]
public int interpolation_method;
[DNAFieldAttribute(4, "int", "axis_slice_method", "int", 4)]
[DNAFieldAttribute(4, "int", "axis_slice_method", "int", 4, false)]
public int axis_slice_method;
[DNAFieldAttribute(5, "int", "slice_axis", "int", 4)]
[DNAFieldAttribute(5, "int", "slice_axis", "int", 4, false)]
public int slice_axis;
[DNAFieldAttribute(6, "float", "slice_depth", "float", 4)]
[DNAFieldAttribute(6, "float", "slice_depth", "float", 4, false)]
public float slice_depth;
[DNAFieldAttribute(7, "int", "_pad[1]", "System.Int32[]", 4)]
[DNAFieldAttribute(7, "int", "_pad[1]", "System.Int32[]", 4, false)]
public int[] _pad = new System.Int32[1];
public VolumeDisplay() {
this.density = default;