Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public int vertex;
|
||||
[DNAFieldAttribute(1, "float", "weight", 4)]
|
||||
public float weight;
|
||||
public MDefInfluence() {
|
||||
this.vertex = default;
|
||||
this.weight = default;
|
||||
}
|
||||
public MDefInfluence(int vertex, float weight) {
|
||||
this.vertex = vertex;
|
||||
this.weight = weight;
|
||||
|
||||
Reference in New Issue
Block a user