Generated new code and added initial data handling
This commit is contained in:
@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
|
||||
public object ptr_emCache;
|
||||
[DNAFieldAttribute(10, "void", "*mCache", 0)]
|
||||
public object ptr_mCache;
|
||||
public SubsurfModifierData() {
|
||||
this.modifier = default;
|
||||
this.subdivType = default;
|
||||
this.levels = default;
|
||||
this.renderLevels = default;
|
||||
this.flags = default;
|
||||
this.uv_smooth = default;
|
||||
this.quality = default;
|
||||
this.boundary_smooth = default;
|
||||
this._pad = default;
|
||||
this.ptr_emCache = default;
|
||||
this.ptr_mCache = default;
|
||||
}
|
||||
public SubsurfModifierData(ModifierData modifier, short subdivType, short levels, short renderLevels, short flags, short uv_smooth, short quality, short boundary_smooth, char[] _pad, object ptr_emCache, object ptr_mCache) {
|
||||
this.modifier = modifier;
|
||||
this.subdivType = subdivType;
|
||||
|
||||
Reference in New Issue
Block a user