Generated new code and added initial data handling
This commit is contained in:
@@ -67,6 +67,34 @@ namespace BlendFile.DNA {
|
||||
public char[] handle_filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(25, "GSet", "*handle_readers", 0)]
|
||||
public GSet ptr_handle_readers;
|
||||
public CacheFile() {
|
||||
this.id = default;
|
||||
this.ptr_adt = default;
|
||||
this.object_paths = default;
|
||||
this.layers = default;
|
||||
this.filepath = default;
|
||||
this.is_sequence = default;
|
||||
this.forward_axis = default;
|
||||
this.up_axis = default;
|
||||
this.override_frame = default;
|
||||
this.scale = default;
|
||||
this.frame = default;
|
||||
this.frame_offset = default;
|
||||
this._pad = default;
|
||||
this.flag = default;
|
||||
this.type = default;
|
||||
this.use_render_procedural = default;
|
||||
this._pad1 = default;
|
||||
this.use_prefetch = default;
|
||||
this.prefetch_cache_size = default;
|
||||
this.active_layer = default;
|
||||
this._pad2 = default;
|
||||
this.velocity_unit = default;
|
||||
this.velocity_name = default;
|
||||
this.ptr_handle = default;
|
||||
this.handle_filepath = default;
|
||||
this.ptr_handle_readers = default;
|
||||
}
|
||||
public CacheFile(
|
||||
ID id,
|
||||
AnimData ptr_adt,
|
||||
|
||||
Reference in New Issue
Block a user