Added Generation Output
This commit is contained in:
14
BlendFile/DNA/MDeformVert.cs
Normal file
14
BlendFile/DNA/MDeformVert.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class MDeformVert {
|
||||
public MDeformWeight ptr_dw;
|
||||
public int totweight;
|
||||
public int flag;
|
||||
public MDeformVert(MDeformWeight ptr_dw, int totweight, int flag) {
|
||||
this.ptr_dw = ptr_dw;
|
||||
this.totweight = totweight;
|
||||
this.flag = flag;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user