updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -13,7 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(242, "FluidDomainSettings", 5056)]
[DNAClassAttribute(242, "FluidDomainSettings", 2288)]
public class FluidDomainSettings {
[DNAFieldAttribute(8, "FluidModifierData", 0, "*fmd", "FluidModifierData", true, 0)]
public FluidModifierData fmd;
@@ -59,39 +59,39 @@ namespace BlendFile.DNA {
public Object guiding_parent;
[DNAFieldAttribute(8, "EffectorWeights", 21, "*effector_weights", "EffectorWeights", true, 168)]
public EffectorWeights effector_weights;
[DNAArrayAttribute(12, "float", 22, "p0[3]", "System.Single[]", 3, 176)]
[DNAArrayAttribute(12, "float", 22, "p0[3]", "System.Single[]", 3, false, 176)]
public float[] p0 = new System.Single[3];
[DNAArrayAttribute(12, "float", 23, "p1[3]", "System.Single[]", 3, 188)]
[DNAArrayAttribute(12, "float", 23, "p1[3]", "System.Single[]", 3, false, 188)]
public float[] p1 = new System.Single[3];
[DNAArrayAttribute(12, "float", 24, "dp0[3]", "System.Single[]", 3, 200)]
[DNAArrayAttribute(12, "float", 24, "dp0[3]", "System.Single[]", 3, false, 200)]
public float[] dp0 = new System.Single[3];
[DNAArrayAttribute(12, "float", 25, "cell_size[3]", "System.Single[]", 3, 212)]
[DNAArrayAttribute(12, "float", 25, "cell_size[3]", "System.Single[]", 3, false, 212)]
public float[] cell_size = new System.Single[3];
[DNAArrayAttribute(12, "float", 26, "global_size[3]", "System.Single[]", 3, 224)]
[DNAArrayAttribute(12, "float", 26, "global_size[3]", "System.Single[]", 3, false, 224)]
public float[] global_size = new System.Single[3];
[DNAArrayAttribute(12, "float", 27, "prev_loc[3]", "System.Single[]", 3, 236)]
[DNAArrayAttribute(12, "float", 27, "prev_loc[3]", "System.Single[]", 3, false, 236)]
public float[] prev_loc = new System.Single[3];
[DNAArrayAttribute(12, "int", 28, "shift[3]", "System.Int32[]", 3, 248)]
[DNAArrayAttribute(12, "int", 28, "shift[3]", "System.Int32[]", 3, false, 248)]
public int[] shift = new System.Int32[3];
[DNAArrayAttribute(12, "float", 29, "shift_f[3]", "System.Single[]", 3, 260)]
[DNAArrayAttribute(12, "float", 29, "shift_f[3]", "System.Single[]", 3, false, 260)]
public float[] shift_f = new System.Single[3];
[DNAArrayAttribute(12, "float", 30, "obj_shift_f[3]", "System.Single[]", 3, 272)]
[DNAArrayAttribute(12, "float", 30, "obj_shift_f[3]", "System.Single[]", 3, false, 272)]
public float[] obj_shift_f = new System.Single[3];
[DNAArrayAttribute(64, "float", 31, "imat[4][4]", "System.Single[,]", 8, 284)]
[DNAArrayAttribute(64, "float", 31, "imat[4][4]", "System.Single[,]", 16, false, 284)]
public float[,] imat = new System.Single[4,4];
[DNAArrayAttribute(64, "float", 32, "obmat[4][4]", "System.Single[,]", 8, 348)]
[DNAArrayAttribute(64, "float", 32, "obmat[4][4]", "System.Single[,]", 16, false, 348)]
public float[,] obmat = new System.Single[4,4];
[DNAArrayAttribute(64, "float", 33, "fluidmat[4][4]", "System.Single[,]", 8, 412)]
[DNAArrayAttribute(64, "float", 33, "fluidmat[4][4]", "System.Single[,]", 16, false, 412)]
public float[,] fluidmat = new System.Single[4,4];
[DNAArrayAttribute(64, "float", 34, "fluidmat_wt[4][4]", "System.Single[,]", 8, 476)]
[DNAArrayAttribute(64, "float", 34, "fluidmat_wt[4][4]", "System.Single[,]", 16, false, 476)]
public float[,] fluidmat_wt = new System.Single[4,4];
[DNAArrayAttribute(12, "int", 35, "base_res[3]", "System.Int32[]", 3, 540)]
[DNAArrayAttribute(12, "int", 35, "base_res[3]", "System.Int32[]", 3, false, 540)]
public int[] base_res = new System.Int32[3];
[DNAArrayAttribute(12, "int", 36, "res_min[3]", "System.Int32[]", 3, 552)]
[DNAArrayAttribute(12, "int", 36, "res_min[3]", "System.Int32[]", 3, false, 552)]
public int[] res_min = new System.Int32[3];
[DNAArrayAttribute(12, "int", 37, "res_max[3]", "System.Int32[]", 3, 564)]
[DNAArrayAttribute(12, "int", 37, "res_max[3]", "System.Int32[]", 3, false, 564)]
public int[] res_max = new System.Int32[3];
[DNAArrayAttribute(12, "int", 38, "res[3]", "System.Int32[]", 3, 576)]
[DNAArrayAttribute(12, "int", 38, "res[3]", "System.Int32[]", 3, false, 576)]
public int[] res = new System.Int32[3];
[DNAFieldAttribute(4, "int", 39, "total_cells", "int", false, 588)]
public int total_cells;
@@ -101,7 +101,7 @@ namespace BlendFile.DNA {
public float scale;
[DNAFieldAttribute(4, "int", 42, "boundary_width", "int", false, 600)]
public int boundary_width;
[DNAArrayAttribute(12, "float", 43, "gravity_final[3]", "System.Single[]", 3, 604)]
[DNAArrayAttribute(12, "float", 43, "gravity_final[3]", "System.Single[]", 3, false, 604)]
public float[] gravity_final = new System.Single[3];
[DNAFieldAttribute(4, "int", 44, "adapt_margin", "int", false, 616)]
public int adapt_margin;
@@ -117,13 +117,13 @@ namespace BlendFile.DNA {
public int border_collisions;
[DNAFieldAttribute(4, "int", 50, "flags", "int", false, 640)]
public int flags;
[DNAArrayAttribute(12, "float", 51, "gravity[3]", "System.Single[]", 3, 644)]
[DNAArrayAttribute(12, "float", 51, "gravity[3]", "System.Single[]", 3, false, 644)]
public float[] gravity = new System.Single[3];
[DNAFieldAttribute(4, "int", 52, "active_fields", "int", false, 656)]
public int active_fields;
[DNAFieldAttribute(2, "short", 53, "type", "short", false, 660)]
public short type;
[DNAArrayAttribute(6, "char", 54, "_pad2[6]", "System.Char[]", 6, 662)]
[DNAArrayAttribute(6, "char", 54, "_pad2[6]", "System.Char[]", 6, false, 662)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(4, "float", 55, "alpha", "float", false, 668)]
public float alpha;
@@ -133,7 +133,7 @@ namespace BlendFile.DNA {
public int diss_speed;
[DNAFieldAttribute(4, "float", 58, "vorticity", "float", false, 680)]
public float vorticity;
[DNAArrayAttribute(12, "float", 59, "active_color[3]", "System.Single[]", 3, 684)]
[DNAArrayAttribute(12, "float", 59, "active_color[3]", "System.Single[]", 3, false, 684)]
public float[] active_color = new System.Single[3];
[DNAFieldAttribute(4, "int", 60, "highres_sampling", "int", false, 696)]
public int highres_sampling;
@@ -147,7 +147,7 @@ namespace BlendFile.DNA {
public float flame_ignition;
[DNAFieldAttribute(4, "float", 65, "flame_max_temp", "float", false, 716)]
public float flame_max_temp;
[DNAArrayAttribute(12, "float", 66, "flame_smoke_color[3]", "System.Single[]", 3, 720)]
[DNAArrayAttribute(12, "float", 66, "flame_smoke_color[3]", "System.Single[]", 3, false, 720)]
public float[] flame_smoke_color = new System.Single[3];
[DNAFieldAttribute(4, "float", 67, "noise_strength", "float", false, 732)]
public float noise_strength;
@@ -155,11 +155,11 @@ namespace BlendFile.DNA {
public float noise_pos_scale;
[DNAFieldAttribute(4, "float", 69, "noise_time_anim", "float", false, 740)]
public float noise_time_anim;
[DNAArrayAttribute(12, "int", 70, "res_noise[3]", "System.Int32[]", 3, 744)]
[DNAArrayAttribute(12, "int", 70, "res_noise[3]", "System.Int32[]", 3, false, 744)]
public int[] res_noise = new System.Int32[3];
[DNAFieldAttribute(4, "int", 71, "noise_scale", "int", false, 756)]
public int noise_scale;
[DNAArrayAttribute(4, "char", 72, "_pad3[4]", "System.Char[]", 4, 760)]
[DNAArrayAttribute(4, "char", 72, "_pad3[4]", "System.Char[]", 4, false, 760)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(4, "float", 73, "particle_randomness", "float", false, 764)]
public float particle_randomness;
@@ -183,11 +183,11 @@ namespace BlendFile.DNA {
public int sys_particle_maximum;
[DNAFieldAttribute(2, "short", 83, "simulation_method", "short", false, 804)]
public short simulation_method;
[DNAArrayAttribute(6, "char", 84, "_pad4[6]", "System.Char[]", 6, 806)]
[DNAArrayAttribute(6, "char", 84, "_pad4[6]", "System.Char[]", 6, false, 806)]
public char[] _pad4 = new System.Char[6];
[DNAFieldAttribute(4, "float", 85, "viscosity_value", "float", false, 812)]
public float viscosity_value;
[DNAArrayAttribute(4, "char", 86, "_pad5[4]", "System.Char[]", 4, 816)]
[DNAArrayAttribute(4, "char", 86, "_pad5[4]", "System.Char[]", 4, false, 816)]
public char[] _pad5 = new System.Char[4];
[DNAFieldAttribute(4, "float", 87, "surface_tension", "float", false, 820)]
public float surface_tension;
@@ -209,7 +209,7 @@ namespace BlendFile.DNA {
public int mesh_scale;
[DNAFieldAttribute(2, "short", 96, "mesh_generator", "short", false, 856)]
public short mesh_generator;
[DNAArrayAttribute(2, "char", 97, "_pad6[2]", "System.Char[]", 2, 858)]
[DNAArrayAttribute(2, "char", 97, "_pad6[2]", "System.Char[]", 2, false, 858)]
public char[] _pad6 = new System.Char[2];
[DNAFieldAttribute(4, "int", 98, "particle_type", "int", false, 860)]
public int particle_type;
@@ -247,7 +247,7 @@ namespace BlendFile.DNA {
public char sndparticle_boundary;
[DNAFieldAttribute(1, "char", 115, "sndparticle_combined_export", "char", false, 925)]
public char sndparticle_combined_export;
[DNAArrayAttribute(6, "char", 116, "_pad7[6]", "System.Char[]", 6, 926)]
[DNAArrayAttribute(6, "char", 116, "_pad7[6]", "System.Char[]", 6, false, 926)]
public char[] _pad7 = new System.Char[6];
[DNAFieldAttribute(4, "float", 117, "guiding_alpha", "float", false, 932)]
public float guiding_alpha;
@@ -255,11 +255,11 @@ namespace BlendFile.DNA {
public int guiding_beta;
[DNAFieldAttribute(4, "float", 119, "guiding_vel_factor", "float", false, 940)]
public float guiding_vel_factor;
[DNAArrayAttribute(12, "int", 120, "guide_res[3]", "System.Int32[]", 3, 944)]
[DNAArrayAttribute(12, "int", 120, "guide_res[3]", "System.Int32[]", 3, false, 944)]
public int[] guide_res = new System.Int32[3];
[DNAFieldAttribute(2, "short", 121, "guiding_source", "short", false, 956)]
public short guiding_source;
[DNAArrayAttribute(2, "char", 122, "_pad8[2]", "System.Char[]", 2, 958)]
[DNAArrayAttribute(2, "char", 122, "_pad8[2]", "System.Char[]", 2, false, 958)]
public char[] _pad8 = new System.Char[2];
[DNAFieldAttribute(4, "int", 123, "cache_frame_start", "int", false, 960)]
public int cache_frame_start;
@@ -287,15 +287,15 @@ namespace BlendFile.DNA {
public char cache_particle_format;
[DNAFieldAttribute(1, "char", 135, "cache_noise_format", "char", false, 999)]
public char cache_noise_format;
[DNAArrayAttribute(1024, "char", 136, "cache_directory[1024]", "System.Char[]", 1024, 1000)]
[DNAArrayAttribute(1024, "char", 136, "cache_directory[1024]", "System.Char[]", 1024, false, 1000)]
public char[] cache_directory = new System.Char[1024];
[DNAArrayAttribute(64, "char", 137, "error[64]", "System.Char[]", 64, 2024)]
[DNAArrayAttribute(64, "char", 137, "error[64]", "System.Char[]", 64, false, 2024)]
public char[] error = new System.Char[64];
[DNAFieldAttribute(2, "short", 138, "cache_type", "short", false, 2088)]
public short cache_type;
[DNAArrayAttribute(4, "char", 139, "cache_id[4]", "System.Char[]", 4, 2090)]
[DNAArrayAttribute(4, "char", 139, "cache_id[4]", "System.Char[]", 4, false, 2090)]
public char[] cache_id = new System.Char[4];
[DNAArrayAttribute(2, "char", 140, "_pad9[2]", "System.Char[]", 2, 2094)]
[DNAArrayAttribute(2, "char", 140, "_pad9[2]", "System.Char[]", 2, false, 2094)]
public char[] _pad9 = new System.Char[2];
[DNAFieldAttribute(4, "float", 141, "dt", "float", false, 2096)]
public float dt;
@@ -329,7 +329,7 @@ namespace BlendFile.DNA {
public float gridlines_lower_bound;
[DNAFieldAttribute(4, "float", 156, "gridlines_upper_bound", "float", false, 2160)]
public float gridlines_upper_bound;
[DNAArrayAttribute(16, "float", 157, "gridlines_range_color[4]", "System.Single[]", 4, 2164)]
[DNAArrayAttribute(16, "float", 157, "gridlines_range_color[4]", "System.Single[]", 4, false, 2164)]
public float[] gridlines_range_color = new System.Single[4];
[DNAFieldAttribute(1, "char", 158, "axis_slice_method", "char", false, 2180)]
public char axis_slice_method;
@@ -357,7 +357,7 @@ namespace BlendFile.DNA {
public char gridlines_color_field;
[DNAFieldAttribute(1, "char", 170, "gridlines_cell_filter", "char", false, 2192)]
public char gridlines_cell_filter;
[DNAArrayAttribute(3, "char", 171, "_pad10[3]", "System.Char[]", 3, 2193)]
[DNAArrayAttribute(3, "char", 171, "_pad10[3]", "System.Char[]", 3, false, 2193)]
public char[] _pad10 = new System.Char[3];
[DNAFieldAttribute(4, "float", 172, "velocity_scale", "float", false, 2196)]
public float velocity_scale;
@@ -367,23 +367,23 @@ namespace BlendFile.DNA {
public float clipping;
[DNAFieldAttribute(1, "char", 175, "openvdb_data_depth", "char", false, 2208)]
public char openvdb_data_depth;
[DNAArrayAttribute(7, "char", 176, "_pad11[7]", "System.Char[]", 7, 2209)]
[DNAArrayAttribute(7, "char", 176, "_pad11[7]", "System.Char[]", 7, false, 2209)]
public char[] _pad11 = new System.Char[7];
[DNAFieldAttribute(4, "int", 177, "viewsettings", "int", false, 2216)]
public int viewsettings;
[DNAArrayAttribute(4, "char", 178, "_pad12[4]", "System.Char[]", 4, 2220)]
[DNAArrayAttribute(4, "char", 178, "_pad12[4]", "System.Char[]", 4, false, 2220)]
public char[] _pad12 = new System.Char[4];
[DNAArrayAttribute(2784, "PointCache", 179, "*point_cache[2]", "PointCache[]", 2, 2224)]
[DNAArrayAttribute(16, "PointCache", 179, "*point_cache[2]", "PointCache[]", 2, true, 2224)]
public PointCache[] point_cache = new PointCache[2];
[DNAArrayAttribute(32, "ListBase", 180, "ptcaches[2]", "ListBase[]", 2, 5008)]
[DNAArrayAttribute(32, "ListBase", 180, "ptcaches[2]", "ListBase[]", 2, false, 2240)]
public ListBase[] ptcaches = new ListBase[2];
[DNAFieldAttribute(4, "int", 181, "cache_comp", "int", false, 5040)]
[DNAFieldAttribute(4, "int", 181, "cache_comp", "int", false, 2272)]
public int cache_comp;
[DNAFieldAttribute(4, "int", 182, "cache_high_comp", "int", false, 5044)]
[DNAFieldAttribute(4, "int", 182, "cache_high_comp", "int", false, 2276)]
public int cache_high_comp;
[DNAFieldAttribute(1, "char", 183, "cache_file_format", "char", false, 5048)]
[DNAFieldAttribute(1, "char", 183, "cache_file_format", "char", false, 2280)]
public char cache_file_format;
[DNAArrayAttribute(7, "char", 184, "_pad13[7]", "System.Char[]", 7, 5049)]
[DNAArrayAttribute(7, "char", 184, "_pad13[7]", "System.Char[]", 7, false, 2281)]
public char[] _pad13 = new System.Char[7];
public FluidDomainSettings() {
this.fmd = default;