regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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