regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(544, "GreasePencilLineartModifierData")]
|
||||
[DNAClassAttribute(544, "GreasePencilLineartModifierData", 464)]
|
||||
public class GreasePencilLineartModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
|
||||
public ModifierData modifier;
|
||||
@@ -27,15 +27,15 @@ namespace BlendFile.DNA {
|
||||
public short level_start;
|
||||
[DNAFieldAttribute(5, "short", "level_end", "short", 2, false)]
|
||||
public short level_end;
|
||||
[DNAFieldAttribute(6, "Object", "*source_camera", "Object", 4, true)]
|
||||
[DNAFieldAttribute(6, "Object", "*source_camera", "Object", 8, true)]
|
||||
public Object ptr_source_camera;
|
||||
[DNAFieldAttribute(7, "Object", "*light_contour_object", "Object", 4, true)]
|
||||
[DNAFieldAttribute(7, "Object", "*light_contour_object", "Object", 8, true)]
|
||||
public Object ptr_light_contour_object;
|
||||
[DNAFieldAttribute(8, "Object", "*source_object", "Object", 4, true)]
|
||||
[DNAFieldAttribute(8, "Object", "*source_object", "Object", 8, true)]
|
||||
public Object ptr_source_object;
|
||||
[DNAFieldAttribute(9, "Collection", "*source_collection", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(9, "Collection", "*source_collection", "Collection", 8, true)]
|
||||
public Collection ptr_source_collection;
|
||||
[DNAFieldAttribute(10, "Material", "*target_material", "Material", 4, true)]
|
||||
[DNAFieldAttribute(10, "Material", "*target_material", "Material", 8, true)]
|
||||
public Material ptr_target_material;
|
||||
[DNAFieldAttribute(11, "char", "target_layer[64]", "System.Char[]", 64, false)]
|
||||
public char[] target_layer = new System.Char[64];
|
||||
@@ -95,13 +95,13 @@ namespace BlendFile.DNA {
|
||||
public char shadow_use_silhouette_override;
|
||||
[DNAFieldAttribute(39, "char", "_pad2[6]", "System.Char[]", 6, false)]
|
||||
public char[] _pad2 = new System.Char[6];
|
||||
[DNAFieldAttribute(40, "LineartCache", "*shared_cache", "LineartCache", 4, true)]
|
||||
[DNAFieldAttribute(40, "LineartCache", "*shared_cache", "LineartCache", 8, true)]
|
||||
public LineartCache ptr_shared_cache;
|
||||
[DNAFieldAttribute(41, "LineartCache", "*cache", "LineartCache", 4, true)]
|
||||
[DNAFieldAttribute(41, "LineartCache", "*cache", "LineartCache", 8, true)]
|
||||
public LineartCache ptr_cache;
|
||||
[DNAFieldAttribute(42, "LineartData", "*la_data_ptr", "LineartData", 4, true)]
|
||||
[DNAFieldAttribute(42, "LineartData", "*la_data_ptr", "LineartData", 8, true)]
|
||||
public LineartData ptr_la_data_ptr;
|
||||
[DNAFieldAttribute(43, "void", "*runtime", "void", 4, true)]
|
||||
[DNAFieldAttribute(43, "void", "*runtime", "void", 8, true)]
|
||||
public object ptr_runtime;
|
||||
public GreasePencilLineartModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user