regenerated files
This commit is contained in:
@@ -15,93 +15,93 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(544, "GreasePencilLineartModifierData")]
|
||||
public class GreasePencilLineartModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "ushort", "edge_types", 2)]
|
||||
[DNAFieldAttribute(1, "ushort", "edge_types", "ushort", 2)]
|
||||
public ushort edge_types;
|
||||
[DNAFieldAttribute(2, "char", "source_type", 1)]
|
||||
[DNAFieldAttribute(2, "char", "source_type", "char", 1)]
|
||||
public char source_type;
|
||||
[DNAFieldAttribute(3, "char", "use_multiple_levels", 1)]
|
||||
[DNAFieldAttribute(3, "char", "use_multiple_levels", "char", 1)]
|
||||
public char use_multiple_levels;
|
||||
[DNAFieldAttribute(4, "short", "level_start", 2)]
|
||||
[DNAFieldAttribute(4, "short", "level_start", "short", 2)]
|
||||
public short level_start;
|
||||
[DNAFieldAttribute(5, "short", "level_end", 2)]
|
||||
[DNAFieldAttribute(5, "short", "level_end", "short", 2)]
|
||||
public short level_end;
|
||||
[DNAFieldAttribute(6, "Object", "*source_camera", 1160)]
|
||||
[DNAFieldAttribute(6, "Object", "*source_camera", "Object", 1160)]
|
||||
public Object ptr_source_camera;
|
||||
[DNAFieldAttribute(7, "Object", "*light_contour_object", 1160)]
|
||||
[DNAFieldAttribute(7, "Object", "*light_contour_object", "Object", 1160)]
|
||||
public Object ptr_light_contour_object;
|
||||
[DNAFieldAttribute(8, "Object", "*source_object", 1160)]
|
||||
[DNAFieldAttribute(8, "Object", "*source_object", "Object", 1160)]
|
||||
public Object ptr_source_object;
|
||||
[DNAFieldAttribute(9, "Collection", "*source_collection", 376)]
|
||||
[DNAFieldAttribute(9, "Collection", "*source_collection", "Collection", 376)]
|
||||
public Collection ptr_source_collection;
|
||||
[DNAFieldAttribute(10, "Material", "*target_material", 392)]
|
||||
[DNAFieldAttribute(10, "Material", "*target_material", "Material", 392)]
|
||||
public Material ptr_target_material;
|
||||
[DNAFieldAttribute(11, "char", "target_layer[64]", 1)]
|
||||
[DNAFieldAttribute(11, "char", "target_layer[64]", "System.Char[]", 1)]
|
||||
public char[] target_layer = new System.Char[64];
|
||||
[DNAFieldAttribute(12, "char", "source_vertex_group[64]", 1)]
|
||||
[DNAFieldAttribute(12, "char", "source_vertex_group[64]", "System.Char[]", 1)]
|
||||
public char[] source_vertex_group = new System.Char[64];
|
||||
[DNAFieldAttribute(13, "char", "vgname[64]", 1)]
|
||||
[DNAFieldAttribute(13, "char", "vgname[64]", "System.Char[]", 1)]
|
||||
public char[] vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(14, "float", "overscan", 4)]
|
||||
[DNAFieldAttribute(14, "float", "overscan", "float", 4)]
|
||||
public float overscan;
|
||||
[DNAFieldAttribute(15, "float", "shadow_camera_fov", 4)]
|
||||
[DNAFieldAttribute(15, "float", "shadow_camera_fov", "float", 4)]
|
||||
public float shadow_camera_fov;
|
||||
[DNAFieldAttribute(16, "float", "shadow_camera_size", 4)]
|
||||
[DNAFieldAttribute(16, "float", "shadow_camera_size", "float", 4)]
|
||||
public float shadow_camera_size;
|
||||
[DNAFieldAttribute(17, "float", "shadow_camera_near", 4)]
|
||||
[DNAFieldAttribute(17, "float", "shadow_camera_near", "float", 4)]
|
||||
public float shadow_camera_near;
|
||||
[DNAFieldAttribute(18, "float", "shadow_camera_far", 4)]
|
||||
[DNAFieldAttribute(18, "float", "shadow_camera_far", "float", 4)]
|
||||
public float shadow_camera_far;
|
||||
[DNAFieldAttribute(19, "float", "opacity", 4)]
|
||||
[DNAFieldAttribute(19, "float", "opacity", "float", 4)]
|
||||
public float opacity;
|
||||
[DNAFieldAttribute(20, "short", "thickness", 2)]
|
||||
[DNAFieldAttribute(20, "short", "thickness", "short", 2)]
|
||||
public short thickness;
|
||||
[DNAFieldAttribute(21, "char", "mask_switches", 1)]
|
||||
[DNAFieldAttribute(21, "char", "mask_switches", "char", 1)]
|
||||
public char mask_switches;
|
||||
[DNAFieldAttribute(22, "char", "material_mask_bits", 1)]
|
||||
[DNAFieldAttribute(22, "char", "material_mask_bits", "char", 1)]
|
||||
public char material_mask_bits;
|
||||
[DNAFieldAttribute(23, "char", "intersection_mask", 1)]
|
||||
[DNAFieldAttribute(23, "char", "intersection_mask", "char", 1)]
|
||||
public char intersection_mask;
|
||||
[DNAFieldAttribute(24, "char", "shadow_selection", 1)]
|
||||
[DNAFieldAttribute(24, "char", "shadow_selection", "char", 1)]
|
||||
public char shadow_selection;
|
||||
[DNAFieldAttribute(25, "char", "silhouette_selection", 1)]
|
||||
[DNAFieldAttribute(25, "char", "silhouette_selection", "char", 1)]
|
||||
public char silhouette_selection;
|
||||
[DNAFieldAttribute(26, "char", "_pad[1]", 1)]
|
||||
[DNAFieldAttribute(26, "char", "_pad[1]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[1];
|
||||
[DNAFieldAttribute(27, "float", "crease_threshold", 4)]
|
||||
[DNAFieldAttribute(27, "float", "crease_threshold", "float", 4)]
|
||||
public float crease_threshold;
|
||||
[DNAFieldAttribute(28, "float", "angle_splitting_threshold", 4)]
|
||||
[DNAFieldAttribute(28, "float", "angle_splitting_threshold", "float", 4)]
|
||||
public float angle_splitting_threshold;
|
||||
[DNAFieldAttribute(29, "float", "chain_smooth_tolerance", 4)]
|
||||
[DNAFieldAttribute(29, "float", "chain_smooth_tolerance", "float", 4)]
|
||||
public float chain_smooth_tolerance;
|
||||
[DNAFieldAttribute(30, "float", "chaining_image_threshold", 4)]
|
||||
[DNAFieldAttribute(30, "float", "chaining_image_threshold", "float", 4)]
|
||||
public float chaining_image_threshold;
|
||||
[DNAFieldAttribute(31, "int", "calculation_flags", 4)]
|
||||
[DNAFieldAttribute(31, "int", "calculation_flags", "int", 4)]
|
||||
public int calculation_flags;
|
||||
[DNAFieldAttribute(32, "int", "flags", 4)]
|
||||
[DNAFieldAttribute(32, "int", "flags", "int", 4)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(33, "float", "stroke_depth_offset", 4)]
|
||||
[DNAFieldAttribute(33, "float", "stroke_depth_offset", "float", 4)]
|
||||
public float stroke_depth_offset;
|
||||
[DNAFieldAttribute(34, "char", "level_start_override", 1)]
|
||||
[DNAFieldAttribute(34, "char", "level_start_override", "char", 1)]
|
||||
public char level_start_override;
|
||||
[DNAFieldAttribute(35, "char", "level_end_override", 1)]
|
||||
[DNAFieldAttribute(35, "char", "level_end_override", "char", 1)]
|
||||
public char level_end_override;
|
||||
[DNAFieldAttribute(36, "short", "edge_types_override", 2)]
|
||||
[DNAFieldAttribute(36, "short", "edge_types_override", "short", 2)]
|
||||
public short edge_types_override;
|
||||
[DNAFieldAttribute(37, "char", "shadow_selection_override", 1)]
|
||||
[DNAFieldAttribute(37, "char", "shadow_selection_override", "char", 1)]
|
||||
public char shadow_selection_override;
|
||||
[DNAFieldAttribute(38, "char", "shadow_use_silhouette_override", 1)]
|
||||
[DNAFieldAttribute(38, "char", "shadow_use_silhouette_override", "char", 1)]
|
||||
public char shadow_use_silhouette_override;
|
||||
[DNAFieldAttribute(39, "char", "_pad2[6]", 1)]
|
||||
[DNAFieldAttribute(39, "char", "_pad2[6]", "System.Char[]", 1)]
|
||||
public char[] _pad2 = new System.Char[6];
|
||||
[DNAFieldAttribute(40, "LineartCache", "*shared_cache", 0)]
|
||||
[DNAFieldAttribute(40, "LineartCache", "*shared_cache", "LineartCache", 0)]
|
||||
public LineartCache ptr_shared_cache;
|
||||
[DNAFieldAttribute(41, "LineartCache", "*cache", 0)]
|
||||
[DNAFieldAttribute(41, "LineartCache", "*cache", "LineartCache", 0)]
|
||||
public LineartCache ptr_cache;
|
||||
[DNAFieldAttribute(42, "LineartData", "*la_data_ptr", 0)]
|
||||
[DNAFieldAttribute(42, "LineartData", "*la_data_ptr", "LineartData", 0)]
|
||||
public LineartData ptr_la_data_ptr;
|
||||
[DNAFieldAttribute(43, "void", "*runtime", 0)]
|
||||
[DNAFieldAttribute(43, "void", "*runtime", "void", 0)]
|
||||
public object ptr_runtime;
|
||||
public GreasePencilLineartModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user