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

@@ -45,6 +45,23 @@ namespace BlendFile.DNA {
public Object ptr_object;
[DNAFieldAttribute(14, "Object", "*shape_object", 1160)]
public Object ptr_shape_object;
public ParticleEditSettings() {
this.flag = default;
this.totrekey = default;
this.totaddkey = default;
this.brushtype = default;
this.brush = default;
this.ptr_paintcursor = default;
this.emitterdist = default;
this._pad0 = default;
this.selectmode = default;
this.edittype = default;
this.draw_step = default;
this.fade_frames = default;
this.ptr_scene = default;
this.ptr_object = default;
this.ptr_shape_object = default;
}
public ParticleEditSettings(short flag, short totrekey, short totaddkey, short brushtype, ParticleBrushData[] brush, object ptr_paintcursor, float emitterdist, char[] _pad0, int selectmode, int edittype, int draw_step, int fade_frames, Scene ptr_scene, Object ptr_object, Object ptr_shape_object) {
this.flag = flag;
this.totrekey = totrekey;