Generated new code and added initial data handling
This commit is contained in:
@@ -27,6 +27,14 @@ namespace BlendFile.DNA {
|
||||
public float normal_dist;
|
||||
[DNAFieldAttribute(5, "float", "influence", 4)]
|
||||
public float influence;
|
||||
public SDefBind() {
|
||||
this.ptr_vert_inds = default;
|
||||
this.numverts = default;
|
||||
this.mode = default;
|
||||
this.ptr_vert_weights = default;
|
||||
this.normal_dist = default;
|
||||
this.influence = default;
|
||||
}
|
||||
public SDefBind(int ptr_vert_inds, int numverts, int mode, float ptr_vert_weights, float normal_dist, float influence) {
|
||||
this.ptr_vert_inds = ptr_vert_inds;
|
||||
this.numverts = numverts;
|
||||
|
||||
Reference in New Issue
Block a user