Regenerated codefiles
This commit is contained in:
@@ -15,16 +15,16 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(759, "SoftBody_Shared", 24)]
|
||||
public class SoftBody_Shared {
|
||||
[DNAFieldAttribute(0, "PointCache", "*pointcache", "PointCache", 8, true, 0)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(1, "ListBase", "ptcaches", "ListBase", 16, false, 8)]
|
||||
[DNAFieldAttribute(8, "PointCache", 0, "*pointcache", "PointCache", true, 0)]
|
||||
public PointCache pointcache;
|
||||
[DNAFieldAttribute(16, "ListBase", 1, "ptcaches", "ListBase", false, 8)]
|
||||
public ListBase ptcaches;
|
||||
public SoftBody_Shared() {
|
||||
this.ptr_pointcache = default;
|
||||
this.pointcache = default;
|
||||
this.ptcaches = default;
|
||||
}
|
||||
public SoftBody_Shared(PointCache ptr_pointcache, ListBase ptcaches) {
|
||||
this.ptr_pointcache = ptr_pointcache;
|
||||
public SoftBody_Shared(PointCache pointcache, ListBase ptcaches) {
|
||||
this.pointcache = pointcache;
|
||||
this.ptcaches = ptcaches;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user