Generated new code and added initial data handling
This commit is contained in:
@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
|
||||
public int segments_num;
|
||||
[DNAFieldAttribute(10, "int", "segment_active_index", 4)]
|
||||
public int segment_active_index;
|
||||
public GreasePencilTimeModifierData() {
|
||||
this.modifier = default;
|
||||
this.influence = default;
|
||||
this.flag = default;
|
||||
this.offset = default;
|
||||
this.frame_scale = default;
|
||||
this.mode = default;
|
||||
this.sfra = default;
|
||||
this.efra = default;
|
||||
this.ptr_segments_array = default;
|
||||
this.segments_num = default;
|
||||
this.segment_active_index = default;
|
||||
}
|
||||
public GreasePencilTimeModifierData(ModifierData modifier, GreasePencilModifierInfluenceData influence, int flag, int offset, float frame_scale, int mode, int sfra, int efra, GreasePencilTimeModifierSegment ptr_segments_array, int segments_num, int segment_active_index) {
|
||||
this.modifier = modifier;
|
||||
this.influence = influence;
|
||||
|
||||
Reference in New Issue
Block a user