Generated new code and added initial data handling
This commit is contained in:
@@ -41,6 +41,21 @@ namespace BlendFile.DNA {
|
||||
public char ptr_surface_uv_map;
|
||||
[DNAFieldAttribute(12, "void", "*batch_cache", 0)]
|
||||
public object ptr_batch_cache;
|
||||
public Curves() {
|
||||
this.id = default;
|
||||
this.ptr_adt = default;
|
||||
this.geometry = default;
|
||||
this.flag = default;
|
||||
this.attributes_active_index = default;
|
||||
this.ptr_ptr_mat = default;
|
||||
this.totcol = default;
|
||||
this.symmetry = default;
|
||||
this.selection_domain = default;
|
||||
this._pad = default;
|
||||
this.ptr_surface = default;
|
||||
this.ptr_surface_uv_map = default;
|
||||
this.ptr_batch_cache = default;
|
||||
}
|
||||
public Curves(ID id, AnimData ptr_adt, CurvesGeometry geometry, int flag, int attributes_active_index, Material ptr_ptr_mat, short totcol, char symmetry, char selection_domain, char[] _pad, Object ptr_surface, char ptr_surface_uv_map, object ptr_batch_cache) {
|
||||
this.id = id;
|
||||
this.ptr_adt = ptr_adt;
|
||||
|
||||
Reference in New Issue
Block a user