Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,14 +14,14 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(715, "NodeGeometrySampleIndex", 4)]
public struct NodeGeometrySampleIndex {
[DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1, false, 0)]
public class NodeGeometrySampleIndex {
[DNAFieldAttribute(1, "int8_t", 0, "data_type", "int8_t", false, 0)]
public sbyte data_type;
[DNAFieldAttribute(1, "int8_t", "domain", "int8_t", 1, false, 1)]
[DNAFieldAttribute(1, "int8_t", 1, "domain", "int8_t", false, 1)]
public sbyte domain;
[DNAFieldAttribute(2, "int8_t", "clamp", "int8_t", 1, false, 2)]
[DNAFieldAttribute(1, "int8_t", 2, "clamp", "int8_t", false, 2)]
public sbyte clamp;
[DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1, false, 3)]
[DNAFieldAttribute(1, "char", 3, "_pad[1]", "System.Char[]", false, 3)]
public char[] _pad = new System.Char[1];
public NodeGeometrySampleIndex() {
this.data_type = default;