Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public ThumbnailCache ptr_thumbnail_cache;
|
||||
[DNAFieldAttribute(3, "void", "*_pad", 0)]
|
||||
public object ptr__pad;
|
||||
public EditingRuntime() {
|
||||
this.ptr_sequence_lookup = default;
|
||||
this.ptr_media_presence = default;
|
||||
this.ptr_thumbnail_cache = default;
|
||||
this.ptr__pad = default;
|
||||
}
|
||||
public EditingRuntime(SequenceLookup ptr_sequence_lookup, MediaPresence ptr_media_presence, ThumbnailCache ptr_thumbnail_cache, object ptr__pad) {
|
||||
this.ptr_sequence_lookup = ptr_sequence_lookup;
|
||||
this.ptr_media_presence = ptr_media_presence;
|
||||
|
||||
Reference in New Issue
Block a user