Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class SoftBody_Shared {
|
||||
[DNAFieldAttribute(0, "PointCache", "*pointcache", 1392)]
|
||||
public PointCache ptr_pointcache;
|
||||
[DNAFieldAttribute(1, "ListBase", "ptcaches", 16)]
|
||||
public ListBase ptcaches;
|
||||
public SoftBody_Shared(PointCache ptr_pointcache, ListBase ptcaches) {
|
||||
this.ptr_pointcache = ptr_pointcache;
|
||||
|
||||
Reference in New Issue
Block a user