updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -57,11 +57,11 @@ namespace BlendFile.DNA {
public float gpencil_grid_opacity;
[DNAFieldAttribute(4, "float", 20, "gpencil_fade_layer", "float", false, 80)]
public float gpencil_fade_layer;
[DNAArrayAttribute(12, "float", 21, "gpencil_grid_color[3]", "System.Single[]", 3, 84)]
[DNAArrayAttribute(12, "float", 21, "gpencil_grid_color[3]", "System.Single[]", 3, false, 84)]
public float[] gpencil_grid_color = new System.Single[3];
[DNAArrayAttribute(8, "float", 22, "gpencil_grid_scale[2]", "System.Single[]", 2, 96)]
[DNAArrayAttribute(8, "float", 22, "gpencil_grid_scale[2]", "System.Single[]", 2, false, 96)]
public float[] gpencil_grid_scale = new System.Single[2];
[DNAArrayAttribute(8, "float", 23, "gpencil_grid_offset[2]", "System.Single[]", 2, 104)]
[DNAArrayAttribute(8, "float", 23, "gpencil_grid_offset[2]", "System.Single[]", 2, false, 104)]
public float[] gpencil_grid_offset = new System.Single[2];
[DNAFieldAttribute(4, "int", 24, "gpencil_grid_subdivisions", "int", false, 112)]
public int gpencil_grid_subdivisions;