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,73 +15,73 @@ namespace BlendFile.DNA {
[DNAClassAttribute(489, "OceanModifierData")]
public class OceanModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Ocean", "*ocean", 0)]
[DNAFieldAttribute(1, "Ocean", "*ocean", "Ocean", 0)]
public Ocean ptr_ocean;
[DNAFieldAttribute(2, "OceanCache", "*oceancache", 0)]
[DNAFieldAttribute(2, "OceanCache", "*oceancache", "OceanCache", 0)]
public OceanCache ptr_oceancache;
[DNAFieldAttribute(3, "int", "resolution", 4)]
[DNAFieldAttribute(3, "int", "resolution", "int", 4)]
public int resolution;
[DNAFieldAttribute(4, "int", "viewport_resolution", 4)]
[DNAFieldAttribute(4, "int", "viewport_resolution", "int", 4)]
public int viewport_resolution;
[DNAFieldAttribute(5, "int", "spatial_size", 4)]
[DNAFieldAttribute(5, "int", "spatial_size", "int", 4)]
public int spatial_size;
[DNAFieldAttribute(6, "float", "wind_velocity", 4)]
[DNAFieldAttribute(6, "float", "wind_velocity", "float", 4)]
public float wind_velocity;
[DNAFieldAttribute(7, "float", "damp", 4)]
[DNAFieldAttribute(7, "float", "damp", "float", 4)]
public float damp;
[DNAFieldAttribute(8, "float", "smallest_wave", 4)]
[DNAFieldAttribute(8, "float", "smallest_wave", "float", 4)]
public float smallest_wave;
[DNAFieldAttribute(9, "float", "depth", 4)]
[DNAFieldAttribute(9, "float", "depth", "float", 4)]
public float depth;
[DNAFieldAttribute(10, "float", "wave_alignment", 4)]
[DNAFieldAttribute(10, "float", "wave_alignment", "float", 4)]
public float wave_alignment;
[DNAFieldAttribute(11, "float", "wave_direction", 4)]
[DNAFieldAttribute(11, "float", "wave_direction", "float", 4)]
public float wave_direction;
[DNAFieldAttribute(12, "float", "wave_scale", 4)]
[DNAFieldAttribute(12, "float", "wave_scale", "float", 4)]
public float wave_scale;
[DNAFieldAttribute(13, "float", "chop_amount", 4)]
[DNAFieldAttribute(13, "float", "chop_amount", "float", 4)]
public float chop_amount;
[DNAFieldAttribute(14, "float", "foam_coverage", 4)]
[DNAFieldAttribute(14, "float", "foam_coverage", "float", 4)]
public float foam_coverage;
[DNAFieldAttribute(15, "float", "time", 4)]
[DNAFieldAttribute(15, "float", "time", "float", 4)]
public float time;
[DNAFieldAttribute(16, "int", "spectrum", 4)]
[DNAFieldAttribute(16, "int", "spectrum", "int", 4)]
public int spectrum;
[DNAFieldAttribute(17, "float", "fetch_jonswap", 4)]
[DNAFieldAttribute(17, "float", "fetch_jonswap", "float", 4)]
public float fetch_jonswap;
[DNAFieldAttribute(18, "float", "sharpen_peak_jonswap", 4)]
[DNAFieldAttribute(18, "float", "sharpen_peak_jonswap", "float", 4)]
public float sharpen_peak_jonswap;
[DNAFieldAttribute(19, "int", "bakestart", 4)]
[DNAFieldAttribute(19, "int", "bakestart", "int", 4)]
public int bakestart;
[DNAFieldAttribute(20, "int", "bakeend", 4)]
[DNAFieldAttribute(20, "int", "bakeend", "int", 4)]
public int bakeend;
[DNAFieldAttribute(21, "char", "cachepath[1024]", 1)]
[DNAFieldAttribute(21, "char", "cachepath[1024]", "System.Char[]", 1)]
public char[] cachepath = new System.Char[1024];
[DNAFieldAttribute(22, "char", "foamlayername[68]", 1)]
[DNAFieldAttribute(22, "char", "foamlayername[68]", "System.Char[]", 1)]
public char[] foamlayername = new System.Char[68];
[DNAFieldAttribute(23, "char", "spraylayername[68]", 1)]
[DNAFieldAttribute(23, "char", "spraylayername[68]", "System.Char[]", 1)]
public char[] spraylayername = new System.Char[68];
[DNAFieldAttribute(24, "char", "cached", 1)]
[DNAFieldAttribute(24, "char", "cached", "char", 1)]
public char cached;
[DNAFieldAttribute(25, "char", "geometry_mode", 1)]
[DNAFieldAttribute(25, "char", "geometry_mode", "char", 1)]
public char geometry_mode;
[DNAFieldAttribute(26, "char", "flag", 1)]
[DNAFieldAttribute(26, "char", "flag", "char", 1)]
public char flag;
[DNAFieldAttribute(27, "char", "_pad2", 1)]
[DNAFieldAttribute(27, "char", "_pad2", "char", 1)]
public char _pad2;
[DNAFieldAttribute(28, "short", "repeat_x", 2)]
[DNAFieldAttribute(28, "short", "repeat_x", "short", 2)]
public short repeat_x;
[DNAFieldAttribute(29, "short", "repeat_y", 2)]
[DNAFieldAttribute(29, "short", "repeat_y", "short", 2)]
public short repeat_y;
[DNAFieldAttribute(30, "int", "seed", 4)]
[DNAFieldAttribute(30, "int", "seed", "int", 4)]
public int seed;
[DNAFieldAttribute(31, "float", "size", 4)]
[DNAFieldAttribute(31, "float", "size", "float", 4)]
public float size;
[DNAFieldAttribute(32, "float", "foam_fade", 4)]
[DNAFieldAttribute(32, "float", "foam_fade", "float", 4)]
public float foam_fade;
[DNAFieldAttribute(33, "char", "_pad[4]", 1)]
[DNAFieldAttribute(33, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public OceanModifierData() {
this.modifier = default;