Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -71,6 +71,36 @@ namespace BlendFile.DNA {
public ColorBand ptr_coba;
[DNAFieldAttribute(27, "CurveMapping", "*falloff_curve", 424)]
public CurveMapping ptr_falloff_curve;
public PointDensity() {
this.flag = default;
this.falloff_type = default;
this.falloff_softness = default;
this.radius = default;
this.source = default;
this._pad0 = default;
this.color_source = default;
this.ob_color_source = default;
this.totpoints = default;
this.ptr_object = default;
this.psys = default;
this.psys_cache_space = default;
this.ob_cache_space = default;
this.vertex_attribute_name = default;
this._pad1 = default;
this.ptr_point_tree = default;
this.ptr_point_data = default;
this.noise_size = default;
this.noise_depth = default;
this.noise_influence = default;
this.noise_basis = default;
this._pad2 = default;
this.noise_fac = default;
this.speed_scale = default;
this.falloff_speed_scale = default;
this._pad3 = default;
this.ptr_coba = default;
this.ptr_falloff_curve = default;
}
public PointDensity(
short flag,
short falloff_type,